Commit bdbc5604f23279a52361071913cc763dbf867e5e

Authored by T Karthik Reddy
Committed by Michal Simek
1 parent 5dc8f69df3

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>

Showing 1 changed file with 4 additions and 0 deletions Side-by-side Diff

arch/arm/dts/zynqmp-zcu102-rev1.0.dts
... ... @@ -34,4 +34,8 @@
34 34 reg = <0xe0 0x3>;
35 35 };
36 36 };
  37 +
  38 +&sdhci1 {
  39 + /delete-property/ no-1-8-v;
  40 +};