]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/i2c/twl4030.h
twl: create regulator devices
[linux-2.6-omap-h63xx.git] / include / linux / i2c / twl4030.h
index c924cacde405a7abcc5ae80a9044ac67897386ab..f60a0d8f57d7fcbdee16b481954e601d73e56cde 100644 (file)
@@ -345,6 +345,18 @@ struct twl4030_platform_data {
        struct twl4030_usb_data                 *usb;
        struct twl4030_power_data               *power;
 
+       /* LDO regulators */
+       struct regulator_init_data              *vdac;
+       struct regulator_init_data              *vpll1;
+       struct regulator_init_data              *vpll2;
+       struct regulator_init_data              *vmmc1;
+       struct regulator_init_data              *vmmc2;
+       struct regulator_init_data              *vsim;
+       struct regulator_init_data              *vaux1;
+       struct regulator_init_data              *vaux2;
+       struct regulator_init_data              *vaux3;
+       struct regulator_init_data              *vaux4;
+
        /* REVISIT more to come ... _nothing_ should be hard-wired */
 };