[U-Boot] [Patch 7/7] TQMa6: add pmic support

Markus Niebel list-09_u-boot at tqsc.de
Mon Jun 16 12:50:58 CEST 2014


From: Markus Niebel <Markus.Niebel at tqs.de>

Support for the PMIC on the TQMa6 modules is added.

Signed-off-by: Markus Niebel <Markus.Niebel at tq-group.com>
---
 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



More information about the U-Boot mailing list