Unverified Commit 56b7c08a authored by Chen-Yu Tsai's avatar Chen-Yu Tsai Committed by Mark Brown
Browse files

regulator: dt-bindings: cros-ec: Add regulator supply



Even a regulator remotely controlled by the EC will have a power supply
input.

Add a property to describe the power supply input.

Signed-off-by: default avatarChen-Yu Tsai <wenst@chromium.org>
Link: https://patch.msgid.link/20260320083135.2455444-2-wenst@chromium.org


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent c3692998
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -24,6 +24,9 @@ properties:
    maxItems: 1
    description: Identifier for the voltage regulator to ChromeOS EC.

  vin-supply:
    description: Input supply phandle

required:
  - compatible
  - reg
@@ -48,6 +51,7 @@ examples:
                regulator-min-microvolt = <1800000>;
                regulator-max-microvolt = <3300000>;
                reg = <0>;
                vin-supply = <&pp4200_s5>;
            };
        };
    };