aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-u300/core.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-u300/core.c b/arch/arm/mach-u300/core.c
index b4c6926a700c..ed9296796461 100644
--- a/arch/arm/mach-u300/core.c
+++ b/arch/arm/mach-u300/core.c
@@ -105,7 +105,7 @@ static struct amba_device uart0_device = {
105 .end = U300_UART0_BASE + SZ_4K - 1, 105 .end = U300_UART0_BASE + SZ_4K - 1,
106 .flags = IORESOURCE_MEM, 106 .flags = IORESOURCE_MEM,
107 }, 107 },
108 .irq = { IRQ_U300_UART0, NO_IRQ }, 108 .irq = { IRQ_U300_UART0 },
109}; 109};
110 110
111/* The U335 have an additional UART1 on the APP CPU */ 111/* The U335 have an additional UART1 on the APP CPU */
@@ -129,7 +129,7 @@ static struct amba_device uart1_device = {
129 .end = U300_UART1_BASE + SZ_4K - 1, 129 .end = U300_UART1_BASE + SZ_4K - 1,
130 .flags = IORESOURCE_MEM, 130 .flags = IORESOURCE_MEM,
131 }, 131 },
132 .irq = { IRQ_U300_UART1, NO_IRQ }, 132 .irq = { IRQ_U300_UART1 },
133}; 133};
134#endif 134#endif
135 135
@@ -160,7 +160,7 @@ static struct amba_device pl022_device = {
160 .end = U300_SPI_BASE + SZ_4K - 1, 160 .end = U300_SPI_BASE + SZ_4K - 1,
161 .flags = IORESOURCE_MEM, 161 .flags = IORESOURCE_MEM,
162 }, 162 },
163 .irq = {IRQ_U300_SPI, NO_IRQ }, 163 .irq = {IRQ_U300_SPI },
164 /* 164 /*
165 * This device has a DMA channel but the Linux driver does not use 165 * This device has a DMA channel but the Linux driver does not use
166 * it currently. 166 * it currently.