]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: rockchip: Simplify VOP port definition on rk3328
authorDiederik de Haas <didi.debian@cknow.org>
Wed, 9 Jul 2025 13:15:17 +0000 (15:15 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 15 Jul 2025 18:19:23 +0000 (20:19 +0200)
When there's only 1 endpoint, there is no need for a unit-address and
removing that allows removing of related properties as well.

This fixes the following DTB validation warnings:

  graph node has single child node 'endpoint@0',
  #address-cells/#size-cells are not necessary

Signed-off-by: Diederik de Haas <didi.debian@cknow.org>
Link: https://lore.kernel.org/r/20250709132323.128757-5-didi.debian@cknow.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3328.dtsi

index 7d992c3c01ce83c2aa863eac8426aaac7d827fb5..6438c969f9d7a507f7ce052eb52b70460c84931a 100644 (file)
                status = "disabled";
 
                vop_out: port {
-                       #address-cells = <1>;
-                       #size-cells = <0>;
-
-                       vop_out_hdmi: endpoint@0 {
-                               reg = <0>;
+                       vop_out_hdmi: endpoint {
                                remote-endpoint = <&hdmi_in_vop>;
                        };
                };