Revert "ARM: dts: bcm27xx: Fix to of_graph from bridge node for panel"
authorHoegeun Kwon <hoegeun.kwon@samsung.com>
Wed, 3 Jul 2019 10:22:11 +0000 (19:22 +0900)
committerJunghoon Kim <jhoon20.kim@samsung.com>
Thu, 2 Apr 2020 04:09:06 +0000 (13:09 +0900)
This reverts commit b2f6ad21a0bab8e59926666f717a4f6c53066a2d.

There is a problem with the hdmi and revert the patch.

Change-Id: Ia69d10c067ff69d192162b0598f43028c4a05f9b
Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
arch/arm/boot/dts/bcm2709-rpi-2-b.dts
arch/arm/boot/dts/bcm270x.dtsi
arch/arm/boot/dts/bcm2710-rpi-3-b-plus.dts
arch/arm/boot/dts/bcm2710-rpi-3-b.dts
arch/arm/boot/dts/overlays/vc4-kms-v3d-overlay.dts

index 25d66a7..6e54589 100644 (file)
        #address-cells = <1>;
        #size-cells = <0>;
        status = "okay";
+
+       pitouchscreen: panel@0 {
+               compatible = "raspberrypi,touchscreen";
+               reg = <0>;
+               raspberrypi,touchscreen-bridge = <&pitouchscreen_bridge>;
+       };
 };
index 02fa807..aae30e8 100644 (file)
                        #size-cells = <0>;
                        status = "disabled";
 
-                       lcd@45 {
-                               compatible = "raspberrypi,7inch-touchscreen-panel";
+                       pitouchscreen_bridge: bridge@45 {
+                               compatible = "raspberrypi,touchscreen-bridge-i2c";
                                reg = <0x45>;
+                       };
 
-                               port {
-                                       panel_dsi_port: endpoint {
-                                               remote-endpoint = <&dsi_out_port>;
-                                       };
-                               };
+                       pitouchscreen_touch: bridge@38 {
+                               compatible = "raspberrypi,touchscreen-ts-i2c";
+                               reg = <0x38>;
                        };
                };
 
 
 &dsi1 {
        power-domains = <&power RPI_POWER_DOMAIN_DSI1>;
-
-       port {
-               dsi_out_port: endpoint {
-                       remote-endpoint = <&panel_dsi_port>;
-               };
-       };
 };
index f21ec97..0d388c4 100644 (file)
        #address-cells = <1>;
        #size-cells = <0>;
        status = "okay";
+
+       pitouchscreen: panel@0 {
+               compatible = "raspberrypi,touchscreen";
+               reg = <0>;
+               raspberrypi,touchscreen-bridge = <&pitouchscreen_bridge>;
+       };
 };
index 9a78b5a..2e164ef 100644 (file)
        #address-cells = <1>;
        #size-cells = <0>;
        status = "okay";
+
+       pitouchscreen: panel@0 {
+               compatible = "raspberrypi,touchscreen";
+               reg = <0>;
+               raspberrypi,touchscreen-bridge = <&pitouchscreen_bridge>;
+       };
 };
index cfd1970..b872c46 100644 (file)
                        #address-cells = <1>;
                        #size-cells = <0>;
                        status = "okay";
+
+                       pitouchscreen: panel@0 {
+                               compatible = "raspberrypi,touchscreen";
+                               reg = <0>;
+                               raspberrypi,touchscreen-bridge = <&pitouchscreen_bridge>;
+                       };
                };
        };