summaryrefslogtreecommitdiff
path: root/overlays/colibri-imx7_lcd-vga_overlay.dts
AgeCommit message (Collapse)Author
2022-01-25overlays: colibri-imx7: remove clocks from overlaysDenys Drozdov
To support RGB DAC on NAND modules without overlay support, clocks are migrated directly to the kernel device tree. Drop duplicated clock settings from overlays Signed-off-by: Denys Drozdov <denys.drozdov@toradex.com>
2021-07-02overlays: colibri-imx7: fix vga mode overlayDenys Drozdov
Explicitly specify parent clock to support clock source for the VGA mode overlay Related-to: ELB-4030 Signed-off-by: Denys Drozdov <denys.drozdov@toradex.com>
2021-03-27overlays: cosmetic clean-upMarcel Ziswiler
Cosmetic clean-up without any functional impact: - white space clean-up - re-order nodes/properties - adding missing new lines - remove obsolete includes - remove spurious new lines - change 7", 7inch, 10" and 10inch consistently to 7 inch resp. 10 inch Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2021-02-23overlays: colibri-imx7: native VGA supportDenys Drozdov
The VGA connects to the lcdif interface available in imx7-colibri.dtsi. This overlay enables VGA interface overlay for boards supporting VGA. Related-to: ELB-3547 Signed-off-by: Denys Drozdov <denys.drozdov@toradex.com>