mirror of https://github.com/hak5/openwrt.git
ar71xx: wpj531: fix SIG1/RSS1 LED GPIO
In commitopenwrt-18.066c937df749
("ar71xx: wpj531: fix GPIOs for LED") wrong GPIO 13 for SIG1/RSS1 LED was commited, the correct GPIO number for this LED is 12. It's listed in "Hardware Guide - wpj531 7A06 (02/07/2019)" as GPIO12/RSS1 on the LED header and same GPIO 12 is used in the vendor's SDK as well. Fixes:6c937df749
("ar71xx: wpj531: fix GPIOs for LED") Signed-off-by: Leon M. George <leon@georgemail.eu> [commit subject/message facelift] Signed-off-by: Petr Štetiar <ynezz@true.cz> (cherry picked from commitc070662980
)
parent
b7e7d220e7
commit
7e4ce0c655
|
@ -35,7 +35,7 @@
|
|||
#include "dev-wmac.h"
|
||||
#include "machtypes.h"
|
||||
|
||||
#define WPJ531_GPIO_LED_SIG1 13
|
||||
#define WPJ531_GPIO_LED_SIG1 12
|
||||
#define WPJ531_GPIO_LED_SIG2 14
|
||||
#define WPJ531_GPIO_LED_SIG3 15
|
||||
#define WPJ531_GPIO_LED_SIG4 16
|
||||
|
|
Loading…
Reference in New Issue