diff options
Diffstat (limited to 'arch/arm/mach-msm')
-rw-r--r-- | arch/arm/mach-msm/board-halibut.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-msm/board-mahimahi.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-msm/board-msm7x27.c | 8 | ||||
-rw-r--r-- | arch/arm/mach-msm/board-msm7x30.c | 6 | ||||
-rw-r--r-- | arch/arm/mach-msm/board-qsd8x50.c | 4 | ||||
-rw-r--r-- | arch/arm/mach-msm/board-sapphire.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-msm/board-trout.c | 2 |
7 files changed, 0 insertions, 26 deletions
diff --git a/arch/arm/mach-msm/board-halibut.c b/arch/arm/mach-msm/board-halibut.c index 7bd72e8f127e..59edecbe126c 100644 --- a/arch/arm/mach-msm/board-halibut.c +++ b/arch/arm/mach-msm/board-halibut.c | |||
@@ -95,8 +95,6 @@ static void __init halibut_map_io(void) | |||
95 | 95 | ||
96 | MACHINE_START(HALIBUT, "Halibut Board (QCT SURF7200A)") | 96 | MACHINE_START(HALIBUT, "Halibut Board (QCT SURF7200A)") |
97 | #ifdef CONFIG_MSM_DEBUG_UART | 97 | #ifdef CONFIG_MSM_DEBUG_UART |
98 | .phys_io = MSM_DEBUG_UART_PHYS, | ||
99 | .io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc, | ||
100 | #endif | 98 | #endif |
101 | .boot_params = 0x10000100, | 99 | .boot_params = 0x10000100, |
102 | .fixup = halibut_fixup, | 100 | .fixup = halibut_fixup, |
diff --git a/arch/arm/mach-msm/board-mahimahi.c b/arch/arm/mach-msm/board-mahimahi.c index bcbefdfe7b5e..ef3ebf2f763b 100644 --- a/arch/arm/mach-msm/board-mahimahi.c +++ b/arch/arm/mach-msm/board-mahimahi.c | |||
@@ -75,8 +75,6 @@ extern struct sys_timer msm_timer; | |||
75 | 75 | ||
76 | MACHINE_START(MAHIMAHI, "mahimahi") | 76 | MACHINE_START(MAHIMAHI, "mahimahi") |
77 | #ifdef CONFIG_MSM_DEBUG_UART | 77 | #ifdef CONFIG_MSM_DEBUG_UART |
78 | .phys_io = MSM_DEBUG_UART_PHYS, | ||
79 | .io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc, | ||
80 | #endif | 78 | #endif |
81 | .boot_params = 0x20000100, | 79 | .boot_params = 0x20000100, |
82 | .fixup = mahimahi_fixup, | 80 | .fixup = mahimahi_fixup, |
diff --git a/arch/arm/mach-msm/board-msm7x27.c b/arch/arm/mach-msm/board-msm7x27.c index db9381b85bf0..e7a76eff57d9 100644 --- a/arch/arm/mach-msm/board-msm7x27.c +++ b/arch/arm/mach-msm/board-msm7x27.c | |||
@@ -131,8 +131,6 @@ static void __init msm7x2x_map_io(void) | |||
131 | 131 | ||
132 | MACHINE_START(MSM7X27_SURF, "QCT MSM7x27 SURF") | 132 | MACHINE_START(MSM7X27_SURF, "QCT MSM7x27 SURF") |
133 | #ifdef CONFIG_MSM_DEBUG_UART | 133 | #ifdef CONFIG_MSM_DEBUG_UART |
134 | .phys_io = MSM_DEBUG_UART_PHYS, | ||
135 | .io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc, | ||
136 | #endif | 134 | #endif |
137 | .boot_params = PHYS_OFFSET + 0x100, | 135 | .boot_params = PHYS_OFFSET + 0x100, |
138 | .map_io = msm7x2x_map_io, | 136 | .map_io = msm7x2x_map_io, |
@@ -143,8 +141,6 @@ MACHINE_END | |||
143 | 141 | ||
144 | MACHINE_START(MSM7X27_FFA, "QCT MSM7x27 FFA") | 142 | MACHINE_START(MSM7X27_FFA, "QCT MSM7x27 FFA") |
145 | #ifdef CONFIG_MSM_DEBUG_UART | 143 | #ifdef CONFIG_MSM_DEBUG_UART |
146 | .phys_io = MSM_DEBUG_UART_PHYS, | ||
147 | .io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc, | ||
148 | #endif | 144 | #endif |
149 | .boot_params = PHYS_OFFSET + 0x100, | 145 | .boot_params = PHYS_OFFSET + 0x100, |
150 | .map_io = msm7x2x_map_io, | 146 | .map_io = msm7x2x_map_io, |
@@ -155,8 +151,6 @@ MACHINE_END | |||
155 | 151 | ||
156 | MACHINE_START(MSM7X25_SURF, "QCT MSM7x25 SURF") | 152 | MACHINE_START(MSM7X25_SURF, "QCT MSM7x25 SURF") |
157 | #ifdef CONFIG_MSM_DEBUG_UART | 153 | #ifdef CONFIG_MSM_DEBUG_UART |
158 | .phys_io = MSM_DEBUG_UART_PHYS, | ||
159 | .io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc, | ||
160 | #endif | 154 | #endif |
161 | .boot_params = PHYS_OFFSET + 0x100, | 155 | .boot_params = PHYS_OFFSET + 0x100, |
162 | .map_io = msm7x2x_map_io, | 156 | .map_io = msm7x2x_map_io, |
@@ -167,8 +161,6 @@ MACHINE_END | |||
167 | 161 | ||
168 | MACHINE_START(MSM7X25_FFA, "QCT MSM7x25 FFA") | 162 | MACHINE_START(MSM7X25_FFA, "QCT MSM7x25 FFA") |
169 | #ifdef CONFIG_MSM_DEBUG_UART | 163 | #ifdef CONFIG_MSM_DEBUG_UART |
170 | .phys_io = MSM_DEBUG_UART_PHYS, | ||
171 | .io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc, | ||
172 | #endif | 164 | #endif |
173 | .boot_params = PHYS_OFFSET + 0x100, | 165 | .boot_params = PHYS_OFFSET + 0x100, |
174 | .map_io = msm7x2x_map_io, | 166 | .map_io = msm7x2x_map_io, |
diff --git a/arch/arm/mach-msm/board-msm7x30.c b/arch/arm/mach-msm/board-msm7x30.c index 76d5a22a6984..05241df3f9b6 100644 --- a/arch/arm/mach-msm/board-msm7x30.c +++ b/arch/arm/mach-msm/board-msm7x30.c | |||
@@ -64,8 +64,6 @@ static void __init msm7x30_map_io(void) | |||
64 | 64 | ||
65 | MACHINE_START(MSM7X30_SURF, "QCT MSM7X30 SURF") | 65 | MACHINE_START(MSM7X30_SURF, "QCT MSM7X30 SURF") |
66 | #ifdef CONFIG_MSM_DEBUG_UART | 66 | #ifdef CONFIG_MSM_DEBUG_UART |
67 | .phys_io = MSM_DEBUG_UART_PHYS, | ||
68 | .io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc, | ||
69 | #endif | 67 | #endif |
70 | .boot_params = PHYS_OFFSET + 0x100, | 68 | .boot_params = PHYS_OFFSET + 0x100, |
71 | .map_io = msm7x30_map_io, | 69 | .map_io = msm7x30_map_io, |
@@ -76,8 +74,6 @@ MACHINE_END | |||
76 | 74 | ||
77 | MACHINE_START(MSM7X30_FFA, "QCT MSM7X30 FFA") | 75 | MACHINE_START(MSM7X30_FFA, "QCT MSM7X30 FFA") |
78 | #ifdef CONFIG_MSM_DEBUG_UART | 76 | #ifdef CONFIG_MSM_DEBUG_UART |
79 | .phys_io = MSM_DEBUG_UART_PHYS, | ||
80 | .io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc, | ||
81 | #endif | 77 | #endif |
82 | .boot_params = PHYS_OFFSET + 0x100, | 78 | .boot_params = PHYS_OFFSET + 0x100, |
83 | .map_io = msm7x30_map_io, | 79 | .map_io = msm7x30_map_io, |
@@ -88,8 +84,6 @@ MACHINE_END | |||
88 | 84 | ||
89 | MACHINE_START(MSM7X30_FLUID, "QCT MSM7X30 FLUID") | 85 | MACHINE_START(MSM7X30_FLUID, "QCT MSM7X30 FLUID") |
90 | #ifdef CONFIG_MSM_DEBUG_UART | 86 | #ifdef CONFIG_MSM_DEBUG_UART |
91 | .phys_io = MSM_DEBUG_UART_PHYS, | ||
92 | .io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc, | ||
93 | #endif | 87 | #endif |
94 | .boot_params = PHYS_OFFSET + 0x100, | 88 | .boot_params = PHYS_OFFSET + 0x100, |
95 | .map_io = msm7x30_map_io, | 89 | .map_io = msm7x30_map_io, |
diff --git a/arch/arm/mach-msm/board-qsd8x50.c b/arch/arm/mach-msm/board-qsd8x50.c index d5d5e441a52d..ed2af4ad97ed 100644 --- a/arch/arm/mach-msm/board-qsd8x50.c +++ b/arch/arm/mach-msm/board-qsd8x50.c | |||
@@ -98,8 +98,6 @@ static void __init qsd8x50_init(void) | |||
98 | 98 | ||
99 | MACHINE_START(QSD8X50_SURF, "QCT QSD8X50 SURF") | 99 | MACHINE_START(QSD8X50_SURF, "QCT QSD8X50 SURF") |
100 | #ifdef CONFIG_MSM_DEBUG_UART | 100 | #ifdef CONFIG_MSM_DEBUG_UART |
101 | .phys_io = MSM_DEBUG_UART_PHYS, | ||
102 | .io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc, | ||
103 | #endif | 101 | #endif |
104 | .boot_params = PHYS_OFFSET + 0x100, | 102 | .boot_params = PHYS_OFFSET + 0x100, |
105 | .map_io = qsd8x50_map_io, | 103 | .map_io = qsd8x50_map_io, |
@@ -110,8 +108,6 @@ MACHINE_END | |||
110 | 108 | ||
111 | MACHINE_START(QSD8X50A_ST1_5, "QCT QSD8X50A ST1.5") | 109 | MACHINE_START(QSD8X50A_ST1_5, "QCT QSD8X50A ST1.5") |
112 | #ifdef CONFIG_MSM_DEBUG_UART | 110 | #ifdef CONFIG_MSM_DEBUG_UART |
113 | .phys_io = MSM_DEBUG_UART_PHYS, | ||
114 | .io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc, | ||
115 | #endif | 111 | #endif |
116 | .boot_params = PHYS_OFFSET + 0x100, | 112 | .boot_params = PHYS_OFFSET + 0x100, |
117 | .map_io = qsd8x50_map_io, | 113 | .map_io = qsd8x50_map_io, |
diff --git a/arch/arm/mach-msm/board-sapphire.c b/arch/arm/mach-msm/board-sapphire.c index 2bc1b9d5623e..8919ffb17196 100644 --- a/arch/arm/mach-msm/board-sapphire.c +++ b/arch/arm/mach-msm/board-sapphire.c | |||
@@ -106,8 +106,6 @@ static void __init sapphire_map_io(void) | |||
106 | MACHINE_START(SAPPHIRE, "sapphire") | 106 | MACHINE_START(SAPPHIRE, "sapphire") |
107 | /* Maintainer: Brian Swetland <swetland@google.com> */ | 107 | /* Maintainer: Brian Swetland <swetland@google.com> */ |
108 | #ifdef CONFIG_MSM_DEBUG_UART | 108 | #ifdef CONFIG_MSM_DEBUG_UART |
109 | .phys_io = MSM_DEBUG_UART_PHYS, | ||
110 | .io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc, | ||
111 | #endif | 109 | #endif |
112 | .boot_params = PHYS_OFFSET + 0x100, | 110 | .boot_params = PHYS_OFFSET + 0x100, |
113 | .fixup = sapphire_fixup, | 111 | .fixup = sapphire_fixup, |
diff --git a/arch/arm/mach-msm/board-trout.c b/arch/arm/mach-msm/board-trout.c index 469e0be3499d..73f146066542 100644 --- a/arch/arm/mach-msm/board-trout.c +++ b/arch/arm/mach-msm/board-trout.c | |||
@@ -93,8 +93,6 @@ static void __init trout_map_io(void) | |||
93 | 93 | ||
94 | MACHINE_START(TROUT, "HTC Dream") | 94 | MACHINE_START(TROUT, "HTC Dream") |
95 | #ifdef CONFIG_MSM_DEBUG_UART | 95 | #ifdef CONFIG_MSM_DEBUG_UART |
96 | .phys_io = MSM_DEBUG_UART_PHYS, | ||
97 | .io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc, | ||
98 | #endif | 96 | #endif |
99 | .boot_params = 0x10000100, | 97 | .boot_params = 0x10000100, |
100 | .fixup = trout_fixup, | 98 | .fixup = trout_fixup, |