[PATCH 01/16] dt-bindings: twl-regulator: Add bindings for exposing ti,twl4030-regen
"H. Nikolaus Schaller" <[email protected]> Sat, 11 Jul 2026 08:01:48 +0200
| Newsgroups | org.kernel.vger.linux-fbdev,dev.linux.lists.mfd,org.freedesktop.lists.dri-devel,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel,org.kernel.vger.linux-omap,org.kernel.vger.linux-sound |
|---|---|
| Message-ID | <00718b18253a764c2a7c9a2b95c3b8c411796583.1783749722.git.hns@goldelico.com> |
From: Grond <[email protected]> FIXME: not reflected in the bindings +Reguired properties: +For twl3040 REGEN signal: + - regulator-min-microvolt: + - Same meaning as in bindings/regulator/regulator.yaml, but must match + regulator-max-microvolt. + - regulator-max-microvolt: + - Same meaning as in bindings/regulator/regulator.yaml, but must match + regulator-min-microvolt. + - startup-delay-us: + - Same meaning as in bindings/regulator/fixed-regulator.yaml. Signed-off-by: Grond <[email protected]> Signed-off-by: H. Nikolaus Schaller <[email protected]> --- Documentation/devicetree/bindings/mfd/ti,twl.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/mfd/ti,twl.yaml b/Documentation/devicetree/bindings/mfd/ti,twl.yaml index 9cc3e4721612e..183fc015e40ad 100644 --- a/Documentation/devicetree/bindings/mfd/ti,twl.yaml +++ b/Documentation/devicetree/bindings/mfd/ti,twl.yaml @@ -46,6 +46,7 @@ allOf: - ti,twl4030-vusb1v5 - ti,twl4030-vusb1v8 - ti,twl4030-vusb3v1 + - ti,twl4030-regen ti,retain-on-reset: false properties: -- 2.50.1 (Apple Git-155)