diff options
Diffstat (limited to 'arch/arm/mach-omap2/twl-common.h')
| -rw-r--r-- | arch/arm/mach-omap2/twl-common.h | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/twl-common.h b/arch/arm/mach-omap2/twl-common.h index 3b4b05d529b..5e83a5bd37f 100644 --- a/arch/arm/mach-omap2/twl-common.h +++ b/arch/arm/mach-omap2/twl-common.h @@ -21,6 +21,11 @@  #define TWL_COMMON_REGULATOR_VUSB	(1 << 9)  #define TWL_COMMON_REGULATOR_CLK32KG	(1 << 10) +/* TWL4030 LDO regulators */ +#define TWL_COMMON_REGULATOR_VPLL1	(1 << 4) +#define TWL_COMMON_REGULATOR_VPLL2	(1 << 5) + +  struct twl4030_platform_data;  void omap_pmic_init(int bus, u32 clkrate, const char *pmic_type, int pmic_irq,  |