]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/axp209.h
sunxi: Use CONFIG_MACH_SUN?I from Kconfig instead of CONFIG_SUN?I
[people/ms/u-boot.git] / include / axp209.h
CommitLineData
14bc66bd
HN
1/*
2 * (C) Copyright 2012 Henrik Nordstrom <henrik@henriknordstrom.net>
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7extern int axp209_set_dcdc2(int mvolt);
8extern int axp209_set_dcdc3(int mvolt);
9extern int axp209_set_ldo2(int mvolt);
10extern int axp209_set_ldo3(int mvolt);
11extern int axp209_set_ldo4(int mvolt);
12extern int axp209_init(void);
13extern int axp209_poweron_by_dc(void);
14extern int axp209_power_button(void);