Documentation/devicetree/bindings/regulator/rohm,bd9576-regulator.yaml

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/regulator/rohm,bd9576-regulator.yaml

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/regulator/rohm,bd9576-regulator.yaml
Extension
.yaml
Size
1145 bytes
Lines
41
Domain
Support Tooling And Documentation
Bucket
Documentation
Inferred role
Support Tooling And Documentation: configuration, schema, or hardware description
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
%YAML 1.2
---
$id: http://devicetree.org/schemas/regulator/rohm,bd9576-regulator.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: ROHM BD9576 and BD9573 Power Management Integrated Circuit regulators

maintainers:
  - Matti Vaittinen <mazziesaccount@gmail.com>

description: |
  This module is part of the ROHM BD9576 MFD device. For more details
  see Documentation/devicetree/bindings/mfd/rohm,bd9576-pmic.yaml.

  The regulator controller is represented as a sub-node of the PMIC node
  on the device tree.

  The valid names for BD9576 regulator nodes are
  regulator-vd50, regulator-vd18, regulator-vdddr, regulator-vd10,
  regulator-voutl1, regulator-vouts1

patternProperties:
  "^regulator-.+$":
    type: object
    description:
      Properties for single regulator.
    $ref: regulator.yaml#

    properties:
      rohm,ocw-fet-ron-micro-ohms:
        description: |
          External FET's ON-resistance. Required if VoutS1 OCP/OCW is
          to be set.

    required:
      - regulator-name

    unevaluatedProperties: false
additionalProperties: false

Annotation

Implementation Notes