Fix ULI RTC support on MPC8544 DS
authorKumar Gala <galak@kernel.crashing.org>
Thu, 30 Aug 2007 21:18:18 +0000 (16:18 -0500)
committerAndrew Fleming-AFLEMING <afleming@freescale.com>
Tue, 4 Sep 2007 21:00:48 +0000 (16:00 -0500)
commit56a9270521baaa00e12639a978302a67f61ef060
tree2dcd364191afc051262f23ca58f0919e731b9de7
parentf75e89e9b5714db2b0e80074071dfbdd6f59488a
Fix ULI RTC support on MPC8544 DS

The RTC on the M1575 ULI chipset requires a dummy read before
we are able to talk to the RTC.  We accomplish this by adding a
second memory region to the PHB the ULI is on and read from it.

The second region is added to maintain compatiabilty with Linux's
view of the PCI memory map.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
board/freescale/mpc8544ds/init.S
board/freescale/mpc8544ds/mpc8544ds.c
include/configs/MPC8544DS.h