From: Markus Niebel <[email protected]> Support for the PMIC on the TQMa6 modules is added.
Signed-off-by: Markus Niebel <[email protected]> --- include/configs/tqma6.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/configs/tqma6.h b/include/configs/tqma6.h index 6c2aecf..1576656 100644 --- a/include/configs/tqma6.h +++ b/include/configs/tqma6.h @@ -88,6 +88,11 @@ #define CONFIG_SYS_I2C_EEPROM_PAGE_WRITE_DELAY_MS 20 #define CONFIG_CMD_EEPROM +#define CONFIG_POWER +#define CONFIG_POWER_I2C +#define CONFIG_POWER_PFUZE100 +#define CONFIG_POWER_PFUZE100_I2C_ADDR 0x08 + /* MMC Configs */ #define CONFIG_FSL_ESDHC #define CONFIG_FSL_USDHC -- 1.7.9.5 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

