MIPS: ath79: add common GPIO LEDs device
Almost all boards have one or more LEDs connected to GPIO lines. This patch adds common code to register a platform_device for them. The patch also adds support for the LEDs on the PB44 board. Signed-off-by:Gabor Juhos <juhosg@openwrt.org> Signed-off-by:
Imre Kaloz <kaloz@openwrt.org> Cc: linux-mips@linux-mips.org Cc: Luis R. Rodriguez <lrodriguez@atheros.com> Cc: Cliff Holden <Cliff.Holden@Atheros.com> Cc: Kathy Giori <Kathy.Giori@Atheros.com> Patchwork: https://patchwork.linux-mips.org/patch/1953/ Signed-off-by:
Ralf Baechle <ralf@linux-mips.org>
Showing
- arch/mips/ath79/Kconfig 4 additions, 0 deletionsarch/mips/ath79/Kconfig
- arch/mips/ath79/Makefile 1 addition, 0 deletionsarch/mips/ath79/Makefile
- arch/mips/ath79/dev-leds-gpio.c 56 additions, 0 deletionsarch/mips/ath79/dev-leds-gpio.c
- arch/mips/ath79/dev-leds-gpio.h 21 additions, 0 deletionsarch/mips/ath79/dev-leds-gpio.h
- arch/mips/ath79/mach-pb44.c 18 additions, 0 deletionsarch/mips/ath79/mach-pb44.c
arch/mips/ath79/dev-leds-gpio.c
0 → 100644
arch/mips/ath79/dev-leds-gpio.h
0 → 100644
Please register or sign in to comment