summaryrefslogtreecommitdiffstats
path: root/include/axp_pmic.h
diff options
context:
space:
mode:
authorChen-Yu Tsai <wens@csie.org>2016-05-02 10:28:15 +0800
committerHans de Goede <hdegoede@redhat.com>2016-05-25 17:52:39 +0200
commit795857df413aea278af95305d4b6ffc48089d6e8 (patch)
tree40a032679460e32ab248a89438d000bef6c5385b /include/axp_pmic.h
parent511992695de9309b53a291caa5ff9bce62d44ae4 (diff)
downloadblackbird-obmc-uboot-795857df413aea278af95305d4b6ffc48089d6e8.tar.gz
blackbird-obmc-uboot-795857df413aea278af95305d4b6ffc48089d6e8.zip
sunxi: power: add AXP809 support
The A80 uses the AXP809 as its primary PMIC. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'include/axp_pmic.h')
-rw-r--r--include/axp_pmic.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/axp_pmic.h b/include/axp_pmic.h
index 2ed5196354..d789ad8086 100644
--- a/include/axp_pmic.h
+++ b/include/axp_pmic.h
@@ -16,6 +16,9 @@
#ifdef CONFIG_AXP221_POWER
#include <axp221.h>
#endif
+#ifdef CONFIG_AXP809_POWER
+#include <axp809.h>
+#endif
#ifdef CONFIG_AXP818_POWER
#include <axp818.h>
#endif
OpenPOWER on IntegriCloud