diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-pxa/pxa25x.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-pxa/pxa25x.c b/arch/arm/mach-pxa/pxa25x.c index 4cd50e3005e9..90b441f5df5a 100644 --- a/arch/arm/mach-pxa/pxa25x.c +++ b/arch/arm/mach-pxa/pxa25x.c | |||
@@ -293,7 +293,7 @@ static int __init pxa25x_init(void) | |||
293 | int i, ret = 0; | 293 | int i, ret = 0; |
294 | 294 | ||
295 | /* Only add HWUART for PXA255/26x; PXA210/250/27x do not have it. */ | 295 | /* Only add HWUART for PXA255/26x; PXA210/250/27x do not have it. */ |
296 | if (cpu_is_pxa25x()) | 296 | if (cpu_is_pxa255()) |
297 | clks_register(&pxa25x_hwuart_clk, 1); | 297 | clks_register(&pxa25x_hwuart_clk, 1); |
298 | 298 | ||
299 | if (cpu_is_pxa21x() || cpu_is_pxa25x()) { | 299 | if (cpu_is_pxa21x() || cpu_is_pxa25x()) { |
@@ -317,7 +317,7 @@ static int __init pxa25x_init(void) | |||
317 | } | 317 | } |
318 | 318 | ||
319 | /* Only add HWUART for PXA255/26x; PXA210/250/27x do not have it. */ | 319 | /* Only add HWUART for PXA255/26x; PXA210/250/27x do not have it. */ |
320 | if (cpu_is_pxa25x()) | 320 | if (cpu_is_pxa255()) |
321 | ret = platform_device_register(&pxa_device_hwuart); | 321 | ret = platform_device_register(&pxa_device_hwuart); |
322 | 322 | ||
323 | clks_register(&gpio7_clk, 1); | 323 | clks_register(&gpio7_clk, 1); |