diff mbox series

[U-Boot,3/3] arm64: zynqmp: Remove broken-cd from zcu100-revC

Message ID 829f19df74d0378362d96c3aed21d52abe47c0cc.1527601539.git.michal.simek@xilinx.com
State Accepted
Commit 3e98a9c4167299cc3c6a608681a8b48e4a5bdefa
Delegated to: Michal Simek
Headers show
Series [U-Boot,1/3] arm64: zynqmp: Add ina226 to zcu104 revC | expand

Commit Message

Michal Simek May 29, 2018, 1:45 p.m. UTC
Card detect bit was broken on revA and it is working fine with revC
board that's why this property can be removed.

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

 arch/arm/dts/zynqmp-zcu100-revC.dts | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/arm/dts/zynqmp-zcu100-revC.dts b/arch/arm/dts/zynqmp-zcu100-revC.dts
index cf4bbeaeb5c4..5e6cdce88643 100644
--- a/arch/arm/dts/zynqmp-zcu100-revC.dts
+++ b/arch/arm/dts/zynqmp-zcu100-revC.dts
@@ -252,7 +252,6 @@ 
 &sdhci0 {
 	status = "okay";
 	no-1-8-v;
-	broken-cd; /* CD has to be enabled by default */
 	disable-wp;
 	xlnx,mio_bank = <0>;
 };