[PATCH v3 1/7] dt-bindings: i2c: dw: Add Mobileye I2C controllers

Benoît Monin posted 7 patches 1 week, 5 days ago
There is a newer version of this series
[PATCH v3 1/7] dt-bindings: i2c: dw: Add Mobileye I2C controllers
Posted by Benoît Monin 1 week, 5 days ago
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.

Signed-off-by: Benoît Monin <benoit.monin@bootlin.com>
---
 Documentation/devicetree/bindings/i2c/snps,designware-i2c.yaml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/Documentation/devicetree/bindings/i2c/snps,designware-i2c.yaml b/Documentation/devicetree/bindings/i2c/snps,designware-i2c.yaml
index d904191bb0c6..914200188809 100644
--- a/Documentation/devicetree/bindings/i2c/snps,designware-i2c.yaml
+++ b/Documentation/devicetree/bindings/i2c/snps,designware-i2c.yaml
@@ -34,8 +34,15 @@ properties:
           - const: snps,designware-i2c
       - description: Baikal-T1 SoC System I2C controller
         const: baikal,bt1-sys-i2c
+      - description: Mobileye EyeQ DesignWare I2C controller
+        items:
+          - enum:
+              - mobileye,eyeq7h-i2c
+          - const: mobileye,eyeq6lplus-i2c
+          - const: snps,designware-i2c
       - items:
           - enum:
+              - mobileye,eyeq6lplus-i2c
               - mscc,ocelot-i2c
               - sophgo,sg2044-i2c
               - thead,th1520-i2c

-- 
2.51.1

Re: [PATCH v3 1/7] dt-bindings: i2c: dw: Add Mobileye I2C controllers
Posted by Krzysztof Kozlowski 1 week, 4 days ago
On Wed, Nov 19, 2025 at 04:05:30PM +0100, Benoît Monin wrote:
> 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.
> 
> Signed-off-by: Benoît Monin <benoit.monin@bootlin.com>
> ---
>  Documentation/devicetree/bindings/i2c/snps,designware-i2c.yaml | 7 +++++++
>  1 file changed, 7 insertions(+)

Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>

Best regards,
Krzysztof