diff options
author | T Karthik Reddy | 2019-08-07 14:08:50 +0530 |
---|---|---|
committer | Michal Simek | 2020-01-14 09:05:55 +0100 |
commit | 166fb46ad3ca9ab98e5bc450fbb1031949c1b091 (patch) | |
tree | 7a06602c26daf006d9df1ede09cf0aafe1eef418 /arch/arm/dts/zynqmp-zcu106-revA.dts | |
parent | a81186fd9f4c9ddcc92c7a5ea9913ab24d22a794 (diff) |
zynqmp: dts: Cleanup no-1-8-v property from sdhci dt nodes
Removed no-1-8-v property from zynqmp sdhci devicetree nodes to
allow UHS-I capable SD cards to work in SD3.0 UHS modes.
Boards that does not have level shifter for SD, does not support 1.8v.
so no-1-8-v property to sdhci dt nodes should be present in zcu102 Rev-A,B,
zcu104 Rev-A,C, zcu100, zcu1275 Rev-B boards.
Signed-off-by: T Karthik Reddy <t.karthik.reddy@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/dts/zynqmp-zcu106-revA.dts')
-rw-r--r-- | arch/arm/dts/zynqmp-zcu106-revA.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/dts/zynqmp-zcu106-revA.dts b/arch/arm/dts/zynqmp-zcu106-revA.dts index b4dd1013300..7c73ff283e7 100644 --- a/arch/arm/dts/zynqmp-zcu106-revA.dts +++ b/arch/arm/dts/zynqmp-zcu106-revA.dts @@ -653,7 +653,6 @@ /* SD1 with level shifter */ &sdhci1 { status = "okay"; - no-1-8-v; xlnx,mio_bank = <1>; }; |