linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: tegra: Implement 6395/1 for Tegra
@ 2012-11-14 14:27 Peter De Schrijver
  2012-11-14 17:00 ` Sergei Shtylyov
  2012-11-14 20:54 ` Stephen Warren
  0 siblings, 2 replies; 3+ messages in thread
From: Peter De Schrijver @ 2012-11-14 14:27 UTC (permalink / raw)
  To: pdeschrijver
  Cc: Stephen Warren, Russell King, linux-tegra, linux-arm-kernel,
	linux-kernel

This patch implements ARM linux patch 6395/1 for Tegra. See commit
1a8e41cd672f894bbd74874eac601e6cedf838fb for details.

Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com>
---
 arch/arm/mach-tegra/common.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-tegra/common.c b/arch/arm/mach-tegra/common.c
index e635abb..0816562 100644
--- a/arch/arm/mach-tegra/common.c
+++ b/arch/arm/mach-tegra/common.c
@@ -125,7 +125,7 @@ static void __init tegra_init_cache(void)
 
 	cache_type = readl(p + L2X0_CACHE_TYPE);
 	aux_ctrl = (cache_type & 0x700) << (17-8);
-	aux_ctrl |= 0x7C000001;
+	aux_ctrl |= 0x7C400001;
 
 	ret = l2x0_of_init(aux_ctrl, 0x8200c3fe);
 	if (!ret)
-- 
1.7.7.rc0.72.g4b5ea.dirty


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-11-14 20:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-14 14:27 [PATCH] ARM: tegra: Implement 6395/1 for Tegra Peter De Schrijver
2012-11-14 17:00 ` Sergei Shtylyov
2012-11-14 20:54 ` Stephen Warren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).