summaryrefslogtreecommitdiff
path: root/overlays/colibri-imx8x_dsihdmi_overlay.dts
AgeCommit message (Collapse)Author
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-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-16overlays: colibri-imx8x: simplify dsihdmi overlayOleksandr Suvorov
Move all common properties of dsi-hdmi adapter and other related stuff to the main devicetree. Related-to: ELB-3246 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2020-11-10overlays: colibri-imx8x: fix dsi-hdmi overlayOleksandr Suvorov
The new kernel has a different ports structure of mipi0_dsi_host. Fix it. Also, remove unneeded stuff. Related-to: ELB-3234, ELB-2943 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2020-09-11overlays: fix compatible optionsOleksandr Suvorov
Use official names of SoM in compatible options. Affected apalis-imx8, apalis-imx8x, colibri-imx8x. Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2020-09-11overlays: colibri/apalis-imx8qm/qxp: make compatible with toradex_5.4-2.1.x-imxOleksandr Suvorov
Some NXP SoC subsystems are renamed. Fix names in overlay files to make them compatible to kernel version toradex_5.4-2.1.x-imx. Related-to: ELB-2900 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2020-09-01mx8: follow pad macro changesMax Krummenacher
The prefix to the pad macros changed in 5.4.24_2.1.0. Follow that. Related-to: ELB-2943 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-08-20colibri-imx8x: convert MIPI-DSI-HDMI to syntactic sugarOleksandr Suvorov
Convert an overlay file for MIPI-DSI-to-HDMI adapter 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>