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>
This commit is contained in:

committed by
Hans de Goede

parent
511992695d
commit
795857df41
@@ -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
|
||||
|
Reference in New Issue
Block a user