diff options
Diffstat (limited to 'arch/arm/mach-msm/devices-msm7x00.c')
-rw-r--r-- | arch/arm/mach-msm/devices-msm7x00.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/devices-msm7x00.c b/arch/arm/mach-msm/devices-msm7x00.c index fb548a8a21d..2549fb23ee9 100644 --- a/arch/arm/mach-msm/devices-msm7x00.c +++ b/arch/arm/mach-msm/devices-msm7x00.c | |||
@@ -38,6 +38,7 @@ static struct resource resources_uart1[] = { | |||
38 | .start = MSM_UART1_PHYS, | 38 | .start = MSM_UART1_PHYS, |
39 | .end = MSM_UART1_PHYS + MSM_UART1_SIZE - 1, | 39 | .end = MSM_UART1_PHYS + MSM_UART1_SIZE - 1, |
40 | .flags = IORESOURCE_MEM, | 40 | .flags = IORESOURCE_MEM, |
41 | .name = "uart_resource" | ||
41 | }, | 42 | }, |
42 | }; | 43 | }; |
43 | 44 | ||
@@ -51,6 +52,7 @@ static struct resource resources_uart2[] = { | |||
51 | .start = MSM_UART2_PHYS, | 52 | .start = MSM_UART2_PHYS, |
52 | .end = MSM_UART2_PHYS + MSM_UART2_SIZE - 1, | 53 | .end = MSM_UART2_PHYS + MSM_UART2_SIZE - 1, |
53 | .flags = IORESOURCE_MEM, | 54 | .flags = IORESOURCE_MEM, |
55 | .name = "uart_resource" | ||
54 | }, | 56 | }, |
55 | }; | 57 | }; |
56 | 58 | ||
@@ -64,6 +66,7 @@ static struct resource resources_uart3[] = { | |||
64 | .start = MSM_UART3_PHYS, | 66 | .start = MSM_UART3_PHYS, |
65 | .end = MSM_UART3_PHYS + MSM_UART3_SIZE - 1, | 67 | .end = MSM_UART3_PHYS + MSM_UART3_SIZE - 1, |
66 | .flags = IORESOURCE_MEM, | 68 | .flags = IORESOURCE_MEM, |
69 | .name = "uart_resource" | ||
67 | }, | 70 | }, |
68 | }; | 71 | }; |
69 | 72 | ||