summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6dl-colibri-iris-v2.dts
AgeCommit message (Collapse)Author
2022-01-25arm: dts: colibri-imx6: clean-up sd card dtsDenys Drozdov
Keep +3.3V pull-ups interface by default in imx6qdl-colibri.dtsi. Clean-up Iris V2.0 carrier board device tree. UHS mode can be supported on Iris V2.0, where no SD pull-ups populated, but not enabled to provide backward compatibility with Colibri iMX6 rev1.0, without populated vgen3 LDO Removed disable-wp as WP is not connected to GPIO. Signed-off-by: Denys Drozdov <denys.drozdov@toradex.com>
2021-09-07arm: dts: colibri-imx6: iris-v2: uart transceiver force off handlingMarcel Ziswiler
Introduce GPIO hogs uart_a_on_x13_enable and uart_b_c_on_x14_enable rather than the uart1_forceoff and uart23_forceoff pinmuxings. While at it also sort the nodes alphabethically and update the copyright period. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2021-03-31ARM: dts: colibri-imx6: prepare for LVDS transceiver overlayOleksandr Suvorov
The PwrDwn signal of the LVDS trasceiver is drived in an overlays. Thus, move the gpio initialization into the overlay. Also fix pinmux default values for LVDS group. Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2021-02-18ARM: dts: colibri-imx6: rearrange PCAP device nodesOleksandr Suvorov
Capacitive TS controllers are parts of peripheral, not boards. Move all related stuff from board-level to the main module DT. Prepare the DTs for use with atmel mxt overlays, adding required pinmux groups. The common scheme of pin groups for atmel mxt ts: pinctrl_atmel_conn - uses 107/106 pins for INT/Reset signals; pinctrl_atmel_adap - uses 28/30 pins for INT/Reset signals. Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2021-01-28ARM: dts: colibri-imx6: disable lcd interfaceOleksandr Suvorov
The parallel RGB interface (lcd) and all related stuff turn on in an overlay. Keep them disabled in the main devicetree. As these subsystems are provided by module, move their definitions into the module-level devicetree. Related-to: ELB-3395 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2021-01-28ARM: dts: colibri-imx6dl: improve spidev configurationOleksandr Suvorov
All Toradex Colibri family boards support the ecspi interface. Move the definition of spidev0 to the module devicetree and enable it by default. Colibri Eval board has a CAN SPI controller. Disable the spidev0 for this board to have the CAN controller been enabled by default. Related-to: ELB-3401 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2021-01-27ARM: dts: (apalis|colibri): imx6: fix spi warningsOleksandr Suvorov
Correct the spidev definitions to fix compile warnings: Warning (spi_bus_reg): \ /soc/aips-bus@2000000/spba-bus@2000000/spi@200c000/spidev@2: SPI bus \ unit address format error, expected "0" Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2021-01-27ARM: dts: (apalis|colibri): unify backlight settingsPhilippe Schenker
This commit unifys the backlight settings. All displays sold by Toradex are now supporting 150Hz as a PWM backlight typical frequency. Use this value for all SoM's and put also some better default values for different brightness. Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com> (cherry picked from commit 0f2115c3c8934714e88a768ace4c324d08ac9039) Conflicts: arch/arm64/boot/dts/freescale/fsl-imx8qm-apalis.dts arch/arm64/boot/dts/freescale/fsl-imx8qxp-colibri-aster.dts arch/arm64/boot/dts/freescale/fsl-imx8qxp-colibri-eval-v3.dtsi arch/arm64/boot/dts/freescale/fsl-imx8qxp-colibri-lvds-dual-eval-v3.dts arch/arm64/boot/dts/freescale/fsl-imx8qxp-colibri-lvds-single-eval-v3.dts arch/arm64/boot/dts/freescale/fsl-imx8qxp-colibri.dtsi Do not apply this patch on imx8 dts, as I will pull them in separately later on. Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
2021-01-27ARM: dts: Add initial Iris devicetreesPhilippe Schenker
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com> (cherry picked from commit ec4c646d6456a13fafb0e0d76dd60f418207a241)