m68knommu: fix wrong register offsets used for ColdFire 5272 multi-function pins
authorGreg Ungerer <gerg@uclinux.org>
Fri, 14 Sep 2012 06:36:08 +0000 (16:36 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Thu, 27 Sep 2012 13:33:54 +0000 (23:33 +1000)
commit4fb62ededfc5021e7fa25cbc20f92003e148af27
treee38eb57e8c06ca02371cf29127adfe882c86b2c9
parent041a89a41993e6023f110bf0cbbda847173e795c
m68knommu: fix wrong register offsets used for ColdFire 5272 multi-function pins

The registers used to configure and set the multifunction pins on the 5272
ColdFire are defined as absolute addresses. So the use of them does not need
to be offset relative to the peripheral region address.

Fix two cases of incorrect usage of these addresses. Both affect UART
initialization, one in the common UART pin setup code, the other in the
NETtel board specific UART signal handling.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/include/asm/nettel.h
arch/m68k/platform/coldfire/m5272.c