mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
omap5_uevm: Better comment why we have TCA642X and the reset time
Signed-off-by: Tom Rini <trini@ti.com>
This commit is contained in:
parent
078aa4f131
commit
318aeb4649
1 changed files with 3 additions and 0 deletions
|
|
@ -35,12 +35,15 @@
|
|||
#define CONFIG_PARTITION_UUIDS
|
||||
#define CONFIG_CMD_PART
|
||||
|
||||
/* Required support for the TCA642X GPIO we have on the uEVM */
|
||||
#define CONFIG_TCA642X
|
||||
#define CONFIG_CMD_TCA642X
|
||||
#define CONFIG_SYS_I2C_TCA642X_BUS_NUM 4
|
||||
#define CONFIG_SYS_I2C_TCA642X_ADDR 0x22
|
||||
|
||||
#define CONSOLEDEV "ttyO2"
|
||||
|
||||
/* Max time to hold reset on this board, see doc/README.omap-reset-time */
|
||||
#define CONFIG_OMAP_PLATFORM_RESET_TIME_MAX_USEC 16296
|
||||
|
||||
#include <configs/omap5_common.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue