commit | 69d23b610a04e269d6a094e6f3e37d85d6b2784a | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@uclinux.org> | Sat Dec 24 00:43:13 2011 +1000 |
committer | Greg Ungerer <gerg@uclinux.org> | Mon Mar 05 09:43:06 2012 +1000 |
tree | 53c4ae523410ffe49504ac10500c5779b754a2e8 | |
parent | 35b7cf22c6b2481f7c425f30898214f73376834d [diff] |
m68knommu: make 5407 UART platform addressing consistent If we make all UART addressing consistent across all ColdFire family members then we will be able to remove the duplicated plaform data and use a single setup for all. So modify the ColdFire 5407 UART addressing so that: . UARTs are numbered from 0 up . base addresses are absolute (not relative to MBAR peripheral register) . use a common name for IRQs used Signed-off-by: Greg Ungerer <gerg@uclinux.org>