diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-06-24 14:14:21 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-07-13 11:19:28 +0100 |
commit | 4245746037e379dc9f1388e422d52001cd431921 (patch) | |
tree | 97530e94d05c03494dfbe0a8aec1f270187c1ad2 /Documentation/devicetree/bindings/regulator/da9210.txt | |
parent | d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754 (diff) | |
download | blackbird-obmc-linux-4245746037e379dc9f1388e422d52001cd431921.tar.gz blackbird-obmc-linux-4245746037e379dc9f1388e422d52001cd431921.zip |
regulator: da9210: Add optional interrupt support
Add optional interrupt support to the da9210 regulator driver, to handle
over-current, under- and over-voltage, and over-temperature events.
Only the interrupt sources for which we handle events are unmasked, to
avoid interrupts we cannot handle.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/regulator/da9210.txt')
-rw-r--r-- | Documentation/devicetree/bindings/regulator/da9210.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/regulator/da9210.txt b/Documentation/devicetree/bindings/regulator/da9210.txt index 3297c53cb915..7aa9b1fa6b21 100644 --- a/Documentation/devicetree/bindings/regulator/da9210.txt +++ b/Documentation/devicetree/bindings/regulator/da9210.txt @@ -5,6 +5,10 @@ Required properties: - compatible: must be "dlg,da9210" - reg: the i2c slave address of the regulator. It should be 0x68. +Optional properties: + +- interrupts: a reference to the DA9210 interrupt, if available. + Any standard regulator properties can be used to configure the single da9210 DCDC. |