Message ID | 20231203124004.2676174-1-tim@feathertop.org |
---|---|
Headers | show |
Series | Add support for Sonoff iHost RV1126 Smart Home Gateway | expand |
On Sun, Dec 03, 2023 at 11:39:59PM +1100, Tim Lunn wrote: > Rockchip RV1126 is using old style i2c controller, the i2c2 > bus uses a non-sequential offset in the grf register for the > mask/value bits for this bus. > > This patch fixes i2c2 bus on rv1126 SoCs. > > Signed-off-by: Tim Lunn <tim@feathertop.org> > Acked-by: Heiko Stuebner <heiko@sntech.de> > Applied to for-next, thanks! But, phew, the fact that this driver _needs_ i2c-aliases in DT should be fixed somewhen. I totally overlooked this so far :/
Hi Wolfram, On 12/20/23 04:06, Wolfram Sang wrote: > On Sun, Dec 03, 2023 at 11:39:59PM +1100, Tim Lunn wrote: >> Rockchip RV1126 is using old style i2c controller, the i2c2 >> bus uses a non-sequential offset in the grf register for the >> mask/value bits for this bus. >> >> This patch fixes i2c2 bus on rv1126 SoCs. >> >> Signed-off-by: Tim Lunn <tim@feathertop.org> >> Acked-by: Heiko Stuebner <heiko@sntech.de> >> > Applied to for-next, thanks! Thanks. > But, phew, the fact that this driver _needs_ i2c-aliases in DT should be > fixed somewhen. I totally overlooked this so far :/ > Not sure what you mean here? I did add an alias for i2c2 in the DT in another patch. Regards Tim >