Merge branch 'armsoc/fix' of git://github.com/hzhuang1/linux into next/fixes-non-critical
From Haojian Zhuang: * 'armsoc/fix' of git://github.com/hzhuang1/linux: ARM: pxa: add dummy SA1100 rtc clock in pxa25x
This commit is contained in:
commit
6cc96ddb7e
|
@ -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 =
|
||||||
|
|
Loading…
Reference in New Issue