diff options
author | Olof Johansson <olof@lixom.net> | 2012-11-06 09:48:05 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-11-06 09:48:05 -0500 |
commit | 3b19119b95a52200c8ae3df3aa89c21c9a1a8894 (patch) | |
tree | 3ae74b8a35b3d1f639a68c1690af1c06e14a1571 /arch/arm/mach-shmobile | |
parent | ccb1cfcb964fa8a8acd58b7783b2e82d7ad7975b (diff) | |
parent | e095c0d122c09efabe7d4136ce77f72c636c4879 (diff) |
Merge tag 'calxeda-ecx-2000' of git://sources.calxeda.com/kernel/linux into next/soc
Support for Calxeda ECX-2000 SOC from Rob Herring
* tag 'calxeda-ecx-2000' of git://sources.calxeda.com/kernel/linux:
ARM: highbank: Add initial ECX-2000 support
ARM: highbank: abstract out SCU usage
ARM: smp_twd: don't warn on no DT node
ARM: dts: Add Calxeda ECX-2000 support
ARM: highbank: enable coherent DMA for xgmac in dts
ARM: highbank: disable unused sdhci and gpio in dts
+ sync to Linux 3.7-rc3
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r-- | arch/arm/mach-shmobile/setup-r8a7779.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/setup-r8a7779.c b/arch/arm/mach-shmobile/setup-r8a7779.c index 63de5cb28e4a..7a1ad4f38539 100644 --- a/arch/arm/mach-shmobile/setup-r8a7779.c +++ b/arch/arm/mach-shmobile/setup-r8a7779.c | |||
@@ -324,7 +324,7 @@ void __init r8a7779_add_standard_devices(void) | |||
324 | { | 324 | { |
325 | #ifdef CONFIG_CACHE_L2X0 | 325 | #ifdef CONFIG_CACHE_L2X0 |
326 | /* Early BRESP enable, Shared attribute override enable, 64K*16way */ | 326 | /* Early BRESP enable, Shared attribute override enable, 64K*16way */ |
327 | l2x0_init((void __iomem __force *)(0xf0100000), 0x40470000, 0x82000fff); | 327 | l2x0_init(IOMEM(0xf0100000), 0x40470000, 0x82000fff); |
328 | #endif | 328 | #endif |
329 | r8a7779_pm_init(); | 329 | r8a7779_pm_init(); |
330 | 330 | ||