]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: rockchip: Move mipi_out node on rk3399 haikou demo dtso
authorDiederik de Haas <didi.debian@cknow.org>
Wed, 9 Jul 2025 13:15:20 +0000 (15:15 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 15 Jul 2025 18:19:23 +0000 (20:19 +0200)
According to the DTS coding style [1] referenced nodes should be sorted
alpha-numerically so move mipi_out to be after mipi_in_panel.

[1] https://www.kernel.org/doc/html/latest/devicetree/bindings/dts-coding-style.html#order-of-nodes

Signed-off-by: Diederik de Haas <didi.debian@cknow.org>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Link: https://lore.kernel.org/r/20250709132323.128757-8-didi.debian@cknow.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3399-puma-haikou-video-demo.dtso

index 0377ec860d35461b7d2d4ee1f20bdd4a076a5fe6..d28880b8dd4499bab74d69b9f89c7ede07692b18 100644 (file)
        };
 };
 
-&mipi_out {
-       mipi_out_panel: endpoint {
-               remote-endpoint = <&mipi_in_panel>;
-       };
-};
-
 &mipi_dsi {
        #address-cells = <1>;
        #size-cells = <0>;
        };
 };
 
+&mipi_out {
+       mipi_out_panel: endpoint {
+               remote-endpoint = <&mipi_in_panel>;
+       };
+};
+
 &pinctrl {
        pca9670 {
                pca9670_resetn: pca9670-resetn {