summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8x-colibri-iris-v2.dtsi
AgeCommit message (Collapse)Author
2022-01-03arm64: dts: colibri-imx8x: remove unnecessary settings from usdhc2Philippe Schenker
- pinctrl-0 is already defined in imx8x-colibri.dtsi - delete keep-power-in-suspend this flag is not defined in colibri device trees upwards - sd-uhs tags From the commit-message of the introduction of those: --- Provide the option to configure these speed modes per host, for those host drivers that can't distinguish this in runtime. --- Since our host driver obviously can distinguish this (UHS works also without those tags), these tags don't need to be set. Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2022-01-03arm64: dts: imx8x-colibri-iris-v2: iris v2 is 1.8 volt uhs capablePhilippe Schenker
The Iris v2 does NOT have 3.3 volt pull-up resistors on the command- and data-lines of the SD-signals and is therefore fully compatible with all UHS modes. Mark this hardware as being compatible with 1.8 volt signalling by explicitly deleting the no-1-8-v tag. Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2021-08-27ARM64: dts: colibri-imx8qxp/dx: new device treesStefano Viola
This commit add the missing device-trees for all Colibri Carrier-Boards except viola, and delete those no longer needed. New device-trees: imx8dx-colibri-aster.dtb imx8dx-colibri-eval-v3.dtb imx8qxp-colibri-iris.dtb imx8dx-colibri-iris.dtb imx8dx-colibri-iris-v2.dtb imx8qxp-colibri-iris-v2.dtb Deleted device-tree: imx8qxp-colibri-dsihdmi-eval-v3 Related-to: ELB-2800 Signed-off-by: Stefano Viola <stefano.viola@toradex.com>