]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: rockchip: Simplify mipi_out endpoint on rk3399 RP64 dtso
authorDiederik de Haas <didi.debian@cknow.org>
Wed, 9 Jul 2025 13:15:19 +0000 (15:15 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 15 Jul 2025 18:19:23 +0000 (20:19 +0200)
The only thing actually added here is a single endpoint on mipi_out,
which is already defined in rk3399-base.dtsi, so it's simpler to just
reference that phandle, which allows the removal of several properties.

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

index a26c8e05c13b3b86fdc79fc43b97217f3ff073d3..dabe535f2111656abc67d25492aa074466e0011b 100644 (file)
        #size-cells = <0>;
        status = "okay";
 
-       ports {
-               #address-cells = <1>;
-               #size-cells = <0>;
-
-               mipi_out: port@1 {
-                       reg = <1>;
-
-                       mipi_out_panel: endpoint {
-                               remote-endpoint = <&mipi_in_panel>;
-                       };
-               };
-       };
-
        mipi_panel: panel@0 {
                compatible = "feiyang,fy07024di26a30d";
                reg = <0>;
        };
 };
 
+&mipi_out {
+       mipi_out_panel: endpoint {
+               remote-endpoint = <&mipi_in_panel>;
+       };
+};
+
 &pwm0 {
        status = "okay";
 };