overlays: Add "drm" parameter to pitft28-resistive
authorandrum99 <97977513+andrum99@users.noreply.github.com>
Sun, 24 Apr 2022 16:23:23 +0000 (17:23 +0100)
committerGitHub <noreply@github.com>
Sun, 24 Apr 2022 16:23:23 +0000 (17:23 +0100)
Add "drm" parameter to the pitft28-resistive, forcing use of the
mi0283qt DRM driver.

arch/arm/boot/dts/overlays/README
arch/arm/boot/dts/overlays/pitft28-resistive-overlay.dts

index aebd2d8..445b7db 100644 (file)
@@ -2785,6 +2785,10 @@ Params: speed                   Display SPI bus speed
 
         debug                   Debug output level {0-7}
 
+        drm                     Force the use of the mi0283qt DRM driver (by
+                                default the ili9340 framebuffer driver will
+                                be used in preference if available)
+
 
 Name:   pitft35-resistive
 Info:   Adafruit PiTFT 3.5" resistive touch screen
index 4a4a3f4..9e9f90a 100644 (file)
@@ -49,7 +49,7 @@
                        #size-cells = <0>;
 
                        pitft: pitft@0{
-                               compatible = "ilitek,ili9340";
+                               compatible = "ilitek,ili9340", "multi-inno,mi0283qt";
                                reg = <0>;
                                pinctrl-names = "default";
                                pinctrl-0 = <&pitft_pins>;
                rotate =  <&pitft>,"rotate:0";
                fps =     <&pitft>,"fps:0";
                debug =   <&pitft>,"debug:0";
+               drm =     <&pitft>,"compatible=multi-inno,mi0283qt";
        };
 };