Re: [PATCH v2 08/11] i2c/aspeed: Fix reset control

2022-07-06 Thread Tom Rini
On Thu, Jun 23, 2022 at 02:40:38PM +0930, Joel Stanley wrote: > The reset control was written for the ast2500 and directly programs the > clocking register. > > So we can share the code with other SoC generations use the reset device > to deassert the I2C reset line. > > Signed-off-by: Joel Stan

[PATCH v2 08/11] i2c/aspeed: Fix reset control

2022-06-22 Thread Joel Stanley
The reset control was written for the ast2500 and directly programs the clocking register. So we can share the code with other SoC generations use the reset device to deassert the I2C reset line. Signed-off-by: Joel Stanley Reviewed-by: Ryan Chen --- drivers/i2c/ast_i2c.c | 22 +++-