mfd: twl-core: add a way to register dependent device
[pandora-kernel.git] / include / linux / i2c / twl.h
index f1a95c2..e335454 100644 (file)
@@ -754,6 +754,9 @@ struct twl4030_platform_data {
        struct regulator_init_data              *smps3;
        struct regulator_init_data              *smps4;
        struct regulator_init_data              *vio6025;
+
+       /* device that needs to probe early and after twl */
+       struct platform_device                  *dep_device;
 };
 
 struct twl_regulator_driver_data {