ARM: dts: n900: Mark eMMC slot with no-sdio and no-sd flags
authorPali Rohár <pali.rohar@gmail.com>
Wed, 14 Dec 2016 21:29:44 +0000 (22:29 +0100)
committerTony Lindgren <tony@atomide.com>
Tue, 27 Dec 2016 18:06:00 +0000 (10:06 -0800)
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>
arch/arm/boot/dts/omap3-n900.dts

index 87ca50b..4d448f1 100644 (file)
        vmmc_aux-supply = <&vsim>;
        bus-width = <8>;
        non-removable;
+       no-sdio;
+       no-sd;
 };
 
 &mmc3 {