]> git.baikalelectronics.ru Git - uboot.git/commit
drivers: led: led_bcm6753: initial support
authorPhilippe Reynes <philippe.reynes@softathome.com>
Thu, 17 Feb 2022 16:17:04 +0000 (17:17 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 7 Mar 2022 16:36:12 +0000 (11:36 -0500)
commit8e945c49ed23d275509daf31c77d1ab452cf1e53
treeee4aee1dc9e5cf0767a57523f8e0c03ca2960593
parent5fd9a8cf9e89c23afd5136288c85ca67a0a55a5f
drivers: led: led_bcm6753: initial support

Add the support of the LED IP for bcm6357. This
LED IP supports blinking, fading and pulsating,
but for the moment, only blinking is supported.

Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
drivers/led/Kconfig
drivers/led/Makefile
drivers/led/led_bcm6753.c [new file with mode: 0644]