]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/arm/mach-omap2/twl-common.h
OMAP3: Move common regulator configuration to twl-common
[karo-tx-linux.git] / arch / arm / mach-omap2 / twl-common.h
index 3b4b05d529baf7c9b343e97460ab790053be8e50..5e83a5bd37fb719dd06ea8deac01e0c3c2922e80 100644 (file)
 #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,