[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250721060215.2718217-2-jeff_chang@richtek.com>
Date: Mon, 21 Jul 2025 14:01:35 +0800
From: <jeff_chang@...htek.com>
To: <lgirdwood@...il.com>, <broonie@...nel.org>, <robh@...nel.org>,
<krzk+dt@...nel.org>, <conor+dt@...nel.org>, <linux-kernel@...r.kernel.org>,
<devicetree@...r.kernel.org>
CC: <jeff_chang@...htek.com>
Subject: [PATCH v3 2/2] dt-bindings: regulator: Add Richtek RTR5133 DT Binding Documentation
From: Jeff Chang <jeff_chang@...htek.com>
Signed-off-by: Jeff Chang <jeff_chang@...htek.com>
---
PATCH v3
1. fix Subject format
2. using correct patches version
3. remove '|'
4. remove allOf: &ref regulator.yaml#
5. remove redundant description
6. move BASE to base property with correct indentation
7. only using lowercase node name
8. make DT_CHECKER_FLAG=-m DT_SCHEMA_FILES=richtek,rt5133.yaml dt_binding_check pass
.../bindings/regulator/richtek,rt5133.yaml | 197 ++++++++++++++++++
1 file changed, 197 insertions(+)
create mode 100644 Documentation/devicetree/bindings/regulator/richtek,rt5133.yaml
diff --git a/Documentation/devicetree/bindings/regulator/richtek,rt5133.yaml b/Documentation/devicetree/bindings/regulator/richtek,rt5133.yaml
new file mode 100644
index 000000000000..a92e7f775832
--- /dev/null
+++ b/Documentation/devicetree/bindings/regulator/richtek,rt5133.yaml
@@ -0,0 +1,197 @@
+# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/regulator/richtek,rt5133.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Richtek RT5133 PMIC Regulator
+
+maintainers:
+ - ShihChia Chang <jeff_chang@...htek.com>
+
+description:
+ RT5133 is an integrated chip. It includes 8 LDOs and 3 GPOs that can be
+ used to drive output high/low purpose. The dependency of the GPO block
+ is internally LDO1 Voltage. If LDO1 voltage output disabled, GPO cannot
+ be used to drive output high. It need to pay more attention on the usage.
+
+properties:
+ compatible:
+ enum:
+ - richtek,rt5133
+
+ reg:
+ maxItems: 1
+
+ enable-gpios:
+ maxItems: 1
+
+ wakeup-source: true
+
+ interrupts:
+ maxItems: 1
+
+ gpio-controller: true
+
+ "#gpio-cells":
+ const: 2
+
+ regulators:
+ type: object
+ additionalProperties: false
+
+ properties:
+ base:
+ type: object
+ $ref: regulator.yaml#
+ unevaluatedProperties: false
+ description:
+ Properties for base regulator which for force-off base circuit
+
+ properties:
+ regulator-compatible:
+ description: Compatible string for regulator
+ $ref: /schemas/types.yaml#/definitions/string
+
+ oc-shutdown-all:
+ type: boolean
+ description:
+ Anyone of LDO OC state, shut down all channels.
+
+ pgb-shutdown-all:
+ type: boolean
+ description:
+ Anyone of PGB OC state, shut down all channels.
+
+ required:
+ - regulator-name
+ - regulator-compatible
+
+ patternProperties:
+ "^ldo([1-6])$":
+ type: object
+ $ref: regulator.yaml#
+ unevaluatedProperties: false
+ description:
+ Properties for single LDO regulator
+
+ properties:
+ regulator-compatible:
+ description: Compatible string for regulator
+ $ref: /schemas/types.yaml#/definitions/string
+
+ required:
+ - regulator-name
+ - regulator-compatible
+
+ "^ldo([7-8])$":
+ type: object
+ $ref: regulator.yaml#
+ unevaluatedProperties: false
+ description:
+ Properties for single LDO regulator
+
+ properties:
+ regulator-compatible:
+ description: Compatible string for regulator
+ $ref: /schemas/types.yaml#/definitions/string
+
+ rt5133-ldo1-supply:
+ description: |
+ Only for ldo7 ldo8, pvin7 and pvin8 reference design are RT5133 ldo1.
+ If not connect to ldo1 vout, this property for pvin7 and pvin8 is necessary.
+
+ required:
+ - regulator-name
+ - regulator-compatible
+
+required:
+ - compatible
+ - reg
+ - interrupts-extended
+ - wakeup-source
+
+unevaluatedProperties: false
+
+examples:
+ - |
+ i2c {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ rt5133: rt5133@18 {
+ compatible = "richtek,rt5133";
+ reg = <0x18>;
+ wakeup-source;
+ interrupts-extended = <&pio 187 0x0>;
+ enable-gpios = <&pio 186 0x0>;
+ gpio-controller;
+ #gpio-cells = <2>;
+ regulators {
+ base {
+ regulator-compatible = "BASE";
+ regulator-name = "rt5133,base";
+ oc-shutdown-all;
+ pgb-shutdown-all;
+ };
+ rt5133_ldo1: ldo1 {
+ regulator-compatible = "LDO1";
+ regulator-name = "rt5133-ldo1";
+ regulator-min-microvolt = <1800000>;
+ regulator-max-microvolt = <3199998>;
+ regulator-active-discharge = <1>;
+ };
+ rt5133_ldo2: ldo2 {
+ regulator-compatible = "LDO2";
+ regulator-name = "rt5133-ldo2";
+ regulator-min-microvolt = <1800000>;
+ regulator-max-microvolt = <3200000>;
+ regulator-active-discharge = <1>;
+ };
+ rt5133_ldo3: ldo3 {
+ regulator-compatible = "LDO3";
+ regulator-name = "rt5133-ldo3";
+ regulator-min-microvolt = <1700000>;
+ regulator-max-microvolt = <3000000>;
+ regulator-active-discharge = <1>;
+ };
+ rt5133_ldo4: ldo4 {
+ regulator-compatible = "LDO4";
+ regulator-name = "rt5133-ldo4";
+ regulator-min-microvolt = <1700000>;
+ regulator-max-microvolt = <3000000>;
+ regulator-active-discharge = <1>;
+ };
+ rt5133_ldo5: ldo5 {
+ regulator-compatible = "LDO5";
+ regulator-name = "rt5133-ldo5";
+ regulator-min-microvolt = <1700000>;
+ regulator-max-microvolt = <3000000>;
+ regulator-active-discharge = <1>;
+ };
+ rt5133_ldo6: ldo6 {
+ regulator-compatible = "LDO6";
+ regulator-name = "rt5133-ldo6";
+ regulator-min-microvolt = <1700000>;
+ regulator-max-microvolt = <3000000>;
+ regulator-active-discharge = <1>;
+ };
+ rt5133_ldo7: ldo7 {
+ regulator-compatible = "LDO7";
+ regulator-name = "rt5133-ldo7";
+ regulator-min-microvolt = <900000>;
+ regulator-max-microvolt = <1200000>;
+ regulator-active-discharge = <1>;
+ rt5133-ldo1-supply = <&rt5133_ldo1>;
+ };
+ rt5133_ldo8: ldo8 {
+ regulator-compatible = "LDO8";
+ regulator-name = "rt5133-ldo8";
+ regulator-min-microvolt = <855000>;
+ regulator-max-microvolt = <1200000>;
+ regulator-active-discharge = <1>;
+ rt5133-ldo1-supply = <&rt5133_ldo1>;
+ };
+ };
+ };
+ };
--
2.43.0
Powered by blists - more mailing lists