diff options
author | H. Nikolaus Schaller <hns@goldelico.com> | 2018-07-31 09:11:17 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-09-07 10:10:55 -0700 |
commit | f38bb4e9ec8fb08b1babc8810d751927b05b6a6d (patch) | |
tree | 09322235b4e0212c67aae86aff69892a26a487af /arch | |
parent | d2c4c270354db17804a2f9bca14418da5e30bf03 (diff) | |
download | linux-f38bb4e9ec8fb08b1babc8810d751927b05b6a6d.tar.bz2 |
ARM: dts: omap3-gta04: explicitly describe that mmc1 has no CD/WP
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>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/omap3-gta04.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |