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:17:03 (GMT)
committerSimon Glass <sjg@chromium.org>2017-04-15 16:13:17 (GMT)
commitb644354a7c255defe0086c15ccb6b298f27a8bcf (patch)
tree6e4dfa9925962d835d52ed7655bfba0feee7a60b /configs/evb-rk3399_defconfig
parentbc8e8fe40bc57c7fe0ecafb09e180bdfefe408d5 (diff)
downloadu-boot-fsl-qoriq-b644354a7c255defe0086c15ccb6b298f27a8bcf.tar.xz
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_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/evb-rk3399_defconfig b/configs/evb-rk3399_defconfig
index 50b0d74..c644084 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