From: T Karthik Reddy Date: Wed, 28 Aug 2019 09:30:57 +0000 (-0600) Subject: arm64: zynqmp: dt: Delete no-1-8-v property from zcu102-rev1.0 X-Git-Tag: v2025.01-rc5-pxa1908~2732^2~52 X-Git-Url: http://git.dujemihanovic.xyz/img/html/index.html?a=commitdiff_plain;h=bdbc5604f23279a52361071913cc763dbf867e5e;p=u-boot.git arm64: zynqmp: dt: Delete no-1-8-v property from zcu102-rev1.0 Currently zcu102 Rev1.0 board includes RevA sdhci dt node which has no-1-8-v property. Since Rev1.0 has level shifters delete this property to enable support for 1.8v. Signed-off-by: T Karthik Reddy Signed-off-by: Michal Simek --- diff --git a/arch/arm/dts/zynqmp-zcu102-rev1.0.dts b/arch/arm/dts/zynqmp-zcu102-rev1.0.dts index 6647e97edb..6c702f2674 100644 --- a/arch/arm/dts/zynqmp-zcu102-rev1.0.dts +++ b/arch/arm/dts/zynqmp-zcu102-rev1.0.dts @@ -34,3 +34,7 @@ reg = <0xe0 0x3>; }; }; + +&sdhci1 { + /delete-property/ no-1-8-v; +};