]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/karo/tx6/pmic.h
karo: merge with Ka-Ro specific tree for secure boot support
[karo-tx-uboot.git] / board / karo / tx6 / pmic.h
1 /*
2  * Copyright (C) 2014 Lothar Waßmann <LW@KARO-electronics.de>
3  *
4  * See file CREDITS for list of people who contributed to this
5  * project.
6  *
7  * This program is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU General Public License
9  * version 2 as published by the Free Software Foundation.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  * GNU General Public License for more details.
15  *
16  */
17
18 int ltc3676_pmic_setup(uchar addr);
19 int rn5t618_pmic_setup(uchar addr);
20 int rn5t567_pmic_setup(uchar addr);
21
22 int tx6_pmic_init(void);