diff options
author | Chen-Yu Tsai <wens@csie.org> | 2016-02-12 10:02:44 +0800 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2016-02-12 08:54:42 +0000 |
commit | 02071f0f797c989b342f46fbdf472ddb1c2cdee9 (patch) | |
tree | 1433241c6bf6c950e5b590b91ae6e42f29b3c5ad /include/linux/mfd/axp20x.h | |
parent | 2260a45356756285faa0b46f0afa53c7f251fb9c (diff) | |
download | blackbird-obmc-linux-02071f0f797c989b342f46fbdf472ddb1c2cdee9.tar.gz blackbird-obmc-linux-02071f0f797c989b342f46fbdf472ddb1c2cdee9.zip |
mfd: axp20x: Add support for RSB based AXP223 PMIC
The AXP223 is a new PMIC commonly paired with Allwinner A23/A33 SoCs.
It is functionally identical to AXP221; only the regulator default
voltage/status and the external host interface are different.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include/linux/mfd/axp20x.h')
-rw-r--r-- | include/linux/mfd/axp20x.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/axp20x.h b/include/linux/mfd/axp20x.h index 00697c6ad8b0..d82e7d51372b 100644 --- a/include/linux/mfd/axp20x.h +++ b/include/linux/mfd/axp20x.h @@ -18,6 +18,7 @@ enum { AXP202_ID, AXP209_ID, AXP221_ID, + AXP223_ID, AXP288_ID, NR_AXP20X_VARIANTS, }; |