mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
phy: add suspend/resume in the ic+
Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
5c20a5c710
commit
dab1086362
1 changed files with 2 additions and 0 deletions
|
@ -116,6 +116,8 @@ static struct phy_driver ip175c_driver = {
|
|||
.config_init = &ip175c_config_init,
|
||||
.config_aneg = &ip175c_config_aneg,
|
||||
.read_status = &ip175c_read_status,
|
||||
.suspend = genphy_suspend,
|
||||
.resume = genphy_resume,
|
||||
.driver = { .owner = THIS_MODULE,},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue