[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210114152700.21916-8-muhammad.husaini.zulkifli@intel.com>
Date: Thu, 14 Jan 2021 23:26:58 +0800
From: Muhammad Husaini Zulkifli <muhammad.husaini.zulkifli@...el.com>
To: ulf.hansson@...aro.org, broonie@...nel.org, lgirdwood@...il.com,
robh+dt@...nel.org, devicetree@...r.kernel.org,
adrian.hunter@...el.com, michal.simek@...inx.com,
linux-mmc@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: andriy.shevchenko@...el.com, Rashmi.A@...el.com,
mahesh.r.vaidya@...el.com, muhammad.husaini.zulkifli@...el.com
Subject: [PATCH v1 7/9] dt-bindings: regulator: keembay: Add DT binding documentation
Add DT Binding Documentation for Keem Bay SD Regulator.
Signed-off-by: Muhammad Husaini Zulkifli <muhammad.husaini.zulkifli@...el.com>
---
.../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@...el.com>
+
+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
Powered by blists - more mailing lists