diff options
author | Haojian Zhuang <haojian.zhuang@marvell.com> | 2010-11-23 22:54:19 -0500 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2010-12-18 08:02:14 -0500 |
commit | a4553358d94b4a1f3e6f24aacfd076022ac14855 (patch) | |
tree | 7d6d7909730801a6f512aa2a7f637353ce0931bf /arch/arm/mach-pxa/clock-pxa3xx.c | |
parent | aae8224ddd72e045bb92eaf6b73b89282c771c69 (diff) |
ARM: pxa: support pxa95x
The core of PXA955 is PJ4. Add new PJ4 support. And add new macro
CONFIG_PXA95x.
Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch/arm/mach-pxa/clock-pxa3xx.c')
-rw-r--r-- | arch/arm/mach-pxa/clock-pxa3xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/clock-pxa3xx.c b/arch/arm/mach-pxa/clock-pxa3xx.c index dd122d981752..25be4adf6f42 100644 --- a/arch/arm/mach-pxa/clock-pxa3xx.c +++ b/arch/arm/mach-pxa/clock-pxa3xx.c | |||
@@ -192,7 +192,7 @@ struct sysdev_class pxa3xx_clock_sysclass = { | |||
192 | 192 | ||
193 | static int __init pxa3xx_clock_init(void) | 193 | static int __init pxa3xx_clock_init(void) |
194 | { | 194 | { |
195 | if (cpu_is_pxa3xx()) | 195 | if (cpu_is_pxa3xx() || cpu_is_pxa95x()) |
196 | return sysdev_class_register(&pxa3xx_clock_sysclass); | 196 | return sysdev_class_register(&pxa3xx_clock_sysclass); |
197 | return 0; | 197 | return 0; |
198 | } | 198 | } |