Revert "Fix DSI"
authorHan Gao <gaohan@iscas.ac.cn>
Wed, 2 Aug 2023 13:10:04 +0000 (21:10 +0800)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 13 Mar 2024 06:58:48 +0000 (15:58 +0900)
This reverts commit c37f2020a7fe989eedec6edfc30c6ff1888a1bcf.

(cherry picked from commit e0b5c2d83648cc43a9bcf7d57f2c17eee1896084)
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
arch/riscv/boot/dts/thead/light-beagle-ref.dts

index 34d7db2630aeb8d8c031339d57a4a31be0fe9847..a22548e2867db7440207281272e463462243cc79 100644 (file)
        status = "okay";
 };
 
-&dpu_enc0 {
-       status = "okay";
-
-       ports {
-               /* output */
-               port@1 {
-                       reg = <1>;
-
-                       enc0_out: endpoint {
-                               remote-endpoint = <&dsi0_in>;
-                       };
-               };
-       };
-};
-
 &dpu_enc1 {
         ports {
                 /delete-node/ port@0;
         status = "okay";
 };
 
-&dsi0 {
-        status = "okay";
-};
-
-&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 = "i2c_dsi,ili9881d";
-               reg = <0>;
-               
-               mcu_auto_reset_enable = <0>;
-               tp_point_rotate = <0>;
-               
-               port {
-                       panel0_in: endpoint {
-                               remote-endpoint = <&dsi0_out>;
-                       };
-               };
-       };
-};
-
 &disp1_out {
        remote-endpoint = <&hdmi_tx_in>;
 };