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

ARM: 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/20250910233740.777077-2-robh@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

authored by

Rob Herring (Arm) and committed by
Arnd Bergmann
a409fac1 6c1c107b

+2 -2
+2 -2
arch/arm/boot/dts/socionext/uniphier-pxs2-vodka.dts
··· 43 43 compatible = "linux,spdif-dit"; 44 44 #sound-dai-cells = <0>; 45 45 46 - port@0 { 46 + port { 47 47 spdif_tx: endpoint { 48 48 remote-endpoint = <&spdif_hiecout1>; 49 49 }; ··· 54 54 compatible = "linux,spdif-dit"; 55 55 #sound-dai-cells = <0>; 56 56 57 - port@0 { 57 + port { 58 58 comp_spdif_tx: endpoint { 59 59 remote-endpoint = <&comp_spdif_hiecout1>; 60 60 };