ARM64: dts: rk3399-evb: disable spdif sound default

this patch disable spdif sound in rk3399-evb.dtsi, and enable on
product dts side as required.

Change-Id: Icf61f13aeafdfae4c7a52603ce23cf2c04c27ab4
Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
This commit is contained in:
Sugar Zhang
2016-06-13 18:35:51 +08:00
parent 51e65247a4
commit 9b9810bf44
3 changed files with 27 additions and 2 deletions

View File

@@ -113,3 +113,15 @@
&hdmi_sound {
status = "okay";
};
&spdif {
status = "okay";
};
&spdif_out {
status = "okay";
};
&spdif_sound {
status = "okay";
};

View File

@@ -108,3 +108,15 @@
&hdmi_sound {
status = "okay";
};
&spdif {
status = "okay";
};
&spdif_out {
status = "okay";
};
&spdif_sound {
status = "okay";
};

View File

@@ -157,7 +157,8 @@
};
};
spdif-sound {
spdif_sound: spdif-sound {
status = "disabled";
compatible = "simple-audio-card";
simple-audio-card,name = "rockchip,spdif";
simple-audio-card,cpu {
@@ -169,6 +170,7 @@
};
spdif_out: spdif-out {
status = "disabled";
compatible = "linux,spdif-dit";
#sound-dai-cells = <0>;
};
@@ -272,7 +274,6 @@
};
&spdif {
status = "okay";
#sound-dai-cells = <0>;
};