diff options
author | Stefan Roese | 2018-10-09 08:59:13 +0200 |
---|---|---|
committer | Daniel Schwierzeck | 2018-11-18 16:02:23 +0100 |
commit | b1f51fc24f9f9f9be450a280c92a49d7e1a8668a (patch) | |
tree | 724a081db8a97624950aa93ab715db19e2a2250d /arch/mips | |
parent | 840293b83ceec3c8399f6aa4a6d4adbeb09b7040 (diff) |
mips: mt76xx: gardena-smart-gateway: Add board_late_init() to set LED def state
This is needed to set the LEDs automatically to a default state, as
configured in the dts.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/mach-mt7620/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/mach-mt7620/Kconfig b/arch/mips/mach-mt7620/Kconfig index 13a7bd2cc03..4ebcb4b053c 100644 --- a/arch/mips/mach-mt7620/Kconfig +++ b/arch/mips/mach-mt7620/Kconfig @@ -24,6 +24,7 @@ choice config BOARD_GARDENA_SMART_GATEWAY_MT7688 bool "Gardena Smart Gateway" depends on SOC_MT7620 + select BOARD_LATE_INIT select SUPPORTS_BOOT_RAM help Gardena Smart Gateway boards have a MT7688 SoC with 128 MiB of RAM |