diff mbox series

[v1] arm64: dts: lx2160aqds: Disable HS200 and UHS-I speed mode for esdhc

Message ID 20181010030505.43385-4-yinbo.zhu@nxp.com (mailing list archive)
State New, archived
Headers show
Series [v1] arm64: dts: lx2160aqds: Disable HS200 and UHS-I speed mode for esdhc | expand

Commit Message

Yinbo Zhu Oct. 10, 2018, 3:05 a.m. UTC
This patch is to disable HS200 and UHS-I speed mode for esdhc, so that
the lx2160qds board can be configured and enable these speed mode
according to the different SDHC adapter and SD card

Signed-off-by: Yinbo Zhu <yinbo.zhu@nxp.com>
---
 arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts b/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts
index e773a7e..3e8769d 100644
--- a/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts
@@ -280,15 +280,10 @@ 
 };
 
 &esdhc0 {
-	sd-uhs-sdr104;
-	sd-uhs-sdr50;
-	sd-uhs-sdr25;
-	sd-uhs-sdr12;
 	status = "okay";
 };
 
 &esdhc1 {
-	mmc-hs200-1_8v;
 	status = "okay";
 };