Skip to content

Commit 8640b38

Browse files
oknshnlag-linaro
authored andcommitted
dt-bindings: regulator: max77541: Add ADI MAX77541/MAX77540 Regulator
Add ADI MAX77541/MAX77540 Regulator devicetree document. Signed-off-by: Okan Sahin <okan.sahin@analog.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20230412111256.40013-2-okan.sahin@analog.com Signed-off-by: Lee Jones <lee@kernel.org>
1 parent a6b6790 commit 8640b38

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2+
%YAML 1.2
3+
---
4+
$id: http://devicetree.org/schemas/regulator/adi,max77541-regulator.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
6+
7+
title: Buck Converter for MAX77540/MAX77541
8+
9+
maintainers:
10+
- Okan Sahin <okan.sahin@analog.com>
11+
12+
description: |
13+
This is a part of device tree bindings for ADI MAX77540/MAX77541
14+
15+
The buck converter is represented as a sub-node of the PMIC node on the device tree.
16+
17+
The device has two buck regulators.
18+
See also Documentation/devicetree/bindings/mfd/adi,max77541.yaml for
19+
additional information and example.
20+
21+
patternProperties:
22+
"^buck[12]$":
23+
type: object
24+
$ref: regulator.yaml#
25+
additionalProperties: false
26+
description: |
27+
Buck regulator.
28+
29+
properties:
30+
regulator-name: true
31+
regulator-always-on: true
32+
regulator-boot-on: true
33+
regulator-min-microvolt:
34+
minimum: 300000
35+
regulator-max-microvolt:
36+
maximum: 5200000
37+
38+
additionalProperties: false

0 commit comments

Comments
 (0)