[PATCH v2 7/8] arm/tegra: implement support for tegra30
From: pdeschrijver@nvidia.com (Peter De Schrijver)
Date: 2011-11-07 12:48:00
Also in:
linux-tegra, lkml
From: pdeschrijver@nvidia.com (Peter De Schrijver)
Date: 2011-11-07 12:48:00
Also in:
linux-tegra, lkml
On Fri, Nov 04, 2011 at 09:43:57PM +0100, Stephen Warren wrote:
Peter De Schrijver wrote at Wednesday, November 02, 2011 8:09 AM:quoted
Add support for tegra30 SoC. This includes a device tree compatible type for this SoC ("nvidia,tegra30") and adds L2 cache initialization for this new SoC. The clock framework is still missing, which prevents most drivers from working....quoted
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig...quoted
@@ -17,7 +14,18 @@ config ARCH_TEGRA_2x_SOC Support for NVIDIA Tegra AP20 and T20 processors, based on the ARM CortexA9MP CPU and the ARM PL310 L2 cache controller -endchoice +config ARCH_TEGRA_3x_SOCWasn't that config option already used earlier in the series, e.g. in [PATCH v2 6/8] arm/tegra: pinmux tables and definitions for tegra30.
It is. Is that a problem? Cheers, Peter.