Add MPC5125 SoC in mpc512x family.

Inconvenient of MPC5125 SoC is to have differences in certain register
access between the others in the same family.

This patches add MPC5125 SoC unless adding configuration macro but
using general MPC512x kernel configuration.

Tested on Freescale MPC5125 tower system evaluation board.


Matteo Facchinetti (3):
  powerpc/512x: move mpc5121_generic platform to mpc512x_generic.
  serial/mpc52xx_uart: add PSC UART support for MPC5125 platforms.
  powerpc/mpc512x: add platform code for MPC5125.

 arch/powerpc/boot/dts/mpc5125twr.dts               |  238 ++++++++++++
 arch/powerpc/configs/mpc512x_defconfig             |    2 +-
 arch/powerpc/include/asm/mpc52xx_psc.h             |   49 +++
 arch/powerpc/platforms/512x/Kconfig                |    8 +-
 arch/powerpc/platforms/512x/Makefile               |    2 +-
 arch/powerpc/platforms/512x/clock.c                |    9 +-
 arch/powerpc/platforms/512x/mpc512x.h              |    1 +
 .../512x/{mpc5121_generic.c => mpc512x_generic.c}  |    1 +
 arch/powerpc/platforms/512x/mpc512x_shared.c       |   24 +-
 drivers/tty/serial/mpc52xx_uart.c                  |  407 ++++++++++++++++++--
 10 files changed, 691 insertions(+), 50 deletions(-)
 create mode 100644 arch/powerpc/boot/dts/mpc5125twr.dts
 rename arch/powerpc/platforms/512x/{mpc5121_generic.c => mpc512x_generic.c} 
(98%)

-- 
1.7.10.4

_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Reply via email to