summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1/clock.c
diff options
context:
space:
mode:
authorVladimir Ananiev2006-12-11 22:30:21 +0100
committerTony Lindgren2007-03-02 10:47:12 +0100
commit99c658a6c018a88b336dbd54d2e552db85348894 (patch)
treef70dddad6ede4704f8868fd6ec9de7d2877af234 /arch/arm/mach-omap1/clock.c
parentARM: OMAP: Add missing includes to board-nokia770 (diff)
downloadkernel-qcow2-linux-99c658a6c018a88b336dbd54d2e552db85348894.tar.gz
kernel-qcow2-linux-99c658a6c018a88b336dbd54d2e552db85348894.tar.xz
kernel-qcow2-linux-99c658a6c018a88b336dbd54d2e552db85348894.zip
ARM: OMAP: omap1510->15xx conversions needed for sx1
Convert 1510->15xx in generic omap code, so that sx1 can work. Signed-off-by: Pavel Machek <pavel@suse.cz> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/clock.c')
-rw-r--r--arch/arm/mach-omap1/clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/clock.c b/arch/arm/mach-omap1/clock.c
index b67ba34c5636..f625f6dd228a 100644
--- a/arch/arm/mach-omap1/clock.c
+++ b/arch/arm/mach-omap1/clock.c
@@ -691,7 +691,7 @@ int __init omap1_clk_init(void)
info = omap_get_config(OMAP_TAG_CLOCK, struct omap_clock_config);
if (info != NULL) {
- if (!cpu_is_omap1510())
+ if (!cpu_is_omap15xx())
crystal_type = info->system_clock_type;
}