Re: [PATCH v2 3/5] i2c: davinci: calculate bus freq from Hz instead of kHz
From: Bartosz Golaszewski
Date: Thu Oct 02 2025 - 10:50:08 EST
On Thu, Oct 2, 2025 at 4:42 PM Marcus Folkesson
<marcus.folkesson@xxxxxxxxx> wrote:
>
> The bus frequency is unnecessarily converted between Hz and kHz in
> several places.
> This is probably an old legacy from the old times (pre-devicetrees)
> when the davinci_i2c_platform_data took the bus_freq in kHz.
>
> Stick to Hz.
>
> Signed-off-by: Marcus Folkesson <marcus.folkesson@xxxxxxxxx>
> ---
Reviewed-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>