]> git.sur5r.net Git - u-boot/blobdiff - include/axp_pmic.h
arm: socfpga: Fix with the correct polling on bit is set
[u-boot] / include / axp_pmic.h
index 0f146835091b2784949c6f404c97b6a644528597..d789ad808623760b76ae57f6d4eba130879f57e5 100644 (file)
@@ -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
@@ -31,6 +34,8 @@ int axp_set_aldo3(unsigned int mvolt);
 int axp_set_aldo4(unsigned int mvolt);
 int axp_set_dldo(int dldo_num, unsigned int mvolt);
 int axp_set_eldo(int eldo_num, unsigned int mvolt);
+int axp_set_fldo(int fldo_num, unsigned int mvolt);
+int axp_set_sw(bool on);
 int axp_init(void);
 int axp_get_sid(unsigned int *sid);