[PATCH 7/7] driver: video: msm: change mddi clock name to pmdh_clk

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

Signed-off-by: Daniel Walker <dwalker@xxxxxxxxxxxxxx>
---
 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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [Linux for Sparc]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux