mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-21 20:08:24 +00:00
ar71xx: register the micro sd card reader on RB493G
Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35535
This commit is contained in:
parent
eedc3554fe
commit
f07a33afc2
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user