diff options
author | Moses Christopher <BollavarapuMoses.Christopher@in.bosch.com> | 2019-09-17 14:25:37 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-10-11 13:31:17 -0400 |
commit | b1476b52b3bbac8f1e5b49e930d431259a6a7a0a (patch) | |
tree | 62fee53c3de42cd5fcd7f4b5aa37a93031b95be5 /arch | |
parent | 92ffd0d9ed9a8389a7fb28addcd46547d6fb8539 (diff) | |
download | u-boot-b1476b52b3bbac8f1e5b49e930d431259a6a7a0a.zip u-boot-b1476b52b3bbac8f1e5b49e930d431259a6a7a0a.tar.gz u-boot-b1476b52b3bbac8f1e5b49e930d431259a6a7a0a.tar.bz2 |
am335x, guardian: update guardian board
- add BOARD_LATE_INIT function calls in board.c
- add swi_status detection in board.c
- mux: add guardian interfaces to single pinmux structure
- am33xx, kconfig: add BOARD_LATE_INIT for GUARDIAN board
Signed-off-by: Moses Christopher <BollavarapuMoses.Christopher@in.bosch.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-omap2/am33xx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/am33xx/Kconfig b/arch/arm/mach-omap2/am33xx/Kconfig index 7f6b344..39d9c28 100644 --- a/arch/arm/mach-omap2/am33xx/Kconfig +++ b/arch/arm/mach-omap2/am33xx/Kconfig @@ -89,6 +89,7 @@ config TARGET_AM335X_SHC config TARGET_AM335X_GUARDIAN bool "Support am335x based guardian board from bosch" + select BOARD_LATE_INIT select DM select DM_SERIAL select DM_GPIO |