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

ARM: dts: am335x: Fix TDA998x ports addressing

Fix addressing in the NXP TDA998x HDMI transmitters' subnodes:
- Add missing #{address,size}-cells properties to ports capsule,
- Add missing reg properties to port child nodes,
- Drop bogus unit addresses from endpoint grandchildren nodes.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Message-Id: <e9ac64d29bc18b3b394fd9a2abbfeafacc624f98.1669047037.git.geert+renesas@glider.be>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

Geert Uytterhoeven and committed by
Tony Lindgren
9916bc8c 8950f345

+12 -2
+6 -1
arch/arm/boot/dts/am335x-boneblack-hdmi.dtsi
··· 85 85 audio-ports = < TDA998x_I2S 0x03>; 86 86 87 87 ports { 88 + #address-cells = <1>; 89 + #size-cells = <0>; 90 + 88 91 port@0 { 89 - hdmi_0: endpoint@0 { 92 + reg = <0>; 93 + 94 + hdmi_0: endpoint { 90 95 remote-endpoint = <&lcdc_0>; 91 96 }; 92 97 };
+6 -1
arch/arm/boot/dts/am335x-myirtech-myd.dts
··· 161 161 #sound-dai-cells = <0>; 162 162 163 163 ports { 164 + #address-cells = <1>; 165 + #size-cells = <0>; 166 + 164 167 port@0 { 165 - hdmi_0: endpoint@0 { 168 + reg = <0>; 169 + 170 + hdmi_0: endpoint { 166 171 remote-endpoint = <&lcdc_0>; 167 172 }; 168 173 };