summaryrefslogtreecommitdiff
path: root/configs/evb-rk3399_defconfig
diff options
context:
space:
mode:
authoreric.gao@rock-chips.com <eric.gao@rock-chips.com>2017-04-10 02:41:46 (GMT)
committerSimon Glass <sjg@chromium.org>2017-04-15 16:13:17 (GMT)
commitd3cf9eb2d87c8961408ec5aa6ebe0c54f2c13724 (patch)
tree9aabab373a868e362fd15ee1db0ce29c53ee67f4 /configs/evb-rk3399_defconfig
parentb644354a7c255defe0086c15ccb6b298f27a8bcf (diff)
downloadu-boot-d3cf9eb2d87c8961408ec5aa6ebe0c54f2c13724.tar.xz
rockchip: pmic: Enable RK808 for rk3399 evb
For using mipi display, we need to enable lcd3v3 which supplied by rk808,so enable rk808 first. Signed-off-by: Eric Gao <eric.gao@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/evb-rk3399_defconfig')
-rw-r--r--configs/evb-rk3399_defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/evb-rk3399_defconfig b/configs/evb-rk3399_defconfig
index c644084..cef8506 100644
--- a/configs/evb-rk3399_defconfig
+++ b/configs/evb-rk3399_defconfig
@@ -61,3 +61,8 @@ CONFIG_USB_STORAGE=y
CONFIG_USE_TINY_PRINTF=y
CONFIG_ERRNO_STR=y
CONFIG_SYS_I2C_ROCKCHIP=y
+CONFIG_DM_PMIC=y
+CONFIG_PMIC_CHILDREN=y
+CONFIG_SPL_PMIC_CHILDREN=y
+CONFIG_PMIC_RK808=y
+CONFIG_REGULATOR_RK808=y