arm64: dts: rk3328-evb: enable hdmi audio

Change-Id: Ic67744ac5554b90b6d9f85eeedf4721562f8155f
Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
This commit is contained in:
Sugar Zhang
2017-06-05 16:20:12 +08:00
committed by Tao Huang
parent 699b04e5d1
commit b594c9c7bd

View File

@@ -97,6 +97,19 @@
};
};
hdmi-sound {
compatible = "simple-audio-card";
simple-audio-card,format = "i2s";
simple-audio-card,mclk-fs = <128>;
simple-audio-card,name = "rockchip,hdmi";
simple-audio-card,cpu {
sound-dai = <&i2s0>;
};
simple-audio-card,codec {
sound-dai = <&hdmi>;
};
};
spdif-sound {
compatible = "simple-audio-card";
simple-audio-card,name = "rockchip,spdif";
@@ -123,6 +136,12 @@
};
};
&i2s0 {
#sound-dai-cells = <0>;
rockchip,bclk-fs = <128>;
status = "okay";
};
&i2s1 {
#sound-dai-cells = <0>;
status = "okay";
@@ -212,6 +231,7 @@
};
&hdmi {
#sound-dai-cells = <0>;
status = "okay";
};