diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2022-11-21 17:11:09 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2022-11-22 08:17:03 +0100 |
commit | 9916bc8c29c5172978e960a352ff596678c1910e (patch) | |
tree | 5be6151c3f4ed914679a7f6bf7be9810571fcfd4 /arch/arm/boot | |
parent | ARM: dts: am335x-pcm-953: Define fixed regulators in root node (diff) | |
download | linux-9916bc8c29c5172978e960a352ff596678c1910e.tar.xz linux-9916bc8c29c5172978e960a352ff596678c1910e.zip |
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>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/am335x-boneblack-hdmi.dtsi | 7 | ||||
-rw-r--r-- | arch/arm/boot/dts/am335x-myirtech-myd.dts | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/am335x-boneblack-hdmi.dtsi b/arch/arm/boot/dts/am335x-boneblack-hdmi.dtsi index 7cfddada9348..486f24deb875 100644 --- a/arch/arm/boot/dts/am335x-boneblack-hdmi.dtsi +++ b/arch/arm/boot/dts/am335x-boneblack-hdmi.dtsi @@ -85,8 +85,13 @@ audio-ports = < TDA998x_I2S 0x03>; ports { + #address-cells = <1>; + #size-cells = <0>; + port@0 { - hdmi_0: endpoint@0 { + reg = <0>; + + hdmi_0: endpoint { remote-endpoint = <&lcdc_0>; }; }; diff --git a/arch/arm/boot/dts/am335x-myirtech-myd.dts b/arch/arm/boot/dts/am335x-myirtech-myd.dts index 9d81d4cc6890..425ad9b81a68 100644 --- a/arch/arm/boot/dts/am335x-myirtech-myd.dts +++ b/arch/arm/boot/dts/am335x-myirtech-myd.dts @@ -161,8 +161,13 @@ #sound-dai-cells = <0>; ports { + #address-cells = <1>; + #size-cells = <0>; + port@0 { - hdmi_0: endpoint@0 { + reg = <0>; + + hdmi_0: endpoint { remote-endpoint = <&lcdc_0>; }; }; |