[U-Boot] [PATCH 8/8] rockchip: Enable pmic options and act8846 driver on rk3188 rock boards

Heiko Stuebner heiko at sntech.de
Mon Mar 20 11:40:36 UTC 2017


The rock board uses the already existing act8846 as pmic, so enable the
driver and needed pmic options for it.

Signed-off-by: Heiko Stuebner <heiko at sntech.de>
---
 configs/rock_defconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/configs/rock_defconfig b/configs/rock_defconfig
index 86048c8fd7..153ebb5a44 100644
--- a/configs/rock_defconfig
+++ b/configs/rock_defconfig
@@ -46,6 +46,10 @@ CONFIG_SYSRESET=y
 CONFIG_PINCTRL=y
 # CONFIG_SPL_PINCTRL_FULL is not set
 CONFIG_ROCKCHIP_RK3188_PINCTRL=y
+CONFIG_DM_PMIC=y
+# CONFIG_SPL_PMIC_CHILDREN is not set
+CONFIG_PMIC_ACT8846=y
+CONFIG_REGULATOR_ACT8846=y
 CONFIG_DM_REGULATOR_FIXED=y
 CONFIG_RAM=y
 CONFIG_DEBUG_UART=y
-- 
2.11.0



More information about the U-Boot mailing list