diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2014-03-19 08:44:41 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2014-05-29 19:48:51 -0400 |
commit | 36bccb11a4ac7cc9d190c3062945f1c911a62801 (patch) | |
tree | 499ae758e459a3334a96ab82084c9fd15f5208ea /arch/arm/mach-shmobile/board-kzm9g.c | |
parent | 4374d64933b1d0f0ebbad064289ef44b869d77c1 (diff) |
ARM: l2c: remove platforms/SoCs setting early BRESP
Since we now automatically enable early BRESP in core L2C-310 code when
we detect a Cortex-A9, we don't need platforms/SoCs to set this bit
explicitly. Instead, they should seek to preserve the value of bit 30
in the auxiliary control register.
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-shmobile/board-kzm9g.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-kzm9g.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-shmobile/board-kzm9g.c b/arch/arm/mach-shmobile/board-kzm9g.c index 03dc3ac84502..ea9bf39fdc10 100644 --- a/arch/arm/mach-shmobile/board-kzm9g.c +++ b/arch/arm/mach-shmobile/board-kzm9g.c | |||
@@ -876,8 +876,8 @@ static void __init kzm_init(void) | |||
876 | gpio_request_one(223, GPIOF_IN, NULL); /* IRQ8 */ | 876 | gpio_request_one(223, GPIOF_IN, NULL); /* IRQ8 */ |
877 | 877 | ||
878 | #ifdef CONFIG_CACHE_L2X0 | 878 | #ifdef CONFIG_CACHE_L2X0 |
879 | /* Early BRESP enable, Shared attribute override enable, 64K*8way */ | 879 | /* Shared attribute override enable, 64K*8way */ |
880 | l2x0_init(IOMEM(0xf0100000), 0x40460000, 0x82000fff); | 880 | l2x0_init(IOMEM(0xf0100000), 0x00460000, 0xc2000fff); |
881 | #endif | 881 | #endif |
882 | 882 | ||
883 | i2c_register_board_info(0, i2c0_devices, ARRAY_SIZE(i2c0_devices)); | 883 | i2c_register_board_info(0, i2c0_devices, ARRAY_SIZE(i2c0_devices)); |