summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2013-02-10 12:31:38 +0000
committerJonas Gorski <jogo@openwrt.org>2013-02-10 12:31:38 +0000
commitf07a33afc2d7ad6863282e627e157f1290978460 (patch)
tree534d05211488ac7eda9cc533d15dd369da57f56a /target/linux/ar71xx/files
parenteedc3554fe4b8161c8327efb0d40d095cf55874c (diff)
downloadmaster-31e0f0ae-f07a33afc2d7ad6863282e627e157f1290978460.tar.gz
master-31e0f0ae-f07a33afc2d7ad6863282e627e157f1290978460.tar.bz2
master-31e0f0ae-f07a33afc2d7ad6863282e627e157f1290978460.zip
ar71xx: register the micro sd card reader on RB493G
Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35535
Diffstat (limited to 'target/linux/ar71xx/files')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-rb4xx.c3
1 files changed, 3 insertions, 0 deletions
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);