diff mbox series

[v2,14/32] ARM: dts: omap3-gta04: explicitly describe that mmc1 has no CD/WP

Message ID 0de5f6396eada90f203e046b4e8803b28a88d8f0.1533021093.git.hns@goldelico.com (mailing list archive)
State New, archived
Headers show
Series Device Tree Updates for GTA04 (A3/A4/A5 variants) | expand

Commit Message

H. Nikolaus Schaller July 31, 2018, 7:11 a.m. UTC
There are neither CD nor WP switches for mmc1. The µSD slot is
located under the SIM card under the battery and not accessible
during operation.

Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
---
 arch/arm/boot/dts/omap3-gta04.dtsi | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi
index cdee97f532c5..bb4c9ad62edb 100644
--- a/arch/arm/boot/dts/omap3-gta04.dtsi
+++ b/arch/arm/boot/dts/omap3-gta04.dtsi
@@ -505,6 +505,7 @@ 
 	vmmc-supply = <&vmmc1>;
 	bus-width = <4>;
 	ti,non-removable;
+	broken-cd;	/* hardware has no CD */
 };
 
 &mmc2 {