mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
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:
@@ -113,3 +113,15 @@
|
||||
&hdmi_sound {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&spdif {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&spdif_out {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&spdif_sound {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -108,3 +108,15 @@
|
||||
&hdmi_sound {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&spdif {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&spdif_out {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&spdif_sound {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -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>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user