
On Feb 4, 2011, at 2:41 PM, Kumar Gala wrote:
From: Haiying Wang Haiying.Wang@freescale.com
There are some differences between CoreNet (P2040, P3041, P5020, P4080) and and non-CoreNet (P1017, P1023) based SoCs in what features exist and the memory maps.
- Rename various immap defines to remove _CORENET_ if they are shared
- Added P1023/P1017 specific memory offsets
- Only setup LIODNs or LIODN related code on CORENET based SoCs
(features doesn't exist on P1023/P1017)
Signed-off-by: Haiying Wang Haiying.Wang@freescale.com Signed-off-by: Kumar Gala galak@kernel.crashing.org
arch/powerpc/cpu/mpc85xx/Makefile | 2 +- arch/powerpc/cpu/mpc85xx/portals.c | 32 +++++++++++++++++++++++--------- arch/powerpc/cpu/mpc85xx/speed.c | 7 +++++++ arch/powerpc/include/asm/fsl_liodn.h | 10 +++++----- arch/powerpc/include/asm/immap_85xx.h | 12 ++++++------ include/configs/corenet_ds.h | 1 + 6 files changed, 43 insertions(+), 21 deletions(-)
applied to 85xx next
- k