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>
(cherry picked from commit 68976061c5)
Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
This commit is contained in:
Mike Looijmans 2021-02-26 15:32:23 +01:00 committed by Andrei Gherzan
parent 85fa37e51a
commit 55a48792f2

View File

@ -44,6 +44,7 @@ RPI_KERNEL_DEVICETREE_OVERLAYS ?= " \
overlays/rpi-poe.dtbo \ overlays/rpi-poe.dtbo \
overlays/vc4-fkms-v3d.dtbo \ overlays/vc4-fkms-v3d.dtbo \
overlays/vc4-kms-v3d.dtbo \ overlays/vc4-kms-v3d.dtbo \
overlays/vc4-kms-dsi-7inch.dtbo \
overlays/w1-gpio.dtbo \ overlays/w1-gpio.dtbo \
overlays/w1-gpio-pullup.dtbo \ overlays/w1-gpio-pullup.dtbo \
" "