Initial support for the Silergy SY7636A-regulator Power Management chip driver. Signed-off-by: Alistair Francis <alistair@xxxxxxxxxxxxx> --- .../bindings/regulator/silergy,sy7636a.yaml | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 Documentation/devicetree/bindings/regulator/silergy,sy7636a.yaml diff --git a/Documentation/devicetree/bindings/regulator/silergy,sy7636a.yaml b/Documentation/devicetree/bindings/regulator/silergy,sy7636a.yaml new file mode 100644 index 000000000000..d88c4ab1be02 --- /dev/null +++ b/Documentation/devicetree/bindings/regulator/silergy,sy7636a.yaml @@ -0,0 +1,39 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/regulator/silergy,sy7636a-regulator.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: silergy sy7636a PMIC + +maintainers: + - Alistair Francis <alistair@xxxxxxxxxxxxx> + +allOf: + - $ref: regulator.yaml# + +properties: + compatible: + enum: + - sy7636a-regulator + +required: + - compatible + +unevaluatedProperties: false + +examples: + - | + i2c { + #address-cells = <1>; + #size-cells = <0>; + regulator@60 { + compatible = "sy7636a-regulator"; + reg_epdpmic: vcom { + regulator-name = "vcom"; + regulator-boot-on; + }; + }; + }; + +... -- 2.29.2