[U-Boot] [PATCH 0/3] dm: led: add BCM6358 serial leds support
Álvaro Fernández Rojas
noltari at gmail.com
Wed May 3 13:09:18 UTC 2017
BCM6358 supports controlling serial LEDs (74x164) both by using spi-gpio or
its LEDs controller.
Álvaro Fernández Rojas (3):
dm: led: add BCM6358 led driver
mips: bmips: add bcm6358-led driver support for BCM6358
mips: bmips: add NeufBox 4 (Sercomm) board
arch/mips/dts/brcm,bcm6358.dtsi | 9 ++
arch/mips/dts/sfr,nb4-ser.dts | 93 ++++++++++++++++
board/sfr/nb4_ser/Kconfig | 12 ++
board/sfr/nb4_ser/MAINTAINERS | 6 +
board/sfr/nb4_ser/Makefile | 5 +
board/sfr/nb4_ser/nb4-ser.c | 7 ++
configs/sfr_nb4-ser_ram_defconfig | 52 +++++++++
drivers/led/Kconfig | 7 ++
drivers/led/Makefile | 1 +
drivers/led/led_bcm6358.c | 227 ++++++++++++++++++++++++++++++++++++++
include/configs/sfr_nb4_ser.h | 20 ++++
11 files changed, 439 insertions(+)
create mode 100644 arch/mips/dts/sfr,nb4-ser.dts
create mode 100644 board/sfr/nb4_ser/Kconfig
create mode 100644 board/sfr/nb4_ser/MAINTAINERS
create mode 100644 board/sfr/nb4_ser/Makefile
create mode 100644 board/sfr/nb4_ser/nb4-ser.c
create mode 100644 configs/sfr_nb4-ser_ram_defconfig
create mode 100644 drivers/led/led_bcm6358.c
create mode 100644 include/configs/sfr_nb4_ser.h
--
2.1.4
More information about the U-Boot
mailing list