diff mbox series

[v4,27/29] arm: dts: ls1028a: drop non-removable property from esdhc controller node

Message ID 20211005083812.1311465-28-michael@walle.cc
State Superseded
Delegated to: Priyanka Jain
Headers show
Series arm: dts: ls1028a: sync device tree with linux | expand

Commit Message

Michael Walle Oct. 5, 2021, 8:38 a.m. UTC
The linux device tree hasn't set this property. To be similar we remove
it from the u-boot device tree, too. The second controller of the
LS1028A has indeed no card detect pin because it only supports eMMC
devices. The present state register of the second controller will always
report the card as present. Thus, there should be no functional change
otherwise than one more register access to read the present state. The
property should still be introduced in the linux device tree.

Signed-off-by: Michael Walle <michael@walle.cc>
---
 arch/arm/dts/fsl-ls1028a.dtsi | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/arm/dts/fsl-ls1028a.dtsi b/arch/arm/dts/fsl-ls1028a.dtsi
index d2f558d208..af6dabe847 100644
--- a/arch/arm/dts/fsl-ls1028a.dtsi
+++ b/arch/arm/dts/fsl-ls1028a.dtsi
@@ -210,7 +210,6 @@ 
 			reg = <0x0 0x2150000 0x0 0x10000>;
 			interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
 			big-endian;
-			non-removable;
 			bus-width = <4>;
 			status = "disabled";
 		};