From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Tue, 11 Apr 2017 07:55:33 -0600 Subject: [U-Boot] [PATCH 1/5] rockchip: i2c: Enable i2c for rk3399 In-Reply-To: <1491790627-11348-2-git-send-email-eric.gao@rock-chips.com> References: <1491790627-11348-1-git-send-email-eric.gao@rock-chips.com> <1491790627-11348-2-git-send-email-eric.gao@rock-chips.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 9 April 2017 at 20:17, Eric Gao wrote: > 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 > > --- > > arch/arm/dts/rk3399.dtsi | 16 ++++++++++++++++ > configs/evb-rk3399_defconfig | 1 + > drivers/i2c/rk_i2c.c | 1 + > 3 files changed, 18 insertions(+) > Acked-by: Simon Glass