diff mbox series

[U-Boot] arm64: zynqmp: Disable WP on zcu111

Message ID 22f2784678753bac7d72c8efceafe0d2e32c5842.1527664879.git.michal.simek@xilinx.com
State Accepted
Commit f0d56145d934b560ee9ef8ba6b4655a214696b75
Delegated to: Michal Simek
Headers show
Series [U-Boot] arm64: zynqmp: Disable WP on zcu111 | expand

Commit Message

Michal Simek May 30, 2018, 7:21 a.m. UTC
On this board there is SD slot without WP connected.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 arch/arm/dts/zynqmp-zcu111-revA.dts | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/arch/arm/dts/zynqmp-zcu111-revA.dts b/arch/arm/dts/zynqmp-zcu111-revA.dts
index 4002d7880610..aa9055b7152a 100644
--- a/arch/arm/dts/zynqmp-zcu111-revA.dts
+++ b/arch/arm/dts/zynqmp-zcu111-revA.dts
@@ -500,6 +500,7 @@ 
 &sdhci1 {
 	status = "okay";
 	no-1-8-v;
+	disable-wp;
 	xlnx,mio_bank = <1>;
 };