From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Tue, 12 Sep 2017 20:31:45 -0600 Subject: [U-Boot] [PATCH v2 15/19] rockchip: i2c: Convert to livetree In-Reply-To: <1505121512-23283-16-git-send-email-philipp.tomsich@theobroma-systems.com> References: <1505121512-23283-1-git-send-email-philipp.tomsich@theobroma-systems.com> <1505121512-23283-16-git-send-email-philipp.tomsich@theobroma-systems.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 11 September 2017 at 03:18, Philipp Tomsich wrote: > Update the Rockchip I2C driver to support livetree. > > Signed-off-by: Philipp Tomsich > Reviewed-by: Simon Glass > Acked-by: Philipp Tomsich > > Version-changes: 2 > - use the dev_read_addr_ptr function in rk_i2c.c > > --- > > Changes in v2: None > > drivers/i2c/rk_i2c.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Simon Glass