From: Simon Glass Date: Fri, 22 Jan 2016 02:43:48 +0000 (-0700) Subject: rockchip: jerry: Enable the RK808 PMIC and regulator X-Git-Url: http://git.dujemihanovic.xyz/%22/img/sics.gif/%22/static/git-favicon.png?a=commitdiff_plain;h=156ac85e1de8f21cae5f06344c69cc3d74afed80;p=u-boot.git rockchip: jerry: Enable the RK808 PMIC and regulator Enable this PMIC and regulator, which is used on jerry. Signed-off-by: Simon Glass --- diff --git a/configs/chromebook_jerry_defconfig b/configs/chromebook_jerry_defconfig index 1e5edc9b60..a0af6ec6e5 100644 --- a/configs/chromebook_jerry_defconfig +++ b/configs/chromebook_jerry_defconfig @@ -34,8 +34,10 @@ CONFIG_SPL_PINCTRL=y CONFIG_ROCKCHIP_PINCTRL=y CONFIG_DM_PMIC=y CONFIG_PMIC_ACT8846=y +CONFIG_PMIC_RK808=y CONFIG_DM_REGULATOR=y CONFIG_REGULATOR_ACT8846=y +CONFIG_REGULATOR_RK808=y CONFIG_RAM=y CONFIG_SPL_RAM=y CONFIG_DEBUG_UART=y