]> git.itanic.dy.fi Git - linux-stable/commitdiff
arm64: dts: rockchip: fix rk3328 hdmi ports node
authorJohan Jonker <jbx6244@gmail.com>
Wed, 31 Jan 2024 21:17:08 +0000 (22:17 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 13 Apr 2024 11:09:58 +0000 (13:09 +0200)
[ Upstream commit 1d00ba4700d1e0f88ae70d028d2e17e39078fa1c ]

Fix rk3328 hdmi ports node so that it matches the
rockchip,dw-hdmi.yaml binding.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/e5dea3b7-bf84-4474-9530-cc2da3c41104@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/rockchip/rk3328.dtsi

index 7b4c15c4a9c319da2e92a19ca902884a788e9514..b6f045069ee2f059b453c503d488112de6d709a8 100644 (file)
@@ -744,11 +744,20 @@ hdmi: hdmi@ff3c0000 {
                status = "disabled";
 
                ports {
-                       hdmi_in: port {
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+
+                       hdmi_in: port@0 {
+                               reg = <0>;
+
                                hdmi_in_vop: endpoint {
                                        remote-endpoint = <&vop_out_hdmi>;
                                };
                        };
+
+                       hdmi_out: port@1 {
+                               reg = <1>;
+                       };
                };
        };