[POWERPC] 86xx: mpc8610_hpcd: fix second serial port
authorAnton Vorontsov <avorontsov@ru.mvista.com>
Mon, 12 May 2008 12:35:33 +0000 (16:35 +0400)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 13 May 2008 13:53:48 +0000 (08:53 -0500)
commitf637ef8ea07d529418294a8e65e1be5b8db13454
tree682fd5aa141a4fb3e39276de6e7a632bd942cd0a
parent34b4a8731f50fb6fe772f1e47432bfb1da1f4edd
[POWERPC] 86xx: mpc8610_hpcd: fix second serial port

DIU platform code should not just write to the PIXIS' BRDCFG0 register,
it should set and clear its own bits only, otherwise it will break
firmware setup (in fact it breaks second uart).

Also get rid of magic numbers in the related code.

Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/platforms/86xx/mpc8610_hpcd.c