mips: ocelot: Enable use of serial gpio for LED

This enables the use of the MSCC serial GPIO driver to control the
LEDs on the MSCC VCoreIII 'ocelot' pcb123 and pcb120.

Signed-off-by: Lars Povlsen <lars.povlsen@microchip.com>
This commit is contained in:
Lars Povlsen 2019-01-02 09:52:26 +01:00 committed by Daniel Schwierzeck
parent 26ad3c43a7
commit 4deb09632d
2 changed files with 9 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#include <asm/types.h>
#include <environment.h>
#include <spi.h>
#include <led.h>
DECLARE_GLOBAL_DATA_PTR;
@ -56,6 +57,11 @@ int board_early_init_r(void)
/* Address of boot parameters */
gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE;
/* LED setup */
if (IS_ENABLED(CONFIG_LED))
led_default_state();
return 0;
}

View File

@ -48,6 +48,9 @@ CONFIG_CLK=y
CONFIG_DM_GPIO=y
CONFIG_MTD=y
CONFIG_MTD_SPI_NAND=y
CONFIG_MSCC_SGPIO=y
CONFIG_LED=y
CONFIG_LED_GPIO=y
CONFIG_DM_SPI_FLASH=y
CONFIG_SPI_FLASH=y
CONFIG_SPI_FLASH_BAR=y