arm64: zynqmp: dt: Delete no-1-8-v property from zcu102-rev1.0
authorT Karthik Reddy <t.karthik.reddy@xilinx.com>
Wed, 28 Aug 2019 09:30:57 +0000 (03:30 -0600)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 24 Oct 2019 11:37:01 +0000 (13:37 +0200)
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 <t.karthik.reddy@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/zynqmp-zcu102-rev1.0.dts

index 6647e97edba36732462e1050629aa05539dff554..6c702f2674e3d52a012b62ddd749faeb98f0ec71 100644 (file)
@@ -34,3 +34,7 @@
                reg = <0xe0 0x3>;
        };
 };
+
+&sdhci1 {
+       /delete-property/ no-1-8-v;
+};