summaryrefslogtreecommitdiff
path: root/overlays/apalis-imx6_disable-parallel-rgb_overlay.dts
AgeCommit message (Collapse)Author
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>