From 0fdf8f214303a8e63cfbb0277ad0c9e8d4e9ece4 Mon Sep 17 00:00:00 2001 From: Han Gao Date: Sat, 21 Sep 2024 03:54:08 +0800 Subject: [PATCH] dts: lpi4a: remove mipi screen Signed-off-by: Han Gao Signed-off-by: Han Gao --- .../boot/dts/thead/th1520-lichee-pi-4a.dts | 59 ------------------- 1 file changed, 59 deletions(-) diff --git a/arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts b/arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts index 4d4187643bbad3..0daf65807b31a6 100644 --- a/arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts +++ b/arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts @@ -1276,65 +1276,6 @@ }; }; -&dpu_enc0 { - ports { - /* output */ - port@1 { - reg = <1>; - - enc0_out: endpoint { - remote-endpoint = <&dsi0_in>; - }; - }; - }; -}; - -&dhost_0 { - ports { - #address-cells = <1>; - #size-cells = <0>; - - port@0 { - reg = <0>; - - dsi0_in: endpoint { - remote-endpoint = <&enc0_out>; - }; - }; - - port@1 { - reg = <1>; - - dsi0_out: endpoint { - remote-endpoint = <&panel0_in>; - }; - }; - }; - - panel0@0 { - compatible = "jadard,jd9365da-h3"; - reg = <0>; - backlight = <&lcd0_backlight>; - reset-gpio = <&ioexp3 7 0>; /* active low */ - vccio-supply = <®_vdd18_lcd0>; - vdd-supply = <®_vdd33_lcd0>; - - port { - panel0_in: endpoint { - remote-endpoint = <&dsi0_out>; - }; - }; - }; -}; - -&dsi0 { - status = "okay"; -}; - -&dpu_enc0 { - status = "okay"; -}; - &isp0 { status = "okay"; };