summaryrefslogtreecommitdiff
path: root/include/configs/ls1046ardb.h
diff options
context:
space:
mode:
authorHou Zhiqiang <Zhiqiang.Hou@nxp.com>2016-12-09 08:09:01 (GMT)
committerYork Sun <york.sun@nxp.com>2017-01-18 17:29:13 (GMT)
commitdccef2ec01cdf5403d78223fd60a4ccd761ae6b0 (patch)
treeef8a68d018e6361d5e2fe4bde2065fb0e67a8968 /include/configs/ls1046ardb.h
parent031acdbae89515371f794d01df819b490ff7ca9c (diff)
downloadu-boot-dccef2ec01cdf5403d78223fd60a4ccd761ae6b0.tar.xz
ls1046ardb: Add support power initialization
Add the chip power supply voltage initialization on LS1046ARDB. Add function power_init_board(), and it will initialize the PMIC and call the chip power initialization function. Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/ls1046ardb.h')
-rw-r--r--include/configs/ls1046ardb.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/ls1046ardb.h b/include/configs/ls1046ardb.h
index 8a8f942..2bfd83c 100644
--- a/include/configs/ls1046ardb.h
+++ b/include/configs/ls1046ardb.h
@@ -164,6 +164,12 @@
#define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 5
#define I2C_RETIMER_ADDR 0x18
+/* PMIC */
+#define CONFIG_POWER
+#ifdef CONFIG_POWER
+#define CONFIG_POWER_I2C
+#endif
+
/*
* Environment
*/