X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Faxp_pmic.h;h=10091d0bb278ce275cbe6b17ab4135f4a452cc19;hb=8060209a9278593519f73ba763e67f7aa219a732;hp=b203cc88ddbc4f4fd4d968925d91349551fc6006;hpb=38491d9c6515eafd97d881cab0420652f07d92a5;p=oweals%2Fu-boot.git diff --git a/include/axp_pmic.h b/include/axp_pmic.h index b203cc88dd..10091d0bb2 100644 --- a/include/axp_pmic.h +++ b/include/axp_pmic.h @@ -1,9 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2015 Hans de Goede * * X-Powers AX Power Management IC support header - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _AXP_PMIC_H_ @@ -16,6 +15,9 @@ #ifdef CONFIG_AXP221_POWER #include #endif +#ifdef CONFIG_AXP809_POWER +#include +#endif #ifdef CONFIG_AXP818_POWER #include #endif @@ -32,6 +34,7 @@ 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);