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

2008-02-02 Thread Dmitry Baryshkov
Signed-off-by: Dmitry Baryshkov <[EMAIL PROTECTED]>
---
 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 = >dev;
si->pdata = pdev->dev.platform_data;
 
-   si->sir_clk = clk_get(>dev, "UARTCLK");
+   si->sir_clk = clk_get(>dev, "SIRCLK");
si->fir_clk = clk_get(>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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2008-02-02 Thread Dmitry Baryshkov
Signed-off-by: Dmitry Baryshkov [EMAIL PROTECTED]
---
 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

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/