ARM64: dts: rk3399: enable cdn_dp_fb for box

Change-Id: Idf28d25381b20e1a92193a3a825405a6ef41dfa5
Signed-off-by: xuhuicong <xhc@rock-chips.com>
This commit is contained in:
xuhuicong
2016-08-24 22:56:17 +08:00
committed by Huang, Tao
parent 871bfa3462
commit 96d2abbde3
2 changed files with 11 additions and 12 deletions

View File

@@ -200,17 +200,6 @@
sound-dai = <&cdn_dp_fb 0>;
};
};
simple-audio-card,dai-link@1 {
format = "spdif";
cpu {
sound-dai = <&spdif>;
};
codec {
sound-dai = <&cdn_dp_fb 1>;
};
};
};
vpu: vpu_service@ff650000 {

View File

@@ -147,7 +147,7 @@
};
hdmi_sound: hdmi-sound {
status = "okay";
status = "disabled";
compatible = "simple-audio-card";
simple-audio-card,format = "i2s";
simple-audio-card,mclk-fs = <256>;
@@ -957,6 +957,16 @@
rockchip,hdmi_video_source = <DISPLAY_SOURCE_LCDC0>;
};
&cdn_dp_sound {
status = "okay";
};
&cdn_dp_fb {
status = "okay";
extcon = <&fusb0>;
phys = <&tcphy0 0>;
};
&i2s2 {
status = "okay";
};