Update this driver to reflect clock name changes in the base architecture code.

Signed-off-by: Daniel Walker <[email protected]>
---
 drivers/video/msm/mddi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/video/msm/mddi.c b/drivers/video/msm/mddi.c
index 1192365..4e2b951 100644
--- a/drivers/video/msm/mddi.c
+++ b/drivers/video/msm/mddi.c
@@ -633,7 +633,7 @@ static int __init mddi_clk_setup(struct platform_device 
*pdev,
        int ret;
 
        /* set up the clocks */
-       mddi->clk = clk_get(&pdev->dev, "mddi_clk");
+       mddi->clk = clk_get(&pdev->dev, "pmdh_clk");
        if (IS_ERR(mddi->clk)) {
                printk(KERN_INFO "mddi: failed to get clock\n");
                return PTR_ERR(mddi->clk);
-- 
1.7.0.4

-- 
Sent by a consultant of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.
--
To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to