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)
commit0d2001b105b415f0cb974036696c6eb47d4dfe9c
treeee4aee1dc9e5cf0767a57523f8e0c03ca2960593
parenta241ccdc449320b5e7750cf57618b0a455212040
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]