OMAP1 clock: Add missing clocks for OMAP 7xx
authorCory Maccarrone <darkstar6262@gmail.com>
Wed, 6 Jan 2010 20:15:48 +0000 (13:15 -0700)
committerpaul <paul@twilight.(none)>
Wed, 6 Jan 2010 20:15:48 +0000 (13:15 -0700)
This change adds in some missing clocks that were needed as a result
of 526505... (OMAP1 clock: convert mach-omap1/clock.h to
mach-omap1/clock_data.c).  Prior to this, it was just assumed that
these clocks existed for all devices, and it was used directly instead
of calling it out with a clock_get call or similar.  So, not having
the CK_7XX meant these clocks weren't being used anymore for omap 7xx
devices, which broke things badly.

Signed-off-by: Cory Maccarrone <darkstar6262@gmail.com>
[paul@pwsan.com: commit message edited]
Signed-off-by: Paul Walmsley <paul@pwsan.com>

No differences found