Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d90cb69d authored by Andrea Adami's avatar Andrea Adami Committed by Haojian Zhuang
Browse files

ARM: pxa: add dummy SA1100 rtc clock in pxa25x



* 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: default avatarAndrea Adami <andrea.adami@gmail.com>
Acked-by: default avatarHaojian Zhuang <haojian.zhuang@gmail.com>
parent 8757e168
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -209,6 +209,7 @@ static struct clk_lookup pxa25x_clkregs[] = {
	INIT_CLKREG(&clk_pxa25x_gpio12, NULL, "GPIO12_CLK"),
	INIT_CLKREG(&clk_pxa25x_gpio12, NULL, "GPIO12_CLK"),
	INIT_CLKREG(&clk_pxa25x_mem, "pxa2xx-pcmcia", NULL),
	INIT_CLKREG(&clk_pxa25x_mem, "pxa2xx-pcmcia", NULL),
	INIT_CLKREG(&clk_dummy, "pxa-gpio", NULL),
	INIT_CLKREG(&clk_dummy, "pxa-gpio", NULL),
	INIT_CLKREG(&clk_dummy, "sa1100-rtc", NULL),
};
};


static struct clk_lookup pxa25x_hwuart_clkreg =
static struct clk_lookup pxa25x_hwuart_clkreg =