mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
ar71xx: register the micro sd card reader on RB493G
Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35535 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user