powerpc: mpc8xx: CPM parameter RAM can be anywhere
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Wed, 3 May 2023 08:31:19 +0000 (10:31 +0200)
committerChristophe Leroy <christophe.leroy@csgroup.eu>
Thu, 4 May 2023 08:58:07 +0000 (10:58 +0200)
commitfdd243d81bcf5e7fdc8cc7b5060c0c6ed60c5c81
tree7dae25d9ec0650e3e63544e843be1ae890ac43da
parent019b39b7366e5591949f6d41aeac474b632be704
powerpc: mpc8xx: CPM parameter RAM can be anywhere

With relocation, CPM parameter RAM can be anywhere in the
dual port RAM, so don't split dual port RAM.

Remove dparam and dparam16 members of struct comm_proc

PROFF_XXX become offsets from the start of dual port RAM,
then they are now consistant with the offsets in RPBASE
registers.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
arch/powerpc/cpu/mpc8xx/cpu.c
arch/powerpc/include/asm/cpm_8xx.h
arch/powerpc/include/asm/immap_8xx.h
drivers/serial/serial_mpc8xx.c
drivers/spi/mpc8xx_spi.c