From: Joan-Na-adi <joan.na.devcode@gmail.com>
To: Liam Girdwood <lgirdwood@gmail.com>
Cc: Mark Brown <broonie@kernel.org>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
Joan Na <joan.na@analog.com>
Subject: [PATCH 3/3] dt-bindings: regulator: Add MAX77675 regulator binding
Date: Fri, 26 Sep 2025 14:37:57 +0900 [thread overview]
Message-ID: <20250926053757.480086-4-joan.na@analog.com> (raw)
In-Reply-To: <20250926053757.480086-1-joan.na@analog.com>
From: Joan Na <joan.na@analog.com>
Add device tree binding YAML schema for the Maxim MAX77675 PMIC regulator.
This defines the node properties and supported regulator names for use
in device tree sources.
Signed-off-by: Joan Na <joan.na@analog.com>
---
.../bindings/regulator/maxim,max77675.yaml | 202 ++++++++++++++++++
1 file changed, 202 insertions(+)
create mode 100644 Documentation/devicetree/bindings/regulator/maxim,max77675.yaml
diff --git a/Documentation/devicetree/bindings/regulator/maxim,max77675.yaml b/Documentation/devicetree/bindings/regulator/maxim,max77675.yaml
new file mode 100644
index 000000000000..f93dfdc499bc
--- /dev/null
+++ b/Documentation/devicetree/bindings/regulator/maxim,max77675.yaml
@@ -0,0 +1,202 @@
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/regulator/maxim,max77675.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Maxim MAX77675 PMIC Regulator
+
+maintainers:
+ - Joan Na <joan.na@analog.com>
+
+description: |
+ The MAX77675 is a PMIC providing multiple switching buck regulators
+ (SBB0–SBB3), accessible via I2C. Each SBB can be configured individually
+ in the Device Tree. Additional PMIC settings can be configured through
+ device-specific properties.
+ Users should use the macros from dt-bindings/regulator/maxim,max77675-regulator.h
+
+allOf:
+ - $ref: regulator.yaml#
+
+properties:
+ compatible:
+ const: maxim,max77675
+
+ reg:
+ maxItems: 1
+
+ maxim,dvs-slew-rate:
+ description: |
+ DVS slew rate setting.
+ 0 (MAX77675_DVS_SLEW_5MV) - 5 mV/μs
+ 1 (MAX77675_DVS_SLEW_10MV) - 10 mV/μs
+ $ref: /schemas/types.yaml#/definitions/uint32
+ enum: [0, 1]
+
+ maxim,latency-mode:
+ description: |
+ Latency mode for voltage transition:
+ 0 (MAX77675_LAT_MODE_HIGH_LATENCY) - Low quiescent current, high latency (~100μs)
+ 1 (MAX77675_LAT_MODE_LOW_LATENCY) - High quiescent current, low latency (~10μs)
+ $ref: /schemas/types.yaml#/definitions/uint32
+ enum: [0, 1]
+
+ maxim,drv-sbb-strength:
+ description: |
+ SIMO Buck-Boost Drive Strength Trim.
+ 0 (MAX77675_DRV_SBB_FASTEST) - Fastest transition (~0.6 ns)
+ 1 (MAX77675_DRV_SBB_FAST) - Faster transition (~1.2 ns)
+ 2 (MAX77675_DRV_SBB_MEDIUM) - Moderate transition (~1.8 ns)
+ 3 (MAX77675_DRV_SBB_SLOWEST) - Slowest transition (~8 ns)
+ $ref: /schemas/types.yaml#/definitions/uint32
+ enum: [0, 1, 2, 3]
+
+ maxim,manual-reset-time:
+ description: |
+ Manual reset time in seconds:
+ 0 (MAX77675_MRT_4S): 4 seconds
+ 1 (MAX77675_MRT_8S): 8 seconds
+ 2 (MAX77675_MRT_12S): 12 seconds
+ 3 (MAX77675_MRT_16S): 16 seconds
+ $ref: /schemas/types.yaml#/definitions/uint32
+ enum: [0, 1, 2, 3]
+
+ maxim,en-pullup-disable:
+ description: |
+ Disable internal pull-up for EN pin.
+ 0 (MAX77675_PU_EN): Internal pull-up enabled (default).
+ 1 (MAX77675_PU_DIS): Internal pull-up disabled.
+ $ref: /schemas/types.yaml#/definitions/uint32
+ enum: [0, 1]
+
+ maxim,bias-low-power-request:
+ description: |
+ Controls the bias low-power mode setting.
+ 0 (MAX77675_BIAS_NORMAL): Normal bias operation
+ 1 (MAX77675_BIAS_LPM_REQ): Request low-power bias mode
+ $ref: /schemas/types.yaml#/definitions/uint32
+ enum: [0, 1]
+
+ maxim,simo-int-ldo-always-on:
+ description: |
+ SIMO internal channel disable configuration.
+ 0 (MAX77675_SIMO_INT_NORMAL): SIMO channel enabled
+ 1 (MAX77675_SIMO_INT_LDO): SIMO channel disabled
+ $ref: /schemas/types.yaml#/definitions/uint32
+ enum: [0, 1]
+
+ maxim,en-mode:
+ description: |
+ Enable mode configuration.
+ 0 (MAX77675_EN_PUSH_BUTTON): Push button
+ 1 (MAX77675_EN_SLIDE_SWITCH): Slide switch
+ 2 (MAX77675_EN_LOGIC): Logic mode
+ 3 (MAX77675_EN_RESERVED): Reserved
+ $ref: /schemas/types.yaml#/definitions/uint32
+ enum: [0, 1, 2, 3]
+
+ maxim,en-debounce-time:
+ description: |
+ Debounce timer enable.
+ 0 (MAX77675_DBEN_100US): 100us
+ 1 (MAX77675_DBEN_30MS): 30ms
+ $ref: /schemas/types.yaml#/definitions/uint32
+ enum: [0, 1]
+
+ regulators:
+ type: object
+ description: Regulator child nodes
+ patternProperties:
+ "^sbb[0-3]$":
+ type: object
+ $ref: regulator.yaml#
+ properties:
+ maxim,fps-slot:
+ description: |
+ FPS slot selection.
+ 0 (MAX77675_FPS_SLOT_0): FPS Slot 0
+ 1 (MAX77675_FPS_SLOT_1): FPS Slot 1
+ 2 (MAX77675_FPS_SLOT_2): FPS Slot 2
+ 3 (MAX77675_FPS_SLOT_3): FPS Slot 3
+ 4 (MAX77675_FPS_NONE): No FPS Slot (disabled)
+ 5 (MAX77675_FPS_DEF): Use the defaul
+ $ref: /schemas/types.yaml#/definitions/uint32
+ enum: [0, 1, 2, 3, 4, 5]
+
+ maxim,slew-rate-use-dvs:
+ description: |
+ 0 (MAX77675_SR_2MV_PER_US): Fixed slew rate of 2mV/μs.
+ 1 (MAX77675_SR_USE_DVS): Uses maxim,dvs-slew-rate for dynamic voltage scaling.
+ $ref: /schemas/types.yaml#/definitions/uint32
+ enum: [0, 1]
+ additionalProperties: false
+
+required:
+ - compatible
+ - reg
+ - regulators
+
+additionalProperties: false
+
+examples:
+ - |
+ #include <dt-bindings/regulator/maxim,max77675-regulator.h>
+
+ i2c {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ max77675: pmic@44 {
+ compatible = "maxim,max77675";
+ reg = <0x44>;
+
+ maxim,dvs-slew-rate = <MAX77675_DVS_SLEW_5MV>;
+ maxim,latency-mode = <MAX77675_LAT_MODE_HIGH_LATENCY>;
+ maxim,drv-sbb-strength = <MAX77675_DRV_SBB_FASTEST>;
+ maxim,manual-reset-time = <MAX77675_MRT_4S>;
+ maxim,en-pullup-disable = <MAX77675_PU_EN>;
+ maxim,bias-low-power-request = <MAX77675_BIAS_NORMAL>;
+ maxim,simo-int-ldo-always-on = <MAX77675_SIMO_INT_NORMAL>;
+ maxim,en-mode = <MAX77675_EN_PUSH_BUTTON>;
+ maxim,en-debounce-time = <MAX77675_DBEN_100US>;
+
+ regulators {
+ sbb0: sbb0 {
+ regulator-name = "sbb0";
+ regulator-min-microvolt = <500000>;
+ regulator-max-microvolt = <5500000>;
+ maxim,fps-slot = <MAX77675_FPS_DEF>;
+ maxim,slew-rate-use-dvs = <MAX77675_SR_2MV_PER_US>;
+ };
+
+ sbb1: sbb1 {
+ regulator-name = "sbb1";
+ regulator-min-microvolt = <500000>;
+ regulator-max-microvolt = <5500000>;
+ regulator-allow-set-voltage;
+ maxim,fps-slot = <MAX77675_FPS_DEF>;
+ maxim,slew-rate-use-dvs = <MAX77675_SR_2MV_PER_US>;
+ };
+
+ sbb2: sbb2 {
+ regulator-name = "sbb2";
+ regulator-min-microvolt = <500000>;
+ regulator-max-microvolt = <5500000>;
+ regulator-allow-set-voltage;
+ maxim,fps-slot = <MAX77675_FPS_DEF>;
+ maxim,slew-rate-use-dvs = <MAX77675_SR_2MV_PER_US>;
+ };
+
+ sbb3: sbb3 {
+ regulator-name = "sbb3";
+ regulator-min-microvolt = <500000>;
+ regulator-max-microvolt = <5500000>;
+ regulator-allow-set-voltage;
+ maxim,fps-slot = <MAX77675_FPS_DEF>;
+ maxim,slew-rate-use-dvs = <MAX77675_SR_2MV_PER_US>;
+ };
+ };
+ };
+ };
+
--
2.34.1
next prev parent reply other threads:[~2025-09-26 5:39 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-26 5:37 [PATCH 0/3] MAX77675 regulator driver: Add support for MAX77675 device Joan-Na-adi
2025-09-26 5:37 ` [PATCH 1/3] dt-bindings: regulator: Add MAX77675 binding header Joan-Na-adi
2025-09-26 5:37 ` [PATCH 2/3] regulator: max77675: Add MAX77675 regulator driver Joan-Na-adi
2025-09-26 20:58 ` kernel test robot
2025-09-26 20:58 ` kernel test robot
2025-09-27 5:30 ` kernel test robot
2025-09-26 5:37 ` Joan-Na-adi [this message]
2025-09-26 17:08 ` [PATCH 3/3] dt-bindings: regulator: Add MAX77675 regulator binding Conor Dooley
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250926053757.480086-4-joan.na@analog.com \
--to=joan.na.devcode@gmail.com \
--cc=broonie@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=joan.na@analog.com \
--cc=krzk+dt@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=robh@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox