arm64: dts: rockchip: fix px30 dsi node
authorJohan Jonker <jbx6244@gmail.com>
Thu, 22 Dec 2022 14:31:52 +0000 (15:31 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Wed, 22 Mar 2023 23:38:28 +0000 (00:38 +0100)
With the conversion of rockchip,dw-mipi-dsi.yaml a port@1 node
is required, so add a node with label dsi_out.
Also add label dsi_in to port@0.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/1ee3e676-aef4-f464-82b0-8fb39ba5c60d@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/px30.dtsi

index 8aa8010..8332c8a 100644 (file)
                        #address-cells = <1>;
                        #size-cells = <0>;
 
-                       port@0 {
+                       dsi_in: port@0 {
                                reg = <0>;
                                #address-cells = <1>;
                                #size-cells = <0>;
                                        remote-endpoint = <&vopl_out_dsi>;
                                };
                        };
+
+                       dsi_out: port@1 {
+                               reg = <1>;
+                       };
                };
        };