diff mbox series

[U-Boot,V2,4/8] bcm968580xref: enable led support

Message ID 1553270528-23011-4-git-send-email-philippe.reynes@softathome.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot,V2,1/8] led: add initial support for bcm6858 | expand

Commit Message

Philippe REYNES March 22, 2019, 4:02 p.m. UTC
Enable the led support in the configuration
of the board bcm968580xref.

Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
---
Changelog:
v2:
- no change

 configs/bcm968580xref_ram_defconfig | 3 +++
 1 file changed, 3 insertions(+)

Comments

Tom Rini April 24, 2019, 1:28 p.m. UTC | #1
On Fri, Mar 22, 2019 at 05:02:04PM +0100, Philippe Reynes wrote:

> Enable the led support in the configuration
> of the board bcm968580xref.
> 
> Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/configs/bcm968580xref_ram_defconfig b/configs/bcm968580xref_ram_defconfig
index e8cb3a0..887ccb8 100644
--- a/configs/bcm968580xref_ram_defconfig
+++ b/configs/bcm968580xref_ram_defconfig
@@ -22,6 +22,9 @@  CONFIG_DEFAULT_DEVICE_TREE="bcm968580xref"
 # CONFIG_NET is not set
 CONFIG_BLK=y
 CONFIG_CLK=y
+CONFIG_LED=y
+CONFIG_LED_BCM6858=y
+CONFIG_LED_BLINK=y
 # CONFIG_MMC is not set
 CONFIG_SPECIFY_CONSOLE_INDEX=y
 # CONFIG_SPL_SERIAL_PRESENT is not set