Skip to content
Snippets Groups Projects
Commit f07a33af authored by Jonas Gorski's avatar Jonas Gorski
Browse files

ar71xx: register the micro sd card reader on RB493G


Signed-off-by: default avatarJonas Gorski <jogo@openwrt.org>

SVN-Revision: 35535
parent eedc3554
No related branches found
No related tags found
No related merge requests found
......@@ -429,6 +429,9 @@ static void __init rb493g_setup(void)
rb4xx_leds_gpio);
spi_register_board_info(rb4xx_spi_info, ARRAY_SIZE(rb4xx_spi_info));
spi_register_board_info(rb4xx_microsd_info,
ARRAY_SIZE(rb4xx_microsd_info));
platform_device_register(&rb4xx_spi_device);
platform_device_register(&rb4xx_nand_device);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment