ARM64: dts: rk3399-android: disable hdmi sound default

Change-Id: I9d6bbbfc336f7e7028dfa937b4a34b2d1b5ed7ee
Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
This commit is contained in:
Sugar Zhang
2016-06-12 15:35:21 +08:00
parent ae8ef23372
commit fc32f29ef6
3 changed files with 27 additions and 2 deletions

View File

@@ -338,7 +338,8 @@
status = "disabled";
};
hdmi-sound {
hdmi_sound: hdmi-sound {
status = "disabled";
compatible = "simple-audio-card";
simple-audio-card,format = "i2s";
simple-audio-card,mclk-fs = <256>;
@@ -352,13 +353,13 @@
};
dw_hdmi_audio: dw-hdmi-audio {
status = "disabled";
compatible = "rockchip,dw-hdmi-audio";
#sound-dai-cells = <0>;
};
};
&i2s2 {
status = "okay";
#sound-dai-cells = <0>;
};

View File

@@ -97,3 +97,15 @@
status = "okay";
rockchip,hdmi_video_source = <DISPLAY_SOURCE_LCDC1>;
};
&i2s2 {
status = "okay";
};
&dw_hdmi_audio {
status = "okay";
};
&hdmi_sound {
status = "okay";
};

View File

@@ -92,3 +92,15 @@
status = "okay";
rockchip,hdmi_video_source = <DISPLAY_SOURCE_LCDC1>;
};
&i2s2 {
status = "okay";
};
&dw_hdmi_audio {
status = "okay";
};
&hdmi_sound {
status = "okay";
};