Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/regulator/rohm,bd96802-regulator.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: ROHM BD96802 Power Management Integrated Circuit regulators
8
9maintainers:
10 - Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
11
12description:
13 This module is part of the ROHM BD96802 MFD device. For more details
14 see Documentation/devicetree/bindings/mfd/rohm,bd96802-pmic.yaml.
15
16 The regulator controller is represented as a sub-node of the PMIC node
17 on the device tree.
18
19 Regulator nodes should be named to buck1 and buck2.
20
21patternProperties:
22 "^buck[1-2]$":
23 type: object
24 description:
25 Properties for single BUCK regulator.
26 $ref: regulator.yaml#
27
28 properties:
29 rohm,initial-voltage-microvolt:
30 description:
31 Initial voltage for regulator. Voltage can be tuned +/-150 mV from
32 this value. NOTE, This can be modified via I2C only when PMIC is in
33 STBY state.
34 minimum: 500000
35 maximum: 3300000
36
37 rohm,keep-on-stby:
38 description:
39 Keep the regulator powered when PMIC transitions to STBY state.
40 type: boolean
41
42 unevaluatedProperties: false
43
44additionalProperties: false