diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2022-05-16 23:40:32 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2022-05-17 15:11:22 +0200 |
commit | 20ea6adbf199097c4f5f591ffee088340630dae4 (patch) | |
tree | d6719d95e136611a1c25bbf7789652d6d402779d /target/linux/bcm27xx/patches-5.15/950-0685-dt-bindings-display-simple-add-Geekworm-MZP280-Panel.patch | |
parent | bca05bd072180dc38ef740b37ded9572a6db1981 (diff) | |
download | upstream-20ea6adbf199097c4f5f591ffee088340630dae4.tar.gz upstream-20ea6adbf199097c4f5f591ffee088340630dae4.tar.bz2 upstream-20ea6adbf199097c4f5f591ffee088340630dae4.zip |
bcm27xx: add support for linux v5.15
Build system: x86_64
Build-tested: bcm2708, bcm2709, bcm2710, bcm2711
Run-tested: bcm2708/RPiB+, bcm2709/RPi3B, bcm2710/RPi3B, bcm2711/RPi4B
Signed-off-by: Marty Jones <mj8263788@gmail.com>
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bcm27xx/patches-5.15/950-0685-dt-bindings-display-simple-add-Geekworm-MZP280-Panel.patch')
-rw-r--r-- | target/linux/bcm27xx/patches-5.15/950-0685-dt-bindings-display-simple-add-Geekworm-MZP280-Panel.patch | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/target/linux/bcm27xx/patches-5.15/950-0685-dt-bindings-display-simple-add-Geekworm-MZP280-Panel.patch b/target/linux/bcm27xx/patches-5.15/950-0685-dt-bindings-display-simple-add-Geekworm-MZP280-Panel.patch new file mode 100644 index 0000000000..7af6d01324 --- /dev/null +++ b/target/linux/bcm27xx/patches-5.15/950-0685-dt-bindings-display-simple-add-Geekworm-MZP280-Panel.patch @@ -0,0 +1,34 @@ +From 6d7856c5e8b0c1a074c587e11f1af7e1a15c94f6 Mon Sep 17 00:00:00 2001 +From: Chris Morgan <macromorgan@hotmail.com> +Date: Fri, 28 Jan 2022 17:41:18 -0600 +Subject: [PATCH] dt-bindings: display: simple: add Geekworm MZP280 + Panel + +The Geekworm MZP280 panel is a 480x640 (portrait) panel with a +capacitive touch interface and a 40 pin header meant to interface +directly with the Raspberry Pi. The screen is 2.8 inches diagonally, +and there appear to be at least 4 distinct versions all with the same +panel timings. + +Timings were derived from drivers posted on the github located here: +https://github.com/tianyoujian/MZDPI/tree/master/vga + +Additional details about this panel family can be found here: +https://wiki.geekworm.com/2.8_inch_Touch_Screen_for_Pi_zero + +Signed-off-by: Chris Morgan <macromorgan@hotmail.com> +--- + .../devicetree/bindings/display/panel/panel-simple.yaml | 2 ++ + 1 file changed, 2 insertions(+) + +--- a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml ++++ b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml +@@ -148,6 +148,8 @@ properties: + - frida,frd350h54004 + # FriendlyELEC HD702E 800x1280 LCD panel + - friendlyarm,hd702e ++ # Geekworm MZP280 2.8" 480x640 LCD panel with capacitive touch ++ - geekworm,mzp280 + # GiantPlus GPG48273QS5 4.3" (480x272) WQVGA TFT LCD panel + - giantplus,gpg48273qs5 + # GiantPlus GPM940B0 3.0" QVGA TFT LCD panel |