powerpc/mpc512x: add MPC5125 reset module support for system restart
authorMatteo Facchinetti <matteo.facchinetti@sirius-es.it>
Mon, 10 Jun 2013 08:13:52 +0000 (10:13 +0200)
committerAnatolij Gustschin <agust@denx.de>
Mon, 24 Jun 2013 19:36:49 +0000 (21:36 +0200)
commit0875a88e8569c2ca306f321018238bd1a3d7fd86
tree1839dcc50869a9570bf14cf0b6e41be526f0b3e2
parenta4f4124cf308275b4a2219d1e332dfc01d8bd6b7
powerpc/mpc512x: add MPC5125 reset module support for system restart

Only part of MPC5125 reset module is like as MPC5121.
In detail, RCWH register doesn't contain informations about:
- PCI arbiter
- NAND flash page size
- NAND flash port size

For this reason, in device tree, this module has a different name then
MPC5121 reset module but use the same "struct mpc512x_reset_module"
register definition and the same restart procedure.

Signed-off-by: Matteo Facchinetti <engineering@sirius-es.it>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
arch/powerpc/platforms/512x/mpc512x.h
arch/powerpc/platforms/512x/mpc512x_shared.c