summaryrefslogtreecommitdiff
path: root/overlays/Makefile
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2021-07-21 17:14:24 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2021-07-21 23:04:51 +0200
commita52d315e89af02a63ed5d43d77626a91e3e82da5 (patch)
tree4447621150f733d4084dd6abeeae4e0334369886 /overlays/Makefile
parent27c72338908dcd8052a27d210287c76a64c80f93 (diff)
verdin-imx8mp: add/modify overlays for supporting ov5640 on mezzanine
verdin-imx8mp_mezzanine-ov5640_overlay.dts: Modify the regular overlay to work with the default jumpering of the Mezzanine which uses the same GPIOs as the first camera interface CSI_1 and the same I2C bus as used for DSI display adapters! So, unless we modify the OV5640 driver to cope with using them same GPIOs twice or ignore absence of GPIOs this will not work for any concurrent dual camera use case. verdin-imx8mp_mezzanine-ov5640-2_overlay.dts: Add a new overlay to work with an alternate jumpering of the Mezzanine which uses the same Verdin GPIO2 as used for the Atmel MXT Touchscreen and the same I2C bus as used for DSI display adapters! So, while this can not concurrently used with our 10 inch capacitive LVDS touch screen it does work fine for any concurrent dual camera use case. While at it indicate GPIO usage of primary CSI_1 OV5640 overlay. Related-to: ELB-4035 Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'overlays/Makefile')
-rw-r--r--overlays/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/overlays/Makefile b/overlays/Makefile
index fe1aa7d..666c63c 100644
--- a/overlays/Makefile
+++ b/overlays/Makefile
@@ -89,6 +89,7 @@ dtb-y += verdin-imx8mm_sn65dsi84_overlay.dtbo
dtb-y += verdin-imx8mp_lt8912_overlay.dtbo
dtb-y += verdin-imx8mp_mezzanine-lvds-single-channel_overlay.dtbo
dtb-y += verdin-imx8mp_mezzanine-lvds-dual-channel_overlay.dtbo
+dtb-y += verdin-imx8mp_mezzanine-ov5640-2_overlay.dtbo
dtb-y += verdin-imx8mp_mezzanine-ov5640_overlay.dtbo
dtb-y += verdin-imx8mp_mezzanine-touch-atmel-mxt_overlay.dtbo
dtb-y += verdin-imx8mp_native-hdmi_overlay.dtbo