diff options
author | eric.gao@rock-chips.com <eric.gao@rock-chips.com> | 2017-04-10 10:41:46 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2017-04-15 10:13:17 -0600 |
commit | d3cf9eb2d87c8961408ec5aa6ebe0c54f2c13724 (patch) | |
tree | 9aabab373a868e362fd15ee1db0ce29c53ee67f4 /configs/evb-rk3399_defconfig | |
parent | b644354a7c255defe0086c15ccb6b298f27a8bcf (diff) |
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_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/evb-rk3399_defconfig b/configs/evb-rk3399_defconfig index c644084cdfc..cef8506d997 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 |