summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2016-12-14 22:29:44 +0100
committerTony Lindgren <tony@atomide.com>2016-12-27 10:06:00 -0800
commit4cf48f1d7520a4d325af58eded4d8090e1b40be7 (patch)
treeb7f92898a8d8b9e7ae224e0664d335ce59979bc3 /arch
parent1a177cf72b3a6226f01652df8292d07edf67e7af (diff)
downloadlinux-0-day-4cf48f1d7520a4d325af58eded4d8090e1b40be7.tar.gz
linux-0-day-4cf48f1d7520a4d325af58eded4d8090e1b40be7.tar.xz
ARM: dts: n900: Mark eMMC slot with no-sdio and no-sd flags
Trying to initialize eMMC slot as SDIO or SD cause failure in n900 port of qemu. eMMC itself is not detected and is not working. Real Nokia N900 harware does not have this problem. As eMMC is really not SDIO or SD based such change is harmless and will fix support for qemu. Signed-off-by: Pali Rohár <pali.rohar@gmail.com> Acked-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/omap3-n900.dts2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts
index 87ca50b53002b..4d448f145ed1c 100644
--- a/arch/arm/boot/dts/omap3-n900.dts
+++ b/arch/arm/boot/dts/omap3-n900.dts
@@ -734,6 +734,8 @@
vmmc_aux-supply = <&vsim>;
bus-width = <8>;
non-removable;
+ no-sdio;
+ no-sd;
};
&mmc3 {