]> Git Repo - linux.git/commitdiff
dt-bindings: i2c: nomadik: support 400kHz < clock-frequency <= 3.4MHz
authorThéo Lebrun <[email protected]>
Wed, 9 Oct 2024 14:01:08 +0000 (16:01 +0200)
committerWolfram Sang <[email protected]>
Sun, 24 Nov 2024 15:03:51 +0000 (16:03 +0100)
Hardware is not limited to 400kHz, its documentation does mention how to
configure it for high-speed (a specific Speed-Mode enum value and
a different bus rate clock divider register to be used).

Reviewed-by: Linus Walleij <[email protected]>
Signed-off-by: Théo Lebrun <[email protected]>
Reviewed-by: Rob Herring (Arm) <[email protected]>
Signed-off-by: Andi Shyti <[email protected]>
Signed-off-by: Wolfram Sang <[email protected]>
Documentation/devicetree/bindings/i2c/st,nomadik-i2c.yaml

index 7e84465c20094b799697a71a66c66d144d621f46..012402debfeb244b85dcecdc0411a77ada4494df 100644 (file)
@@ -68,7 +68,7 @@ properties:
 
   clock-frequency:
     minimum: 1
-    maximum: 400000
+    maximum: 3400000
 
   mobileye,olb:
     $ref: /schemas/types.yaml#/definitions/phandle-array
This page took 0.058161 seconds and 4 git commands to generate.