Re: [PATCH v2 1/8] i2c: omap: Drop bit shift for I2C register addresses

From: Kevin Hilman

Date: Mon Sep 21 2026 - 14:03:24 EST


Andrew Davis <afd@xxxxxx> writes:

> The OMAP7xx devices used a register address shift of 1, but this device
> has long since been removed from the kernel. So now no remaining board
> device uses a shift other than 2, and no DT supported platform ever did.
> We can drop this flag and use the pre-shifted register addresses. This
> simplifies the register access.
>
> Signed-off-by: Andrew Davis <afd@xxxxxx>
> Reviewed-by: Andreas Kemnade <andreas@xxxxxxxxxxxx>

Acked-by: Kevin Hilman <khilman@xxxxxxxxxxxx>

Feel free to take this with the rest of the drivers/i2c/ patches.

Kevin