Skip to content

Commit dfb549b

Browse files
diederikdehaasmmind
authored andcommitted
arm64: dts: rockchip: Simplify mipi_out endpoint on rk3399 RP64 dtso
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 25937eb commit dfb549b

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

arch/arm64/boot/dts/rockchip/rk3399-rockpro64-screen.dtso

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -52,19 +52,6 @@
5252
#size-cells = <0>;
5353
status = "okay";
5454

55-
ports {
56-
#address-cells = <1>;
57-
#size-cells = <0>;
58-
59-
mipi_out: port@1 {
60-
reg = <1>;
61-
62-
mipi_out_panel: endpoint {
63-
remote-endpoint = <&mipi_in_panel>;
64-
};
65-
};
66-
};
67-
6855
mipi_panel: panel@0 {
6956
compatible = "feiyang,fy07024di26a30d";
7057
reg = <0>;
@@ -80,6 +67,12 @@
8067
};
8168
};
8269

70+
&mipi_out {
71+
mipi_out_panel: endpoint {
72+
remote-endpoint = <&mipi_in_panel>;
73+
};
74+
};
75+
8376
&pwm0 {
8477
status = "okay";
8578
};

0 commit comments

Comments
 (0)