From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Stuebner Date: Mon, 20 Mar 2017 12:40:36 +0100 Subject: [U-Boot] [PATCH 8/8] rockchip: Enable pmic options and act8846 driver on rk3188 rock boards In-Reply-To: <20170320114036.21475-1-heiko@sntech.de> References: <20170320114036.21475-1-heiko@sntech.de> Message-ID: <20170320114036.21475-9-heiko@sntech.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 --- 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