
12 Dec
2012
12 Dec
'12
1:36 a.m.
On 12/11/2012 04:34 PM, Tom Warren wrote:
Common Tegra files are in arch-tegra, shared between T20 and T30. Tegra30-specific headers are in arch-tegra30. Note that some of these will be filled in as more T30 support is added (drivers, WB/LP0 support, etc.). A couple of Tegra20 files were changed to support common headers in arch-tegra, also.
diff --git a/arch/arm/include/asm/arch-tegra/tegra.h b/arch/arm/include/asm/arch-tegra/tegra.h
- TEGRA_SOC2_SLOW, /* T2x needs to run at slow clock initially */
I don't think that's used anywhere; drop it?
- TEGRA_SOC_COUNT,
- TEGRA_SOC_CNT,
A little arbitrary, but whatever.
Aside from that, this patch, Reviewed-by: Stephen Warren swarren@nvidia.com