[RAMEN9610-10507][9610] phy: phy driver is registered to no_callback functon
authorhwangjae lee <hj-yo.lee@samsung.com>
Tue, 8 Jan 2019 07:44:22 +0000 (16:44 +0900)
committerhskang <hs1218.kang@samsung.com>
Tue, 8 Jan 2019 09:02:49 +0000 (18:02 +0900)
PHY driver doesn't use callback function about pm_runtime. However PHY
driver isn't registered no_callback function. So fixed it.

Change-Id: I93d642d70bb7ef02f442743b209c0b3392aa3fd2
Signed-off-by: hwangjae lee <hj-yo.lee@samsung.com>
Signed-off-by: ChiHun Won <chihun.won@samsung.com>
drivers/phy/samsung/phy-exynos8895-mipi.c

index 9243abfb38cac41ec01042aefbc761e202cd7004..e7890a376565e393263fccb501f779f8e3fc883b 100644 (file)
@@ -411,6 +411,8 @@ static int exynos_mipi_phy_probe(struct platform_device *pdev)
                        return PTR_ERR(generic_phy);
                }
 
+               pm_runtime_no_callbacks(&generic_phy->dev);
+
                state->phys[i].index    = i;
                state->phys[i].phy      = generic_phy;
                state->phys[i].data     = phy_data;