X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Faxp_pmic.h;h=10091d0bb278ce275cbe6b17ab4135f4a452cc19;hb=696f02d99b41190786b17ad28316a0cd45792c2c;hp=0f146835091b2784949c6f404c97b6a644528597;hpb=3517a27ddb1d12154e263a4f0bf91b4b76c21536;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/axp_pmic.h b/include/axp_pmic.h index 0f14683..10091d0 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 @@ -31,6 +33,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);