diff options
author | Icenowy Zheng <icenowy@aosc.io> | 2017-04-17 19:57:39 +0800 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2017-04-27 11:54:48 +0100 |
commit | 19b465e9560c5fb415f1d1159ae8a580b731436b (patch) | |
tree | 760fa8533a85553bf1197c5b4065bc96b8628cfe /Documentation/devicetree | |
parent | 7366709c5ab72841bd6f74b0cf3fab5ca368ac23 (diff) |
dt-bindings: Add device tree binding for X-Powers AXP803 PMIC
AXP803 is a PMIC produced by Shenzhen X-Powers, with either I2C or RSB
bus.
Add a compatible for it.
Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/mfd/axp20x.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mfd/axp20x.txt b/Documentation/devicetree/bindings/mfd/axp20x.txt index a3e813f6060a..44df88be3c89 100644 --- a/Documentation/devicetree/bindings/mfd/axp20x.txt +++ b/Documentation/devicetree/bindings/mfd/axp20x.txt @@ -6,6 +6,7 @@ axp202 (X-Powers) axp209 (X-Powers) axp221 (X-Powers) axp223 (X-Powers) +axp803 (X-Powers) axp809 (X-Powers) Required properties: @@ -15,6 +16,7 @@ Required properties: * "x-powers,axp209" * "x-powers,axp221" * "x-powers,axp223" + * "x-powers,axp803" * "x-powers,axp806" * "x-powers,axp809" - reg: The I2C slave address or RSB hardware address for the AXP chip |