]> Gentwo Git Trees - linux/.git/commitdiff
dt-bindings: mfd: sy7636a: Add missing GPIO pins and supply
authorAndreas Kemnade <akemnade@kernel.org>
Wed, 17 Sep 2025 07:14:29 +0000 (09:14 +0200)
committerLee Jones <lee@kernel.org>
Thu, 6 Nov 2025 14:03:24 +0000 (14:03 +0000)
To be able to fully describe how the SY7636A is connected to the system,
add properties for the EN and VCOM_EN pins. To squeeze out every bit
of unused current, in many devices it is possible to power off the
complete chip. Add an input regulator to allow that.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Andreas Kemnade <akemnade@kernel.org>
Signed-off-by: Lee Jones <lee@kernel.org>
Documentation/devicetree/bindings/mfd/silergy,sy7636a.yaml

index ee0be32ac0204d5dd76d2d31358b5501a3976b92..4f829fe75d41d6426239633dabaa5f2e12dfa310 100644 (file)
@@ -32,6 +32,17 @@ properties:
       Specifying the power good GPIOs.
     maxItems: 1
 
+  enable-gpios:
+    maxItems: 1
+
+  vcom-en-gpios:
+    maxItems: 1
+
+  vin-supply:
+    description:
+      Supply for the whole chip. Some vendor kernels and devicetrees
+      declare this as a non-existing GPIO named "pwrall".
+
   regulators:
     type: object