m68knommu: move ColdFire PIT timer base addresses
authorGreg Ungerer <gerg@uclinux.org>
Sat, 5 Mar 2011 13:32:35 +0000 (23:32 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Tue, 15 Mar 2011 11:01:54 +0000 (21:01 +1000)
commitf317c71a2f3dcdae26055e6dd390d06c5efe5795
tree8fa8118737363a72b4cffd13ae38d083bee9ef89
parentcdfc243e7df1b3abba2c6aa35eba89f59b46219e
m68knommu: move ColdFire PIT timer base addresses

The PIT hardware timer module used in some ColdFire CPU's is not always
addressed relative to an IPSBAR register. Parts like the ColdFire 5207 and
5208 have fixed peripheral addresses. So lets not define the register
addresses of the PIT relative to an IPSBAR definition. Move the base
address definitions into the per-part headers. This is a lot more consistent
since all the other peripheral base addresses are defined in the per-part
header files already.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/include/asm/m520xsim.h
arch/m68k/include/asm/m523xsim.h
arch/m68k/include/asm/m527xsim.h
arch/m68k/include/asm/m528xsim.h
arch/m68k/include/asm/mcfpit.h
arch/m68knommu/platform/coldfire/pit.c
This page took 0.026911 seconds and 5 git commands to generate.