|
@@ -1,6 +1,8 @@
|
|
|
#ifndef __OMAP_PMIC_COMMON__
|
|
|
#define __OMAP_PMIC_COMMON__
|
|
|
|
|
|
+#include <plat/irqs.h>
|
|
|
+
|
|
|
#define TWL_COMMON_PDATA_USB (1 << 0)
|
|
|
#define TWL_COMMON_PDATA_BCI (1 << 1)
|
|
|
#define TWL_COMMON_PDATA_MADC (1 << 2)
|
|
@@ -30,6 +32,7 @@ struct twl4030_platform_data;
|
|
|
|
|
|
void omap_pmic_init(int bus, u32 clkrate, const char *pmic_type, int pmic_irq,
|
|
|
struct twl4030_platform_data *pmic_data);
|
|
|
+void omap_pmic_late_init(void);
|
|
|
|
|
|
static inline void omap2_pmic_init(const char *pmic_type,
|
|
|
struct twl4030_platform_data *pmic_data)
|