]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: rockchip: Fix LCD panel port on rk3566-pinetab2
authorDiederik de Haas <didi.debian@cknow.org>
Wed, 9 Jul 2025 13:15:21 +0000 (15:15 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 15 Jul 2025 18:19:24 +0000 (20:19 +0200)
The MIPI DSI connector on the PineTab2 only has 1 port with 1 endpoint,
so drop the unit-address properties.

While at it, move 'rotation' property to its proper sorting position.

This fixes the following DTB validation warnings:

  node has a unit name, but no reg or ranges property

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

index 3473b1eef5cdb8824294b09a4a6ea55c94b7fefa..d0e38412d56a43a70098029be6d0a7e0bd894173 100644 (file)
                reg = <0>;
                backlight = <&backlight>;
                enable-gpios = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>;
-               rotation = <90>;
                power-supply = <&vcc_3v3>;
+               rotation = <90>;
 
-               port@0 {
-                       panel_in_dsi: endpoint@0 {
+               port {
+                       panel_in_dsi: endpoint {
                                remote-endpoint = <&dsi0_out_con>;
                        };
                };