u-boot/board/atmel/sam9x60_curiosity
Alexander Dahl 1818b44b7b board: sam9x60-curiosity: Let LED subsystem init leds if enabled
If CONFIG_LED and CONFIG_LED_GPIO are enabled, it is not necessary to
initialize the RGB LED on the board by manually setting hardcoded GPIOs
anymore.  Everything is well defined in dts and can be used like on
boards of other vendors.

Keep the old behaviour as fallback, though.

With all this in place enabling CONFIG_CMD_LED gives us a working 'led'
command on the U-Boot shell.

Signed-off-by: Alexander Dahl <ada@thorsis.com>
2023-08-29 17:39:01 +03:00
..
Kconfig board: Add sam9x60_curiosity support 2022-04-26 09:50:24 +03:00
MAINTAINERS configs: sam9x60: add mmc config for sdmmc1 2023-01-04 09:28:04 +02:00
Makefile board: Add sam9x60_curiosity support 2022-04-26 09:50:24 +03:00
sam9x60_curiosity.c board: sam9x60-curiosity: Let LED subsystem init leds if enabled 2023-08-29 17:39:01 +03:00