Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: i2c: spacemit: k3: Add compatible

Add a compatible string for the I2C controller found in SpacemiT K3 SoC
which use same I2C IP as K1, so make it fallback to K1 compatible.

Signed-off-by: Yixun Lan <dlan@kernel.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Troy Mitchell <troy.mitchell@linux.spacemit.com>
Link: https://lore.kernel.org/r/20260325-02-k3-i2c-v1-1-78f29c83d9ac@kernel.org
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>

authored by

Yixun Lan and committed by
Andi Shyti
4f1e5c96 c0128c71

+5 -1
+5 -1
Documentation/devicetree/bindings/i2c/spacemit,k1-i2c.yaml
··· 14 14 15 15 properties: 16 16 compatible: 17 - const: spacemit,k1-i2c 17 + oneOf: 18 + - items: 19 + - const: spacemit,k3-i2c 20 + - const: spacemit,k1-i2c 21 + - const: spacemit,k1-i2c 18 22 19 23 reg: 20 24 maxItems: 1