From: P L Sai Krishna Date: Thu, 7 Jan 2016 09:27:28 +0000 (+0530) Subject: ARM64: zynqmp: Add no-1-8-v property to SD node. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=323f7497cc903af4685d6c16231a689f1e22ba78;p=thirdparty%2Fu-boot.git ARM64: zynqmp: Add no-1-8-v property to SD node. There is no support to switch to 1.8V and use UHS mode on 1.0 silicon. Hence, this patch add no-1-8-v property to SD node to denotes 1.8v card voltage is not supported on this system, even if the controller claims it is. Signed-off-by: P L Sai Krishna Signed-off-by: Michal Simek --- diff --git a/arch/arm/dts/zynqmp-zc1751-xm015-dc1.dts b/arch/arm/dts/zynqmp-zc1751-xm015-dc1.dts index 4572fb37b32..1ff933fe10d 100644 --- a/arch/arm/dts/zynqmp-zc1751-xm015-dc1.dts +++ b/arch/arm/dts/zynqmp-zc1751-xm015-dc1.dts @@ -161,6 +161,7 @@ /* SD1 with level shifter */ &sdhci1 { status = "okay"; + no-1-8-v; /* for 1.0 silicon */ }; &uart0 { diff --git a/arch/arm/dts/zynqmp-zcu102.dts b/arch/arm/dts/zynqmp-zcu102.dts index 35924cefd6d..ce8d955f32f 100644 --- a/arch/arm/dts/zynqmp-zcu102.dts +++ b/arch/arm/dts/zynqmp-zcu102.dts @@ -520,6 +520,7 @@ drivers/hwmon/pmbus/Makefile:11:obj-$(CONFIG_SENSORS_MAX20751) += max20751.o /* SD1 with level shifter */ &sdhci1 { status = "okay"; + no-1-8-v; /* for 1.0 silicon */ }; &uart0 {