ARM64: dts: rk3399 box: enable hdmi_dp_sound

Change-Id: I04bdec75510b3e47a62a5093fdbd6ec66926e282
Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
This commit is contained in:
Sugar Zhang
2017-03-09 15:47:07 +08:00
parent 691e4b9187
commit 96d9f37fa5
2 changed files with 5 additions and 19 deletions

View File

@@ -131,20 +131,6 @@
#sound-dai-cells = <0>;
};
hdmi_sound: hdmi-sound {
status = "okay";
compatible = "simple-audio-card";
simple-audio-card,format = "i2s";
simple-audio-card,mclk-fs = <256>;
simple-audio-card,name = "rockchip,hdmi";
simple-audio-card,cpu {
sound-dai = <&i2s2>;
};
simple-audio-card,codec {
sound-dai = <&hdmi>;
};
};
sdio_pwrseq: sdio-pwrseq {
compatible = "mmc-pwrseq-simple";
clocks = <&rk808 1>;
@@ -191,6 +177,10 @@
};
};
&hdmi_dp_sound {
status = "okay";
};
&sdmmc {
clock-frequency = <100000000>;
clock-freq-min-max = <100000 100000000>;

View File

@@ -54,11 +54,7 @@
};
};
&dw_hdmi_audio {
status = "okay";
};
&hdmi_sound {
&hdmi_dp_sound {
status = "okay";
};