Re: [PATCH v8 2/2] i2c: spacemit: add support for SpacemiT K1 SoC

From: Alex Elder
Date: Wed Mar 19 2025 - 08:43:06 EST


On 3/19/25 4:29 AM, Troy Mitchell wrote:
This patch introduces basic I2C support for the SpacemiT K1 SoC,
utilizing interrupts for transfers.

The driver has been tested using i2c-tools on a Bananapi-F3 board,
and basic I2C read/write operations have been confirmed to work.

So you removed support for the clock-frequency property, which
addresses both of the things I commented on in the last version.
This is great; I hope Andi is satisfied what anything else you
did and will merge this.

Nice work Troy.

-Alex


Reviewed-by: Alex Elder <elder@xxxxxxxxxxxx>
Link: https://lore.kernel.org/all/20250128-k1-maintainer-1-v1-1-e5dec4f379eb@xxxxxxxxxx [1]
Signed-off-by: Troy Mitchell <troymitchell988@xxxxxxxxx>
---

. . .