Skip to content

Commit

Permalink
dts: lpi4a: remove mipi screen
Browse files Browse the repository at this point in the history
Signed-off-by: Han Gao <[email protected]>
Signed-off-by: Han Gao <[email protected]>
  • Loading branch information
RevySR committed Sep 20, 2024
1 parent 136681b commit 0fdf8f2
Showing 1 changed file with 0 additions and 59 deletions.
59 changes: 0 additions & 59 deletions arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = <&reg_vdd18_lcd0>;
vdd-supply = <&reg_vdd33_lcd0>;

port {
panel0_in: endpoint {
remote-endpoint = <&dsi0_out>;
};
};
};
};

&dsi0 {
status = "okay";
};

&dpu_enc0 {
status = "okay";
};

&isp0 {
status = "okay";
};
Expand Down

0 comments on commit 0fdf8f2

Please sign in to comment.