diff options
author | Cooper Jr., Franklin <fcooper@ti.com> | 2017-06-16 17:25:23 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-07-10 14:25:58 -0400 |
commit | b9b342eaec7cf3c9d7836bc2bb302b26fd48af50 (patch) | |
tree | 42fadbf07f07ef3d16c9aa8ac7ca734ea0ed3fa3 /board/ti/ks2_evm/board_k2g.c | |
parent | e6e2435f3993e3a385b5dd85b82eba4eb1d9e56b (diff) |
ARM: k2g: Add pinmux support for K2G ICE evm
Add basic pinmux data for new K2G ICE evm. Also add pinmuxing for a
generic K2G evm which includes I2C 0 and 1 used for board detection
purposes.
Since multiple K2G boards are supported that means initially generic
pinmuxing should be used when board detection hasn't ran. Once board
detection runs the proper pinmuxing can be reran to match the board
being ran on.
Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/ti/ks2_evm/board_k2g.c')
-rw-r--r-- | board/ti/ks2_evm/board_k2g.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/ti/ks2_evm/board_k2g.c b/board/ti/ks2_evm/board_k2g.c index b4765f7939..362231286b 100644 --- a/board/ti/ks2_evm/board_k2g.c +++ b/board/ti/ks2_evm/board_k2g.c @@ -274,6 +274,8 @@ int embedded_dtb_select(void) fdtdec_setup(); + k2g_mux_config(); + k2g_reset_mux_config(); /* deassert FLASH_HOLD */ |