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 <t.karthik.reddy@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
T Karthik Reddy 2019-08-28 03:30:57 -06:00 committed by Michal Simek
parent 5dc8f69df3
commit bdbc5604f2

View File

@ -34,3 +34,7 @@
reg = <0xe0 0x3>;
};
};
&sdhci1 {
/delete-property/ no-1-8-v;
};