Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: socionext: Drop "linux,spdif-dit" port node unit-address

A single graph port node without an address (i.e. "reg") should not have
a unit-address, drop it from the "linux,spdif-dit" port node.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20250910233923.778992-2-robh@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

authored by

Rob Herring (Arm) and committed by
Arnd Bergmann
58760bd7 668cf076

+6 -6
+2 -2
arch/arm64/boot/dts/socionext/uniphier-ld11-global.dts
··· 68 68 compatible = "linux,spdif-dit"; 69 69 #sound-dai-cells = <0>; 70 70 71 - port@0 { 71 + port { 72 72 spdif_tx: endpoint { 73 73 remote-endpoint = <&spdif_hiecout1>; 74 74 }; ··· 79 79 compatible = "linux,spdif-dit"; 80 80 #sound-dai-cells = <0>; 81 81 82 - port@0 { 82 + port { 83 83 comp_spdif_tx: endpoint { 84 84 remote-endpoint = <&comp_spdif_hiecout1>; 85 85 };
+2 -2
arch/arm64/boot/dts/socionext/uniphier-ld20-akebi96.dts
··· 74 74 compatible = "linux,spdif-dit"; 75 75 #sound-dai-cells = <0>; 76 76 77 - port@0 { 77 + port { 78 78 spdif_tx: endpoint { 79 79 remote-endpoint = <&spdif_hiecout1>; 80 80 }; ··· 85 85 compatible = "linux,spdif-dit"; 86 86 #sound-dai-cells = <0>; 87 87 88 - port@0 { 88 + port { 89 89 comp_spdif_tx: endpoint { 90 90 remote-endpoint = <&comp_spdif_hiecout1>; 91 91 };
+2 -2
arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts
··· 68 68 compatible = "linux,spdif-dit"; 69 69 #sound-dai-cells = <0>; 70 70 71 - port@0 { 71 + port { 72 72 spdif_tx: endpoint { 73 73 remote-endpoint = <&spdif_hiecout1>; 74 74 }; ··· 79 79 compatible = "linux,spdif-dit"; 80 80 #sound-dai-cells = <0>; 81 81 82 - port@0 { 82 + port { 83 83 comp_spdif_tx: endpoint { 84 84 remote-endpoint = <&comp_spdif_hiecout1>; 85 85 };