]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
dt-bindings: i2c: microchip,corei2c: permit resets
authorConor Dooley <conor.dooley@microchip.com>
Wed, 6 May 2026 15:00:46 +0000 (16:00 +0100)
committerAndi Shyti <andi.shyti@kernel.org>
Tue, 16 Jun 2026 23:38:47 +0000 (01:38 +0200)
Both CoreI2C and the hardened versions of it on mpfs and pic64gx have a
reset pin. For the former, usually this is wired to a common fabric
reset not managed by software and for the latter two the platform
firmware takes them out of reset on first-party boards (or those using
modified versions of the vendor firmware), but not all boards may take
this approach. Permit providing a reset in devicetree for Linux, or
other devicetree-consuming software, to use.

Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
Link: https://lore.kernel.org/r/20260506-bronchial-kitten-e3697fb66ba7@spud
Documentation/devicetree/bindings/i2c/microchip,corei2c.yaml

index 6ff58b64d49627376339c87900cc5df1562d3d33..bd63c70aac6bc28335e3b5492ed049f3706adf82 100644 (file)
@@ -37,6 +37,9 @@ properties:
       modes are supported, possible values are 100000 and 400000.
     enum: [100000, 400000]
 
+  resets:
+    maxItems: 1
+
 required:
   - compatible
   - reg