summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2021-12-23 11:30:32 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2022-01-03 16:58:01 +0100
commitc65f1622951c93914478b4f006278b6bc4520fcc (patch)
treead9a112dadbf1d604d0d8ed106e0389b8a61f86f
parentfe342df96472b5bd1bdb168ad5a33413cc5e838b (diff)
arm64: dts: colibri-imx8x: remove unnecessary settings from usdhc2
- 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>
-rw-r--r--arch/arm64/boot/dts/freescale/imx8x-colibri-iris-v2.dtsi6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8x-colibri-iris-v2.dtsi b/arch/arm64/boot/dts/freescale/imx8x-colibri-iris-v2.dtsi
index eb0fa9b4c7c8..f5c6809a81b8 100644
--- a/arch/arm64/boot/dts/freescale/imx8x-colibri-iris-v2.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8x-colibri-iris-v2.dtsi
@@ -34,13 +34,7 @@
/* Colibri SD/MMC Card */
&usdhc2 {
- pinctrl-names = "default", "state_100mhz", "state_200mhz", "sleep";
- sd-uhs-sdr12;
- sd-uhs-sdr25;
- sd-uhs-sdr50;
- sd-uhs-sdr104;
cap-power-off-card;
- /delete-property/ keep-power-in-suspend;
/delete-property/ no-1-8-v;
vmmc-supply = <&reg_3v3_vmmc>;
status = "okay";