|
@@ -600,6 +600,8 @@ struct twl4030_usb_data {
|
|
|
int (*phy_power)(struct device *dev, int iD, int on);
|
|
|
/* enable/disable phy clocks */
|
|
|
int (*phy_set_clock)(struct device *dev, int on);
|
|
|
+ /* suspend/resume of phy */
|
|
|
+ int (*phy_suspend)(struct device *dev, int suspend);
|
|
|
};
|
|
|
|
|
|
struct twl4030_ins {
|