mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[ar71xx] add AR913x specific GPIO function bit definitions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16583 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -153,8 +153,8 @@ static inline void rb433_add_device_spi(void) {}
|
||||
|
||||
static void __init rb4xx_generic_setup(void)
|
||||
{
|
||||
ar71xx_gpio_function_enable(GPIO_FUNC_SPI_CS1_EN |
|
||||
GPIO_FUNC_SPI_CS2_EN);
|
||||
ar71xx_gpio_function_enable(AR71XX_GPIO_FUNC_SPI_CS1_EN |
|
||||
AR71XX_GPIO_FUNC_SPI_CS2_EN);
|
||||
|
||||
ar71xx_add_device_leds_gpio(-1, ARRAY_SIZE(rb4xx_leds_gpio),
|
||||
rb4xx_leds_gpio);
|
||||
|
||||
Reference in New Issue
Block a user