summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx7-colibri-aster.dtsi
AgeCommit message (Collapse)Author
2020-10-16ARM: dts: colibri-imx7: fix wake-up with gpio keyOleksandr Suvorov
The pin GPIO1_IO01 externally pulls down, it is required to sequentially connect this pin (signal WAKE_MICO#) to +3v3 and then disconnect it to trigger a wakeup interrupt. Adding the flag GPIO_PULL_DOWN allows the system to be woken up just connecting the pin GPIO1_IO01 to +3v3. Related-to: ELB-2901 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2020-08-13ARM: 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>
2020-08-13ARM: dts: Add Aster devicetrees from 4.9Philippe Schenker
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>