diff options
| author | Mark Brown <broonie@kernel.org> | 2025-12-22 09:12:28 +0000 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-12-22 09:12:28 +0000 |
| commit | 06d65f2d478e49b68701aed18e58713aa178be16 (patch) | |
| tree | 149eeacb14f149c65e272dbb98896623a345b591 /Documentation/devicetree | |
| parent | 2bb202416d33347102b12bbd1db4837fb6685617 (diff) | |
| parent | 32a708ba5db50cf928a1f1b2039ceef33de2c286 (diff) | |
Add Richtek RT8092 support
Merge series from cy_huang@richtek.com:
This patch series add rt8092 regulator support.
Diffstat (limited to 'Documentation/devicetree')
| -rw-r--r-- | Documentation/devicetree/bindings/regulator/richtek,rt5739.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/regulator/richtek,rt5739.yaml b/Documentation/devicetree/bindings/regulator/richtek,rt5739.yaml index e95e046e9ed6..983f4c1ce380 100644 --- a/Documentation/devicetree/bindings/regulator/richtek,rt5739.yaml +++ b/Documentation/devicetree/bindings/regulator/richtek,rt5739.yaml @@ -15,6 +15,10 @@ description: | supply of 2.5V to 5.5V. It can provide up to 3.5A continuous current capability at over 80% high efficiency. + The RT8092 is similar type buck converter. Compared to RT5739, it can offer + up to 4A output current and more output voltage range to meet the application + on most mobile products. + allOf: - $ref: regulator.yaml# @@ -23,6 +27,7 @@ properties: enum: - richtek,rt5733 - richtek,rt5739 + - richtek,rt8092 reg: maxItems: 1 |
