]> git.karo-electronics.de Git - linux-beck.git/commitdiff
drm/msm/dsi: Use generic PHY bindings
authorArchit Taneja <architt@codeaurora.org>
Fri, 29 Apr 2016 12:34:47 +0000 (18:04 +0530)
committerRob Clark <robdclark@gmail.com>
Sat, 16 Jul 2016 14:08:47 +0000 (10:08 -0400)
The DSI host links to the DSI PHY device using a custom binding. Switch to
the generic PHY bindings. The DSI PHY driver itself doesn't use the common
PHY framework for now.

Signed-off-by: Archit Taneja <architt@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/dsi/dsi.c

index 6edcd6f57e70d4da4170f419d62fc5669a36ef29..ec572f8389edb86dea1850984c84260e53c17a29 100644 (file)
@@ -29,7 +29,7 @@ static int dsi_get_phy(struct msm_dsi *msm_dsi)
        struct platform_device *phy_pdev;
        struct device_node *phy_node;
 
-       phy_node = of_parse_phandle(pdev->dev.of_node, "qcom,dsi-phy", 0);
+       phy_node = of_parse_phandle(pdev->dev.of_node, "phys", 0);
        if (!phy_node) {
                dev_err(&pdev->dev, "cannot find phy device\n");
                return -ENXIO;