Re: [PATCH][v4] powerpc/85xx: Added P1020RDB Platform support.
From: Kumar Gala <hidden>
Date: 2009-11-05 13:30:26
On Sep 24, 2009, at 11:20 PM, Poonam Aggrwal wrote:
P1020 is another member of Freescale QorIQ series of processors. It is an e500 based dual core SOC. Being a scaled down version of P2020 it has following differences from P2020: - 533MHz - 800MHz core frequency. - 256Kbyte L2 cache - Ethernet controllers with classification capabilities(new controller).quoted
From board perspective P1020RDB is same as P2020RDB.* This code adds the basic basic platform support for P1020RDB. Signed-off-by: Poonam Aggrwal <redacted> --- - based on http://www.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git - branch->next - The patch does not contain ethernet support because P1020 contains new eTSEC controller. The support will be added in the later patches. - changes above v3-> minor change in a comment for localbus chipselects. PLEASE ignore the earlier patch mail with no subject. arch/powerpc/boot/dts/p1020rdb.dts | 477 ++++++++++++++++++++ +++++++++ arch/powerpc/platforms/85xx/mpc85xx_rdb.c | 24 ++ 2 files changed, 501 insertions(+), 0 deletions(-) create mode 100644 arch/powerpc/boot/dts/p1020rdb.dts
applied to next - k