diff options
author | Chen-Yu Tsai <wens@csie.org> | 2016-03-30 00:26:48 +0800 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2016-03-31 17:03:58 +0200 |
commit | 38491d9c6515eafd97d881cab0420652f07d92a5 (patch) | |
tree | 43c2174a8b6f4ecde4a85d96271b0ede5d57f20d /include/axp818.h | |
parent | 4c6a9ca103f953b6e5e6dfcd56fb558e61ca3c05 (diff) | |
download | u-boot-38491d9c6515eafd97d881cab0420652f07d92a5.tar.gz |
power: axp818: Add support for FLDOs
The FLDOs on AXP818 PMIC normally provide power to CPUS and USB HSIC PHY
on the A83T/H8.
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>
Diffstat (limited to 'include/axp818.h')
-rw-r--r-- | include/axp818.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/axp818.h b/include/axp818.h index b24c790383..5630eed04d 100644 --- a/include/axp818.h +++ b/include/axp818.h @@ -41,6 +41,7 @@ #define AXP818_ELDO3_CTRL 0x1b #define AXP818_FLDO1_CTRL 0x1c #define AXP818_FLDO2_3_CTRL 0x1d +#define AXP818_FLDO2_3_CTRL_FLDO3_VOL (1 << 4) #define AXP818_DCDC1_CTRL 0x20 #define AXP818_DCDC2_CTRL 0x21 #define AXP818_DCDC3_CTRL 0x22 |