Re: [PATCH RESEND] clk: sunxi-ng: a83t: Fix i2c buses bits

2017-11-14 Thread Stephen Boyd
On 11/05, Mylène Josserand wrote: > i2c1 and i2c2 bits for CCU are not bit 0 but bit 1 and bit 2. > Because of that, the i2c0 (bit 0) was not correctly configured. > Fixed the correct bits for i2c1 and i2c2. > > Fixes: 05359be1176b ("clk: sunxi-ng: Add driver for A83T CCU") > > Signed-off-by: Myl

Re: [PATCH RESEND] clk: sunxi-ng: a83t: Fix i2c buses bits

2017-11-06 Thread Maxime Ripard
On Sun, Nov 05, 2017 at 05:51:34PM +0100, Mylène Josserand wrote: > i2c1 and i2c2 bits for CCU are not bit 0 but bit 1 and bit 2. > Because of that, the i2c0 (bit 0) was not correctly configured. > Fixed the correct bits for i2c1 and i2c2. > > Fixes: 05359be1176b ("clk: sunxi-ng: Add driver for A8

[PATCH RESEND] clk: sunxi-ng: a83t: Fix i2c buses bits

2017-11-05 Thread Mylène Josserand
i2c1 and i2c2 bits for CCU are not bit 0 but bit 1 and bit 2. Because of that, the i2c0 (bit 0) was not correctly configured. Fixed the correct bits for i2c1 and i2c2. Fixes: 05359be1176b ("clk: sunxi-ng: Add driver for A83T CCU") Signed-off-by: Mylène Josserand --- drivers/clk/sunxi-ng/ccu-sun