Skip to content
Snippets Groups Projects
Commit 6c937df7 authored by Leon M. George's avatar Leon M. George Committed by John Crispin
Browse files

ar71xx: wpj531: fix GPIOs for LED


/sys/devices/platform/leds-gpio/leds/ was not initialised with working LEDs.

Signed-off-by: default avatarLeon M. George <leon@georgemail.eu>
parent e5211735
No related branches found
No related tags found
No related merge requests found
...@@ -35,10 +35,10 @@ ...@@ -35,10 +35,10 @@
#include "dev-wmac.h" #include "dev-wmac.h"
#include "machtypes.h" #include "machtypes.h"
#define WPJ531_GPIO_LED_SIG1 14 #define WPJ531_GPIO_LED_SIG1 13
#define WPJ531_GPIO_LED_SIG2 15 #define WPJ531_GPIO_LED_SIG2 14
#define WPJ531_GPIO_LED_SIG3 22 #define WPJ531_GPIO_LED_SIG3 15
#define WPJ531_GPIO_LED_SIG4 23 #define WPJ531_GPIO_LED_SIG4 16
#define WPJ531_GPIO_BUZZER 4 #define WPJ531_GPIO_BUZZER 4
#define WPJ531_GPIO_BTN_RESET 17 #define WPJ531_GPIO_BTN_RESET 17
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment