[PATCH 4/5] Use correct clock for IrDA on pxa

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <linux-kernel@...>
Date: Saturday, February 2, 2008 - 7:00 pm

Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
---
 drivers/net/irda/pxaficp_ir.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/irda/pxaficp_ir.c b/drivers/net/irda/pxaficp_ir.c
index 8c09344..36d2ec0 100644
--- a/drivers/net/irda/pxaficp_ir.c
+++ b/drivers/net/irda/pxaficp_ir.c
@@ -814,7 +814,7 @@ static int pxa_irda_probe(struct platform_device *pdev)
 	si->dev = &pdev->dev;
 	si->pdata = pdev->dev.platform_data;
 
-	si->sir_clk = clk_get(&pdev->dev, "UARTCLK");
+	si->sir_clk = clk_get(&pdev->dev, "SIRCLK");
 	si->fir_clk = clk_get(&pdev->dev, "FICPCLK");
 	if (IS_ERR(si->sir_clk) || IS_ERR(si->fir_clk)) {
 		err = PTR_ERR(IS_ERR(si->sir_clk) ? si->sir_clk : si->fir_clk);
-- 
1.5.3.8


-- 
With best wishes
Dmitry

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/5] Generic clocks framework, Dmitry Baryshkov, (Sat Feb 2, 6:54 pm)
[PATCH 5/5] Use clocklib for sa1100 sub-arch., Dmitry Baryshkov, (Sat Feb 2, 7:00 pm)
[PATCH 4/5] Use correct clock for IrDA on pxa, Dmitry Baryshkov, (Sat Feb 2, 7:00 pm)
[PATCH 3/5] Use clocklib for ARM pxa sub-arch., Dmitry Baryshkov, (Sat Feb 2, 7:00 pm)
[PATCH 1/5] Add generic framework for managing clocks., Dmitry Baryshkov, (Sat Feb 2, 7:00 pm)
[PATCH 2/5] Clocklib debugfs support, Dmitry Baryshkov, (Sat Feb 2, 6:59 pm)