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>
This commit is contained in:
parent
d2c4c27035
commit
f38bb4e9ec
|
@ -505,6 +505,7 @@
|
|||
vmmc-supply = <&vmmc1>;
|
||||
bus-width = <4>;
|
||||
ti,non-removable;
|
||||
broken-cd; /* hardware has no CD */
|
||||
};
|
||||
|
||||
&mmc2 {
|
||||
|
|
Loading…
Reference in New Issue