commit | 118718905de6e32c11e09a8f41c7abff6155ba19 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Tue Mar 29 16:53:29 2011 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Tue May 24 22:11:48 2011 +0200 |
tree | 1edc391f526bc4021f1eb41ff71c645d75be71d6 | |
parent | 9f3c645c68a42083117bbfeaa9aadb053b494090 [diff] [blame] |
mach-ux500: make PRCMU base address dynamic This makes the PRCMU base address be selected at runtime for U8500 and U5500 instead of being compiled-in. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
diff --git a/arch/arm/mach-ux500/cpu.c b/arch/arm/mach-ux500/cpu.c index 5a43107..0190e0e 100644 --- a/arch/arm/mach-ux500/cpu.c +++ b/arch/arm/mach-ux500/cpu.c
@@ -23,6 +23,8 @@ #include "clock.h" +void __iomem *_PRCMU_BASE; + #ifdef CONFIG_CACHE_L2X0 static void __iomem *l2x0_base; #endif