diff options
author | eric.gao@rock-chips.com <eric.gao@rock-chips.com> | 2017-04-10 10:17:03 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2017-04-15 10:13:17 -0600 |
commit | b644354a7c255defe0086c15ccb6b298f27a8bcf (patch) | |
tree | 6e4dfa9925962d835d52ed7655bfba0feee7a60b /configs/evb-rk3399_defconfig | |
parent | bc8e8fe40bc57c7fe0ecafb09e180bdfefe408d5 (diff) | |
download | u-boot-b644354a7c255defe0086c15ccb6b298f27a8bcf.tar.gz |
rockchip: i2c: Enable i2c for rk3399
To enable mipi display, we need to enable pmic
rk808 first for lcd3v3 power,which use i2c0 to
communicate with soc. So enable i2c0.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/evb-rk3399_defconfig b/configs/evb-rk3399_defconfig index 50b0d749ab..c644084cdf 100644 --- a/configs/evb-rk3399_defconfig +++ b/configs/evb-rk3399_defconfig @@ -60,3 +60,4 @@ CONFIG_USB_EHCI_GENERIC=y CONFIG_USB_STORAGE=y CONFIG_USE_TINY_PRINTF=y CONFIG_ERRNO_STR=y +CONFIG_SYS_I2C_ROCKCHIP=y |