aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/devices.c
diff options
context:
space:
mode:
authorEric Miao <eric.miao@marvell.com>2008-11-28 01:08:53 -0500
committerEric Miao <eric.miao@marvell.com>2008-12-02 01:42:38 -0500
commit02f652626a8f23e513877cb751c8ea533739c28f (patch)
tree5792357e6dfd9a3176d039a514caf00ea53b9088 /arch/arm/mach-pxa/devices.c
parentb31eca4f006c3efdd2dc501270172aa7ff8614b9 (diff)
[ARM] pxa: move UART register definitions into dedicated regs-uart.h
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'arch/arm/mach-pxa/devices.c')
-rw-r--r--arch/arm/mach-pxa/devices.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/arm/mach-pxa/devices.c b/arch/arm/mach-pxa/devices.c
index 541940b5d794..4db449258976 100644
--- a/arch/arm/mach-pxa/devices.c
+++ b/arch/arm/mach-pxa/devices.c
@@ -156,8 +156,8 @@ void __init set_pxa_fb_parent(struct device *parent_dev)
156 156
157static struct resource pxa_resource_ffuart[] = { 157static struct resource pxa_resource_ffuart[] = {
158 { 158 {
159 .start = __PREG(FFUART), 159 .start = 0x40100000,
160 .end = __PREG(FFUART) + 35, 160 .end = 0x40100023,
161 .flags = IORESOURCE_MEM, 161 .flags = IORESOURCE_MEM,
162 }, { 162 }, {
163 .start = IRQ_FFUART, 163 .start = IRQ_FFUART,
@@ -175,8 +175,8 @@ struct platform_device pxa_device_ffuart= {
175 175
176static struct resource pxa_resource_btuart[] = { 176static struct resource pxa_resource_btuart[] = {
177 { 177 {
178 .start = __PREG(BTUART), 178 .start = 0x40200000,
179 .end = __PREG(BTUART) + 35, 179 .end = 0x40200023,
180 .flags = IORESOURCE_MEM, 180 .flags = IORESOURCE_MEM,
181 }, { 181 }, {
182 .start = IRQ_BTUART, 182 .start = IRQ_BTUART,
@@ -194,8 +194,8 @@ struct platform_device pxa_device_btuart = {
194 194
195static struct resource pxa_resource_stuart[] = { 195static struct resource pxa_resource_stuart[] = {
196 { 196 {
197 .start = __PREG(STUART), 197 .start = 0x40700000,
198 .end = __PREG(STUART) + 35, 198 .end = 0x40700023,
199 .flags = IORESOURCE_MEM, 199 .flags = IORESOURCE_MEM,
200 }, { 200 }, {
201 .start = IRQ_STUART, 201 .start = IRQ_STUART,
@@ -213,8 +213,8 @@ struct platform_device pxa_device_stuart = {
213 213
214static struct resource pxa_resource_hwuart[] = { 214static struct resource pxa_resource_hwuart[] = {
215 { 215 {
216 .start = __PREG(HWUART), 216 .start = 0x41600000,
217 .end = __PREG(HWUART) + 47, 217 .end = 0x4160002F,
218 .flags = IORESOURCE_MEM, 218 .flags = IORESOURCE_MEM,
219 }, { 219 }, {
220 .start = IRQ_HWUART, 220 .start = IRQ_HWUART,