mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-04 18:19:28 +09:00
ODROID-M2: dtb/dtsi: Change name spdif_tx1 to spdif_tx
- Change node name for multiple pins support Signed-off-by: phillip.choi <phillip.choi@hardkernel.com> Change-Id: Id2bffad3cfba3e08cd2a4c5b5e266e3861acd48f
This commit is contained in:
committed by
codewalkerster
parent
394b4e6c98
commit
47bbf2d977
@@ -148,22 +148,22 @@
|
||||
};
|
||||
};
|
||||
|
||||
spdif_tx1_dc: spdif-tx1-dc {
|
||||
spdif_tx_dc: spdif-tx-dc {
|
||||
status = "disabled";
|
||||
compatible = "linux,spdif-dit";
|
||||
#sound-dai-cells = <0>;
|
||||
};
|
||||
|
||||
spdif_tx1_sound: spdif-tx1-sound {
|
||||
spdif_tx_sound: spdif-tx-sound {
|
||||
status = "disabled";
|
||||
compatible = "simple-audio-card";
|
||||
simple-audio-card,name = "rockchip,spdif-tx1";
|
||||
simple-audio-card,name = "rockchip,spdif-tx";
|
||||
simple-audio-card,mclk-fs = <128>;
|
||||
simple-audio-card,cpu {
|
||||
sound-dai = <&spdif_tx1>;
|
||||
sound-dai = <&spdif_tx0>;
|
||||
};
|
||||
simple-audio-card,codec {
|
||||
sound-dai = <&spdif_tx1_dc>;
|
||||
sound-dai = <&spdif_tx_dc>;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -751,10 +751,10 @@
|
||||
connect = <&vp1_out_dp0>;
|
||||
};
|
||||
|
||||
&spdif_tx1 {
|
||||
&spdif_tx0 {
|
||||
status = "disabled";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&spdif1m1_tx>;
|
||||
pinctrl-0 = <&spdif0m1_tx>;
|
||||
};
|
||||
|
||||
&spdif_tx2 {
|
||||
|
||||
Reference in New Issue
Block a user