summaryrefslogtreecommitdiff
path: root/overlays/verdin-imx8mm_sn65dsi84_overlay.dts
AgeCommit message (Collapse)Author
2021-12-21verdin: mipi-dsi: prevent error logMax Krummenacher
The port@1 nodes don't need a reg property, delete it. Compare with: Documentation/devicetree/bindings/display/bridge/sec_dsim.txt If there is one the full functionality is still there, but drivers/gpu/drm/drm_mipi_dsi.c:163 assumes this to be a subnode describing a dsi device which needs to be registered. It then fails with: imx_sec_dsim_drv 32e10000.mipi_dsi: modalias failure on /soc@0/bus@32c00000 mipi_dsi@32e10000/port@1 Related-to: ELB-4278 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2021-03-18overlays: cosmetic clean-upMarcel Ziswiler
Cosmetic clean-up without any functional impact: - re-order overlays in Makefile alphabetically - get rid of obsolete includes - add note that CSI Camera Module 5MP OV5640 is no longer orderable at Toradex - re-order properties alphabetically - re-order nodes alphabetically - fix indentation and line-spacing - use correct NXP SoC naming nomenclature Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2021-02-18Add license to all overlaysPhilippe Schenker
Use the same license as we use on regular linux-tree Related-to: ELB-2958 Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
2021-02-17verdin-imx8mm: move most properties in disabled nodesMax Krummenacher
Move all non conflicting properties into nodes of the main device tree and just set the status to okay for those nodes. Split the touch controller from the lvds controller's overlay into its own. This unifies with the way it is done for the Verdin iMX8M Plus. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-12-17verdin-imx8mm_sn65dsi84_overlay: move pwm to regular device treeMax Krummenacher
This keeps the numbering of the /sys/class/pwmchipX independent of which overlays are loaded and allows the use of Verdin PWM_3_DSI from user space if it is not used as a backlight PWM. Related-to: ELB-3411 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-09-10overlays: verdin-imx8mm_lt8912/sn65dsi84_overlay: updateMarcel Ziswiler
Update Verdin display adapter overlays lt8912 aka DSI to HDMI and sn65dsi84 aka DSI to LVDS to take latest pin muxing changes into account. This should make all versions up and including V1.0B (albeit with removed IC4) operational. Related-to: ELB-2691 Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2020-09-02overlays: verdin-imx8mm_sn65dsi84_overlay: fix backlightMarcel Ziswiler
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2020-08-27overlays: verdin-imx8mm_sn65dsi84_overlay: verdin dsi to lvds adapterMarcel Ziswiler
Add device tree overlay for Verdin DSI to LVDS Adapter orderable at Toradex. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>