Skip to content

Commit d9b85d2

Browse files
benoitmoninAndi Shyti
authored andcommitted
dt-bindings: i2c: dw: Add Mobileye I2C controllers
Add compatible string for the DesignWare-based I2C controllers present in Mobileye Eyeq6Lplus SoC, with a fallback to the default compatible. The same controllers are also present in the EyeQ7H, so add a compatible for those with a fallback to the Eyeq6Lplus compatible. Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Benoît Monin <benoit.monin@bootlin.com> Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Andi Shyti <andi.shyti@kernel.org> Link: https://lore.kernel.org/r/20251126-i2c-dw-v4-1-b0654598e7c5@bootlin.com
1 parent 4c544cd commit d9b85d2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Documentation/devicetree/bindings/i2c/snps,designware-i2c.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,15 @@ properties:
3434
- const: snps,designware-i2c
3535
- description: Baikal-T1 SoC System I2C controller
3636
const: baikal,bt1-sys-i2c
37+
- description: Mobileye EyeQ DesignWare I2C controller
38+
items:
39+
- enum:
40+
- mobileye,eyeq7h-i2c
41+
- const: mobileye,eyeq6lplus-i2c
42+
- const: snps,designware-i2c
3743
- items:
3844
- enum:
45+
- mobileye,eyeq6lplus-i2c
3946
- mscc,ocelot-i2c
4047
- sophgo,sg2044-i2c
4148
- thead,th1520-i2c

0 commit comments

Comments
 (0)