summaryrefslogtreecommitdiff
path: root/arch/arm/dts/zynqmp-zcu102-revA.dts
diff options
context:
space:
mode:
authorManish Narani <manish.narani@xilinx.com>2020-02-13 23:37:30 -0700
committerMichal Simek <michal.simek@xilinx.com>2020-04-06 12:51:31 +0200
commit12ffe75819bb18b433642b21bbb5d1be7c0a1142 (patch)
treeec22baf1f4909b2cf185d305a71f7b3f7ddcad00 /arch/arm/dts/zynqmp-zcu102-revA.dts
parent21620990cf7ed6a5e0354db2942a31e69cdf6b6f (diff)
arm64: zynqmp: Add 'no-1-8-v' property for ZynqMP Boards
Modify dts files to add 'no-1-8-v' property for all the ZynqMP boards. User can remove this property to enable the UHS mode. This is to keep the same speed (HS) modes across all the stages of the Linux Boot. Due to power cycling limitation of some of the ZynqMP boards, some SD cards don't get power cycled and are failing in Linux. Signed-off-by: Manish Narani <manish.narani@xilinx.com>
Diffstat (limited to 'arch/arm/dts/zynqmp-zcu102-revA.dts')
-rw-r--r--arch/arm/dts/zynqmp-zcu102-revA.dts6
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/dts/zynqmp-zcu102-revA.dts b/arch/arm/dts/zynqmp-zcu102-revA.dts
index 222b67c7ce..e63f4b9cd8 100644
--- a/arch/arm/dts/zynqmp-zcu102-revA.dts
+++ b/arch/arm/dts/zynqmp-zcu102-revA.dts
@@ -655,7 +655,11 @@
/* SD1 with level shifter */
&sdhci1 {
status = "okay";
- no-1-8-v; /* for 1.0 silicon */
+ /*
+ * 1.0 revision has level shifter and this property should be
+ * removed for supporting UHS mode
+ */
+ no-1-8-v;
xlnx,mio_bank = <1>;
};