ARM: dts: rockchip: merge the hdmi-audio card with rt5616-codec card

Change-Id: I2888cbb7df9d4cd9d270f7fd81f34b27b40997cc
Signed-off-by: Yakir Yang <ykk@rock-chips.com>
Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com>
This commit is contained in:
Jacob Chen
2016-07-15 09:39:29 +08:00
committed by Tao Huang
parent d21ed31d1a
commit ab2e46bf9e

View File

@@ -56,12 +56,26 @@
"Headphone Jack", "HPOL",
"Headphone Jack", "HPOR";
simple-audio-card,cpu {
sound-dai = <&i2s>;
simple-audio-card,dai-link@0 {
format = "i2s";
cpu {
sound-dai = <&i2s>;
};
codec {
sound-dai = <&rt5616>;
};
};
simple-audio-card,codec {
sound-dai = <&rt5616>;
simple-audio-card,dai-link@1 {
format = "i2s";
cpu {
sound-dai = <&i2s>;
};
codec {
sound-dai = <&hdmi>;
};
};
};
@@ -116,10 +130,6 @@
status = "okay";
};
&hdmi_sound {
status = "okay";
};
&i2c1 {
clock-frequency = <400000>;