* [PATCH] ARM: pxa: pxa25x.c: add dummy SA1100 rtc clock
@ 2012-11-23 0:03 Andrea Adami
2012-11-23 0:38 ` Haojian Zhuang
0 siblings, 1 reply; 2+ messages in thread
From: Andrea Adami @ 2012-11-23 0:03 UTC (permalink / raw)
To: linux-arm-kernel
* fix failure seen on Zaurus corgi:
* sa1100-rtc sa1100-rtc: failed to find rtc clock source
* sa1100-rtc: probe of sa1100-rtc failed with error -2
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
---
arch/arm/mach-pxa/pxa25x.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-pxa/pxa25x.c b/arch/arm/mach-pxa/pxa25x.c
index 3352b37..0f05671 100644
--- a/arch/arm/mach-pxa/pxa25x.c
+++ b/arch/arm/mach-pxa/pxa25x.c
@@ -209,6 +209,7 @@ static struct clk_lookup pxa25x_clkregs[] = {
INIT_CLKREG(&clk_pxa25x_gpio12, NULL, "GPIO12_CLK"),
INIT_CLKREG(&clk_pxa25x_mem, "pxa2xx-pcmcia", NULL),
INIT_CLKREG(&clk_dummy, "pxa-gpio", NULL),
+ INIT_CLKREG(&clk_dummy, "sa1100-rtc", NULL),
};
static struct clk_lookup pxa25x_hwuart_clkreg =
--
1.7.8.6
^ permalink raw reply related [flat|nested] 2+ messages in thread* [PATCH] ARM: pxa: pxa25x.c: add dummy SA1100 rtc clock
2012-11-23 0:03 [PATCH] ARM: pxa: pxa25x.c: add dummy SA1100 rtc clock Andrea Adami
@ 2012-11-23 0:38 ` Haojian Zhuang
0 siblings, 0 replies; 2+ messages in thread
From: Haojian Zhuang @ 2012-11-23 0:38 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Nov 23, 2012 at 8:03 AM, Andrea Adami <andrea.adami@gmail.com> wrote:
> * fix failure seen on Zaurus corgi:
> * sa1100-rtc sa1100-rtc: failed to find rtc clock source
> * sa1100-rtc: probe of sa1100-rtc failed with error -2
>
> Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
> ---
> arch/arm/mach-pxa/pxa25x.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-pxa/pxa25x.c b/arch/arm/mach-pxa/pxa25x.c
> index 3352b37..0f05671 100644
> --- a/arch/arm/mach-pxa/pxa25x.c
> +++ b/arch/arm/mach-pxa/pxa25x.c
> @@ -209,6 +209,7 @@ static struct clk_lookup pxa25x_clkregs[] = {
> INIT_CLKREG(&clk_pxa25x_gpio12, NULL, "GPIO12_CLK"),
> INIT_CLKREG(&clk_pxa25x_mem, "pxa2xx-pcmcia", NULL),
> INIT_CLKREG(&clk_dummy, "pxa-gpio", NULL),
> + INIT_CLKREG(&clk_dummy, "sa1100-rtc", NULL),
> };
>
> static struct clk_lookup pxa25x_hwuart_clkreg =
> --
> 1.7.8.6
>
Acked & Applied
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-11-23 0:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-23 0:03 [PATCH] ARM: pxa: pxa25x.c: add dummy SA1100 rtc clock Andrea Adami
2012-11-23 0:38 ` Haojian Zhuang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).