Newer
Older
barebox / include / asm-arm / arch-imx / pmic.h
@Sascha Hauer Sascha Hauer on 14 Mar 2008 351 bytes first (partly) running spi support
#ifndef __ASM_ARCH_PMIC_H
#define __ASM_ARCH_PMIC_H

/* The only function the PMIC driver currently exports. It's purpose
 * is to adjust the switchers to 1.45V in order to speed up the CPU
 * to 400MHz. This is probably board dependent, so we have to think
 * about a proper API for the PMIC
 */
int pmic_power(void);

#endif /* __ASM_ARCH_PMIC_H */