Add DT Binding Documentation for Keem Bay SD Regulator. Signed-off-by: Muhammad Husaini Zulkifli <muhammad.husaini.zulkifli@xxxxxxxxx> --- .../bindings/regulator/keembay-regulator.yaml | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Documentation/devicetree/bindings/regulator/keembay-regulator.yaml diff --git a/Documentation/devicetree/bindings/regulator/keembay-regulator.yaml b/Documentation/devicetree/bindings/regulator/keembay-regulator.yaml new file mode 100644 index 000000000000..a32e87c9eeed --- /dev/null +++ b/Documentation/devicetree/bindings/regulator/keembay-regulator.yaml @@ -0,0 +1,36 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/regulator/keembay-regulator.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Keem Bay SD regulator + +maintainers: + - Muhammad Husaini Zulkifli <Muhammad.Husaini.Zulkifli@xxxxxxxxx> + +allOf: + - $ref: "regulator.yaml#" + +properties: + compatible: + const: regulator-keembay-sd + + regulator-name: true + +required: + - compatible + - regulator-name + +unevaluatedProperties: false + +examples: + - | + regulator_rail { + compatible = "regulator-keembay-sd"; + + regulator-name = "sd-volt-rail"; + regulator-min-microvolt = <1800000>; + regulator-max-microvolt = <3300000>; + }; +... -- 2.17.1