sunxi: power: axp818: add support for axp818 driver
[oweals/u-boot.git] / include / axp_pmic.h
index ef339c478566a23a809c7fbec649d14cd2c2455e..3b01c49cc935def3eb6a5d4a1585acbe396b5855 100644 (file)
@@ -16,6 +16,9 @@
 #ifdef CONFIG_AXP221_POWER
 #include <axp221.h>
 #endif
+#ifdef CONFIG_AXP818_POWER
+#include <axp818.h>
+#endif
 
 int axp_set_dcdc1(unsigned int mvolt);
 int axp_set_dcdc2(unsigned int mvolt);