Re: [U-Boot] [PATCH 3/4] sunxi: i2c: Add support for DM I2C

2017-04-28 Thread Simon Glass
On 26 April 2017 at 16:03, Jernej Skrabec wrote: > This commit adds support for DM I2C on sunxi platform. It can coexist > with old style sunxi I2C driver, because it is still used in SPL and > by some SoCs. > > Because sunxi platform doesn't yet support DM clk, reset and

Re: [U-Boot] [PATCH 3/4] sunxi: i2c: Add support for DM I2C

2017-04-27 Thread Heiko Schocher
Hello Jernej, Am 27.04.2017 um 00:03 schrieb Jernej Skrabec: This commit adds support for DM I2C on sunxi platform. It can coexist with old style sunxi I2C driver, because it is still used in SPL and by some SoCs. Because sunxi platform doesn't yet support DM clk, reset and pinctrl driver,

[U-Boot] [PATCH 3/4] sunxi: i2c: Add support for DM I2C

2017-04-26 Thread Jernej Skrabec
This commit adds support for DM I2C on sunxi platform. It can coexist with old style sunxi I2C driver, because it is still used in SPL and by some SoCs. Because sunxi platform doesn't yet support DM clk, reset and pinctrl driver, workaround is needed to enable clocks and set resets and pinctrls.