]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - Documentation/devicetree/bindings/regulator/da9210.txt
Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[mirror_ubuntu-eoan-kernel.git] / Documentation / devicetree / bindings / regulator / da9210.txt
CommitLineData
937433c2
GL
1* Dialog Semiconductor DA9210 Voltage Regulator
2
3Required properties:
4
bd597f47 5- compatible: must be "dlg,da9210"
937433c2
GL
6- reg: the i2c slave address of the regulator. It should be 0x68.
7
42457460
GU
8Optional properties:
9
10- interrupts: a reference to the DA9210 interrupt, if available.
11
937433c2
GL
12Any standard regulator properties can be used to configure the single da9210
13DCDC.
14
15Example:
16
17 da9210@68 {
bd597f47 18 compatible = "dlg,da9210";
937433c2
GL
19 reg = <0x68>;
20
21 regulator-min-microvolt = <900000>;
22 regulator-max-microvolt = <1000000>;
23 regulator-boot-on;
24 regulator-always-on;
25 };