Skip to content

Commit ed3e4a4

Browse files
paligregkh
authored andcommitted
ARM: dts: n900: Mark eMMC slot with no-sdio and no-sd flags
[ Upstream commit 4cf48f1d7520a4d325af58eded4d8090e1b40be7 ] 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> Signed-off-by: Sasha Levin <alexander.levin@verizon.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 7cff069 commit ed3e4a4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm/boot/dts/omap3-n900.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -697,6 +697,8 @@
697697
vmmc_aux-supply = <&vsim>;
698698
bus-width = <8>;
699699
non-removable;
700+
no-sdio;
701+
no-sd;
700702
};
701703

702704
&mmc3 {

0 commit comments

Comments
 (0)