]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
3430ES2 clock: separate 3430ES1/3430ES2 rates in clock code
authorPaul Walmsley <paul@pwsan.com>
Fri, 25 Jan 2008 08:20:07 +0000 (01:20 -0700)
committerTony Lindgren <tony@atomide.com>
Fri, 25 Jan 2008 22:48:29 +0000 (14:48 -0800)
commit6b6d79538c19b7746406c373fc2c555efff27b2e
treed0938773b7d89ee46bb27176a31c7ce6a771864a
parent3cc18b4107fcdcfec69ff03f89438ccab6cebefc
3430ES2 clock: separate 3430ES1/3430ES2 rates in clock code

On the OMAP3430 architecture, some DPLL3 rates are only available on
3430ES2.  We wish to avoid inadvertently selecting these on 3430ES1.
So we need some way to mark these rates as being 3430ES2-only.  To do
so, add new rate flag RATE_IN_3430ES2, to be used for rates that only
exist on 3430ES2.  (I'm not aware of any 3430ES1-only rates, so, no
corresponding 3430ES1 flag is currently defined.)  RATE_IN_343X is
still present and used for rates which exist on all 343X-level
devices.  The current code assumes that production rates will be
identical to 3430ES2 rates, but this is easy enough to change if
necessary.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/clock34xx.c
arch/arm/mach-omap2/clock34xx.h
arch/arm/mach-omap2/cm_regbits_34xx.h
include/asm-arm/arch-omap/clock.h