diff options
Diffstat (limited to 'drivers/gpu/drm/msm/dsi/dsi.c')
-rw-r--r-- | drivers/gpu/drm/msm/dsi/dsi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/msm/dsi/dsi.c b/drivers/gpu/drm/msm/dsi/dsi.c index 6edcd6f57e70..ec572f8389ed 100644 --- a/drivers/gpu/drm/msm/dsi/dsi.c +++ b/drivers/gpu/drm/msm/dsi/dsi.c | |||
@@ -29,7 +29,7 @@ static int dsi_get_phy(struct msm_dsi *msm_dsi) | |||
29 | struct platform_device *phy_pdev; | 29 | struct platform_device *phy_pdev; |
30 | struct device_node *phy_node; | 30 | struct device_node *phy_node; |
31 | 31 | ||
32 | phy_node = of_parse_phandle(pdev->dev.of_node, "qcom,dsi-phy", 0); | 32 | phy_node = of_parse_phandle(pdev->dev.of_node, "phys", 0); |
33 | if (!phy_node) { | 33 | if (!phy_node) { |
34 | dev_err(&pdev->dev, "cannot find phy device\n"); | 34 | dev_err(&pdev->dev, "cannot find phy device\n"); |
35 | return -ENXIO; | 35 | return -ENXIO; |