]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/axp152.h
arc: hard-code CONFIG_ARCH_EARLY_INIT_R in asm/config.h
[people/ms/u-boot.git] / include / axp152.h
CommitLineData
24289208
HG
1/*
2 * (C) Copyright 2012 Henrik Nordstrom <henrik@henriknordstrom.net>
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6int axp152_set_dcdc2(int mvolt);
7int axp152_set_dcdc3(int mvolt);
8int axp152_set_dcdc4(int mvolt);
9int axp152_set_ldo2(int mvolt);
10int axp152_init(void);