]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
omap5_uevm: Better comment why we have TCA642X and the reset time
authorTom Rini <trini@ti.com>
Tue, 20 Aug 2013 12:53:53 +0000 (08:53 -0400)
committerTom Rini <trini@ti.com>
Wed, 28 Aug 2013 15:44:59 +0000 (11:44 -0400)
Signed-off-by: Tom Rini <trini@ti.com>
include/configs/omap5_uevm.h

index d10c2b56f9498ddea6708ff6b63c497364ec9a4b..39487097981b81c904f02edcc09262e4af18596c 100644 (file)
 #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>