diff options
author | 2025-07-09 15:15:19 +0200 | |
---|---|---|
committer | 2025-07-15 20:19:23 +0200 | |
commit | dfb549bbca62fe4b2c06bf203a3a9c1f86fcfae2 (patch) | |
tree | 163b0cbf1311235aa1a6e303590bd23982869bea | |
parent | arm64: dts: rockchip: Simplify edp endpoints on several rk3399 boards (diff) | |
download | wireguard-linux-dfb549bbca62fe4b2c06bf203a3a9c1f86fcfae2.tar.xz wireguard-linux-dfb549bbca62fe4b2c06bf203a3a9c1f86fcfae2.zip |
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 <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>
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3399-rockpro64-screen.dtso | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-rockpro64-screen.dtso b/arch/arm64/boot/dts/rockchip/rk3399-rockpro64-screen.dtso index a26c8e05c13b..dabe535f2111 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-rockpro64-screen.dtso +++ b/arch/arm64/boot/dts/rockchip/rk3399-rockpro64-screen.dtso @@ -52,19 +52,6 @@ #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>; @@ -80,6 +67,12 @@ }; }; +&mipi_out { + mipi_out_panel: endpoint { + remote-endpoint = <&mipi_in_panel>; + }; +}; + &pwm0 { status = "okay"; }; |