WIP FPC-III support
[linux/fpc-iii.git] / Documentation / devicetree / bindings / regulator / rohm,bd9576-regulator.yaml
blobb6515a0cee6299272143114d3e2a353a9543194a
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2 %YAML 1.2
3 ---
4 $id: http://devicetree.org/schemas/regulator/rohm,bd9576-regulator.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: ROHM BD9576 and BD9573 Power Management Integrated Circuit regulators
9 maintainers:
10   - Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
12 description: |
13   This module is part of the ROHM BD9576 MFD device. For more details
14   see Documentation/devicetree/bindings/mfd/rohm,bd9576-pmic.yaml.
16   The regulator controller is represented as a sub-node of the PMIC node
17   on the device tree.
19   The valid names for BD9576 regulator nodes are
20   regulator-vd50, regulator-vd18, regulator-vdddr, regulator-vd10,
21   regulator-voutl1, regulator-vouts1
23 patternProperties:
24   "regulator-.+":
25     type: object
26     description:
27       Properties for single regulator.
28     $ref: "regulator.yaml#"
30     required:
31       - regulator-name
33     unevaluatedProperties: false
34 additionalProperties: false