diff options
author | Mike Looijmans <mike.looijmans@topic.nl> | 2021-02-26 15:32:23 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2021-03-02 16:59:27 +0000 |
commit | 68976061c5c130ce68430a59c23afb8044975d41 (patch) | |
tree | e2ac04bdfb5f9c2b167778bbd52387b1825298ea | |
parent | 5e543bd817a3eac27b4414d45cda2e570f144fc0 (diff) | |
download | meta-raspberrypi-68976061c5c130ce68430a59c23afb8044975d41.tar.gz |
overlays: Add "vc4-kms-dsi-7inch.dtbo"
In theory, this would allow one to use the official 7-inch touchscreen
in combination with the (non-firmware) kms driver by adding the
following lines to config.txt:
ignore_lcd=1
dtoverlay=vc4-kms-v3d
dtoverlay=vc4-kms-dsi-7inch
Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl>
-rw-r--r-- | conf/machine/include/rpi-base.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index ac945f6..8b33a0f 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc | |||
@@ -44,6 +44,7 @@ RPI_KERNEL_DEVICETREE_OVERLAYS ?= " \ | |||
44 | overlays/rpi-poe.dtbo \ | 44 | overlays/rpi-poe.dtbo \ |
45 | overlays/vc4-fkms-v3d.dtbo \ | 45 | overlays/vc4-fkms-v3d.dtbo \ |
46 | overlays/vc4-kms-v3d.dtbo \ | 46 | overlays/vc4-kms-v3d.dtbo \ |
47 | overlays/vc4-kms-dsi-7inch.dtbo \ | ||
47 | overlays/w1-gpio.dtbo \ | 48 | overlays/w1-gpio.dtbo \ |
48 | overlays/w1-gpio-pullup.dtbo \ | 49 | overlays/w1-gpio-pullup.dtbo \ |
49 | " | 50 | " |