Skip to content

Commit 13ef7f3

Browse files
committed
dtoverlay: Add overlay for 13" display
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
1 parent 6a741b8 commit 13ef7f3

3 files changed

Lines changed: 25 additions & 0 deletions

File tree

arch/arm/boot/dts/overlays/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ dtbo-$(CONFIG_ARCH_BCM2835) += \
341341
vc4-kms-dsi-edatec-panel-101c.dtbo \
342342
vc4-kms-dsi-generic.dtbo \
343343
vc4-kms-dsi-ili79600-10-1inch.dtbo \
344+
vc4-kms-dsi-ili79600-13inch.dtbo \
344345
vc4-kms-dsi-ili9881-5inch.dtbo \
345346
vc4-kms-dsi-ili9881-7inch.dtbo \
346347
vc4-kms-dsi-lt070me05000.dtbo \

arch/arm/boot/dts/overlays/README

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5860,6 +5860,21 @@ Params: sizex Touchscreen size x (default 1200)
58605860
the default DSI1 and i2c_csi_dsi).
58615861

58625862

5863+
Name: vc4-kms-dsi-ili79600-13inch
5864+
Info: Enable the Raspberry Pi 13" ILI79600 based touchscreen panel.
5865+
Requires vc4-kms-v3d to be loaded.
5866+
Load: dtoverlay=vc4-kms-dsi-ili79600-13inch,<param>
5867+
Params: sizex Touchscreen size x (default 1200)
5868+
sizey Touchscreen size y (default 1920)
5869+
invx Touchscreen inverted x axis
5870+
invy Touchscreen inverted y axis
5871+
swapxy Touchscreen swapped x y axis
5872+
disable_touch Disables the touch screen overlay driver
5873+
rotation Display rotation {0,90,180,270} (default 0)
5874+
dsi0 Use DSI0 and i2c_csi_dsi0 (rather than
5875+
the default DSI1 and i2c_csi_dsi).
5876+
5877+
58635878
Name: vc4-kms-dsi-ili9881-5inch
58645879
Info: Enable the Raspberry Pi 5" ILI9881 based touchscreen panel.
58655880
Requires vc4-kms-v3d to be loaded.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
* vc4-kms-dsi-ili79600-13inch-overlay.dts
3+
*/
4+
5+
#include "vc4-kms-dsi-ili79600-10-1inch-overlay.dts"
6+
7+
&dsi_panel {
8+
compatible = "raspberrypi,dsi-13inch-panel";
9+
};

0 commit comments

Comments
 (0)