rohm,bd9576-regulator.yaml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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#
  6. title: ROHM BD9576 and BD9573 Power Management Integrated Circuit regulators
  7. maintainers:
  8. - Matti Vaittinen <mazziesaccount@gmail.com>
  9. description: |
  10. This module is part of the ROHM BD9576 MFD device. For more details
  11. see Documentation/devicetree/bindings/mfd/rohm,bd9576-pmic.yaml.
  12. The regulator controller is represented as a sub-node of the PMIC node
  13. on the device tree.
  14. The valid names for BD9576 regulator nodes are
  15. regulator-vd50, regulator-vd18, regulator-vdddr, regulator-vd10,
  16. regulator-voutl1, regulator-vouts1
  17. patternProperties:
  18. "^regulator-.+$":
  19. type: object
  20. description:
  21. Properties for single regulator.
  22. $ref: regulator.yaml#
  23. properties:
  24. rohm,ocw-fet-ron-micro-ohms:
  25. description: |
  26. External FET's ON-resistance. Required if VoutS1 OCP/OCW is
  27. to be set.
  28. required:
  29. - regulator-name
  30. unevaluatedProperties: false
  31. additionalProperties: false