Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284734
b: refs/heads/master
c: 0b0db27
h: refs/heads/master
v: v3
  • Loading branch information
Gabor Juhos authored and Ralf Baechle committed Dec 7, 2011
1 parent 500e111 commit e4e6e8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3ae400223121ffb7d5b6f8299b6d18059a8fd038
refs/heads/master: 0b0db270b8695f0a0ca87f273a8214fd9f6773de
4 changes: 4 additions & 0 deletions trunk/arch/mips/ath79/mach-ap121.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include "dev-leds-gpio.h"
#include "dev-spi.h"
#include "dev-usb.h"
#include "dev-ar913x-wmac.h"

#define AP121_GPIO_LED_WLAN 0
#define AP121_GPIO_LED_USB 1
Expand Down Expand Up @@ -73,6 +74,8 @@ static struct ath79_spi_platform_data ap121_spi_data = {

static void __init ap121_setup(void)
{
u8 *cal_data = (u8 *) KSEG1ADDR(AP121_CAL_DATA_ADDR);

ath79_register_leds_gpio(-1, ARRAY_SIZE(ap121_leds_gpio),
ap121_leds_gpio);
ath79_register_gpio_keys_polled(-1, AP121_KEYS_POLL_INTERVAL,
Expand All @@ -82,6 +85,7 @@ static void __init ap121_setup(void)
ath79_register_spi(&ap121_spi_data, ap121_spi_info,
ARRAY_SIZE(ap121_spi_info));
ath79_register_usb();
ath79_register_wmac(cal_data);
}

MIPS_MACHINE(ATH79_MACH_AP121, "AP121", "Atheros AP121 reference board",
Expand Down

0 comments on commit e4e6e8b

Please sign in to comment.