Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 559f7a03 authored by Stefan Nilsson XK's avatar Stefan Nilsson XK Committed by Linus Walleij
Browse files

ARM: ux500: support SD cards on HREFv60 boards



Properly support the correct SDI-init sequence on the
ST-Ericsson HREFv60 and later boards in order to get
support for SD cards.

Signed-off-by: default avatarStefan Nilsson XK <stefan.xk.nilsson@stericsson.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 5611cc45
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -672,7 +672,7 @@ static void __init hrefv60_init_machine(void)
			ARRAY_SIZE(mop500_platform_devs));

	mop500_i2c_init();
	mop500_sdi_init();
	hrefv60_sdi_init();
	mop500_spi_init();
	mop500_uart_init();

+1 −0
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@ struct i2c_board_info;

extern void mop500_sdi_init(void);
extern void snowball_sdi_init(void);
extern void hrefv60_sdi_init(void);
extern void mop500_sdi_tc35892_init(void);
void __init mop500_u8500uib_init(void);
void __init mop500_stuib_init(void);