From: jogo Date: Sun, 10 Feb 2013 12:31:38 +0000 (+0000) Subject: ar71xx: register the micro sd card reader on RB493G X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=e2c3500afa6c99e362509775d8a17fea0b8b0008;p=openwrt.git ar71xx: register the micro sd card reader on RB493G Signed-off-by: Jonas Gorski git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35535 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-rb4xx.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-rb4xx.c index 3f02be791e..1a61b458d5 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-rb4xx.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-rb4xx.c @@ -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);