summaryrefslogtreecommitdiff
path: root/overlays/apalis-imx6_parallel-rgb_overlay.dts
AgeCommit message (Collapse)Author
2020-08-24Revert "apalis-imx6: fix the overlay for parallel rgb"Philippe Schenker
This reverts commit 198c73623411c214166c0297a4fcd006ba02c57b. Syntactic sugar is not fully supported on 4.14 kernel revert all overlays for this branch Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
2020-08-20apalis-imx6: fix the overlay for parallel rgbOleksandr Suvorov
There is no /disp0 node in Apalis iMX6 at all. Apalis iMX6 has an lcd_display node that describes a parallel RGB interface and is enabled by default. To make the overlay for a parallel RGB have sense, convert it to disabling and use proper node name. Convert an overlay file for enabling the Parallel RGB interface (eLCDIF) on Colibri-iMX8QXP module into the Syntactic Sugar format. This format is strongly recommended in Embedded Linux Wiki [1]. [1] https://elinux.org/Device_Tree_Reference#Overlay_Source_Format Related-to: ELB-2834 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2020-05-26overlays: add initial overlaysIgor Opaniuk
Naming format: <machine>_<function>_overlay.dts Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>