Lines Matching +full:regulator +full:- +full:output
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $id: http://devicetree.org/schemas/regulator/regulator-output.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Regulator output connector
11 - Zev Weiss <zev@bewilderbeest.net>
14 This describes a power output connector supplied by a regulator,
22 const: regulator-output
24 vout-supply:
26 Phandle of the regulator supplying the output.
29 - compatible
30 - vout-supply
35 - |
36 output {
37 compatible = "regulator-output";
38 vout-supply = <&output_reg>;