ARM: dts: rk3288: add asoc simple card for DW-HDMI audio for fennec board

Change-Id: I36e01d79fe48722369e896992b7086be7a762752
Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com>
Signed-off-by: Nickey Yang <nickey.yang@rock-chips.com>
This commit is contained in:
Jacob Chen
2016-07-21 17:12:17 +08:00
committed by Gerrit Code Review
parent 9bdceb355a
commit 91fc367f8a

View File

@@ -58,6 +58,19 @@
clock-output-names = "ext_gmac";
};
sound {
compatible = "simple-audio-card";
simple-audio-card,format = "i2s";
simple-audio-card,name = "rockchip,fennec-codec";
simple-audio-card,mclk-fs = <512>;
simple-audio-card,cpu {
sound-dai = <&i2s>;
};
simple-audio-card,codec {
sound-dai = <&hdmi>;
};
};
vcc_sys: vsys-regulator {
compatible = "regulator-fixed";
regulator-name = "vcc_sys";
@@ -144,6 +157,10 @@
};
&hdmi {
#address-cells = <1>;
#size-cells = <0>;
#sound-dai-cells = <0>;
ddc-i2c-bus = <&i2c5>;
status = "okay";
};
@@ -337,6 +354,15 @@
};
};
&i2c5 {
status = "okay";
};
&i2s {
#sound-dai-cells = <0>;
status = "okay";
};
&pinctrl {
pcfg_output_high: pcfg-output-high {
output-high;