Re: [PATCH 1/2] i2c: Aspeed: Add AST2600 compatible

2019-10-21 Thread Wolfram Sang
On Fri, Sep 13, 2019 at 11:35:09AM -0500, Eddie James wrote:
> The driver default behavior works with the AST2600. We need a new
> compatible though to make sure the driver doesn't enable AST2400 or
> AST2500 behavior.
> 
> Signed-off-by: Eddie James 

Applied to for-next, thanks!



signature.asc
Description: PGP signature


Re: [PATCH 1/2] i2c: Aspeed: Add AST2600 compatible

2019-09-13 Thread Brendan Higgins
On Fri, Sep 13, 2019 at 11:35:09AM -0500, Eddie James wrote:
> The driver default behavior works with the AST2600. We need a new
> compatible though to make sure the driver doesn't enable AST2400 or
> AST2500 behavior.
> 
> Signed-off-by: Eddie James 

Reviewed-by: Brendan Higgins 

Thanks!