AA: ar71xx: register the micro sd card reader on RB493G
authorJonas Gorski <jogo@openwrt.org>
Mon, 25 Feb 2013 12:51:33 +0000 (12:51 +0000)
committerJonas Gorski <jogo@openwrt.org>
Mon, 25 Feb 2013 12:51:33 +0000 (12:51 +0000)
Backport of r35535.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35776

target/linux/ar71xx/files/arch/mips/ath79/mach-rb4xx.c

index 3f02be791ee40f3700ca58e08d47372938380578..1a61b458d543c6b32650cce8a67e05248383d6ba 100644 (file)
@@ -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);