Merge tag 'iwlwifi-next-for-kalle-2014-12-30' of https://git.kernel.org/pub/scm/linux...
[cascardo/linux.git] / arch / arm / mach-sa1100 / clock.c
index 53f750d..03c75a8 100644 (file)
@@ -124,6 +124,8 @@ static struct clk_lookup sa11xx_clkregs[] = {
        CLKDEV_INIT("sa1100-rtc", NULL, NULL),
        CLKDEV_INIT("sa11x0-fb", NULL, &clk_cpu),
        CLKDEV_INIT("sa11x0-pcmcia", NULL, &clk_cpu),
+       /* sa1111 names devices using internal offsets, PCMCIA is at 0x1800 */
+       CLKDEV_INIT("1800", NULL, &clk_cpu),
 };
 
 static int __init sa11xx_clk_init(void)