Documentation/devicetree/bindings/regulator/mt6359-regulator.yaml

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/regulator/mt6359-regulator.yaml

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/regulator/mt6359-regulator.yaml
Extension
.yaml
Size
11914 bytes
Lines
342
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 OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/regulator/mt6359-regulator.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: MT6359 Regulator from MediaTek Integrated

maintainers:
  - Hsin-Hsiung Wang <hsin-hsiung.wang@mediatek.com>

description: |
  List of regulators provided by this controller. It is named
  according to its regulator type, buck_<name> and ldo_<name>.
  MT6359 regulators node should be sub node of the MT6397 MFD node.

patternProperties:
  "^buck_v(s1|gpu11|modem|pu|core|s2|pa|proc2|proc1|core_sshub)$":
    type: object
    $ref: regulator.yaml#
    unevaluatedProperties: false

  "^ldo_v(ibr|rf12|usb|camio|efuse|xo22)$":
    type: object
    $ref: regulator.yaml#
    unevaluatedProperties: false

  "^ldo_v(rfck|emc|a12|a09|ufs|bbck)$":
    type: object
    $ref: regulator.yaml#
    unevaluatedProperties: false

  "^ldo_vcn(18|13|33_[12])$":
    type: object
    $ref: regulator.yaml#
    unevaluatedProperties: false

  "^ldo_vsram_(proc2|others|md|proc1|others_sshub)$":
    type: object
    $ref: regulator.yaml#
    unevaluatedProperties: false

  "^ldo_v(fe|bif|io)28$":
    type: object
    $ref: regulator.yaml#
    unevaluatedProperties: false

  "^ldo_v(aud|io|aux|rf|m)18$":
    type: object
    $ref: regulator.yaml#
    unevaluatedProperties: false

  "^ldo_vsim[12]$":
    type: object
    $ref: regulator.yaml#
    unevaluatedProperties: false

  "^ldo_vcn33_[12]_(bt|wifi)$":
    type: object
    $ref: regulator.yaml#
    description:
      vcn33_[12]_(bt|wifi) are incorrect representations.
      Use vcn33_[12] instead.
    deprecated: true
    unevaluatedProperties: false

additionalProperties: false

examples:
  - |

Annotation

Implementation Notes