summaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-imx/pmic.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/arch-imx/pmic.h')
-rw-r--r--include/asm-arm/arch-imx/pmic.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/asm-arm/arch-imx/pmic.h b/include/asm-arm/arch-imx/pmic.h
new file mode 100644
index 0000000000..e9a951bd38
--- /dev/null
+++ b/include/asm-arm/arch-imx/pmic.h
@@ -0,0 +1,11 @@
+#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 */