ARM64: dts: bcm2710-rpi-3-b: add DT support for DRM relevant devices
authorKwangCheol Lee <kclee@dignsys.com>
Mon, 7 Aug 2017 07:33:36 +0000 (16:33 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Tue, 30 Mar 2021 01:38:56 +0000 (10:38 +0900)
Add DTs to support the official RPI touchscreen LCD.

Change-Id: Ibf3b17bfe5d1f0bbe55f941018a489899e8ea9ef
Signed-off-by: KwangCheol Lee <kclee@dignsys.com>
arch/arm/boot/dts/bcm2710-rpi-3-b.dts

index d706451..9e288ac 100644 (file)
                serial1 = &uart0;
                mmc1 = &mmcnr;
        };
+
+       rpi_backlight: rpi_backlight {
+               compatible = "raspberrypi,rpi-backlight";
+               firmware = <&firmware>;
+               status = "okay";
+       };
+
+       rpi_ft5406: rpi_ft5406 {
+               compatible = "rpi,rpi-ft5406";
+               firmware = <&firmware>;
+               status = "okay";
+       };
 };
 
 &gpio {
 &i2c_dsi {
        gpios = <&gpio 44 0
                 &gpio 45 0>;
+       status = "okay";
+};
+
+&dsi1 {
+       #address-cells = <1>;
+       #size-cells = <0>;
+       status = "okay";
+
+       pitouchscreen: panel@0 {
+               compatible = "raspberrypi,touchscreen";
+               reg = <0>;
+               raspberrypi,touchscreen-bridge = <&pitouchscreen_bridge>;
+       };
 };