diff options
author | Simon Glass <sjg@chromium.org> | 2016-01-21 19:43:48 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-01-21 20:42:35 -0700 |
commit | 156ac85e1de8f21cae5f06344c69cc3d74afed80 (patch) | |
tree | ffa13509d470468d9d4c61056729de1707e98e4e | |
parent | 9c56d6f71e05b1b4f60d0eaef6bc636d7a3f837b (diff) | |
download | u-boot-156ac85e1de8f21cae5f06344c69cc3d74afed80.tar.gz u-boot-156ac85e1de8f21cae5f06344c69cc3d74afed80.tar.xz u-boot-156ac85e1de8f21cae5f06344c69cc3d74afed80.zip |
rockchip: jerry: Enable the RK808 PMIC and regulator
Enable this PMIC and regulator, which is used on jerry.
Signed-off-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | configs/chromebook_jerry_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
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 |