Re: [U-Boot] [PATCH v2] ARM: zynq: Add missing i2c get_rate for fixing i2c SPL

2019-04-02 Thread Michal Simek
On 14. 02. 19 8:54, Hannes Schmelzer wrote: > The commit 'f48ef0d81aa837a33020f8d61abb3929ba613774' did break I2C > support because requesting the clock for the I2C ip-block isn't > supported during SPL. > > To fixup this we add support requesting clocks for: > - i2c0 > - i2c1 > > Signed-off-by:

Re: [U-Boot] [PATCH v2] ARM: zynq: Add missing i2c get_rate for fixing i2c SPL

2019-02-17 Thread Heiko Schocher
Hello Hannes, Am 14.02.2019 um 08:54 schrieb Hannes Schmelzer: The commit 'f48ef0d81aa837a33020f8d61abb3929ba613774' did break I2C support because requesting the clock for the I2C ip-block isn't supported during SPL. To fixup this we add support requesting clocks for: - i2c0 - i2c1 Signed-off-

[U-Boot] [PATCH v2] ARM: zynq: Add missing i2c get_rate for fixing i2c SPL

2019-02-13 Thread Hannes Schmelzer
The commit 'f48ef0d81aa837a33020f8d61abb3929ba613774' did break I2C support because requesting the clock for the I2C ip-block isn't supported during SPL. To fixup this we add support requesting clocks for: - i2c0 - i2c1 Signed-off-by: Hannes Schmelzer --- Changes in v2: - reword commit headlin