OMAP1 clock: Add missing clocks for OMAP 7xx
authorCory Maccarrone <darkstar6262@gmail.com>
Fri, 8 Jan 2010 22:23:10 +0000 (15:23 -0700)
committerPaul Walmsley <paul@pwsan.com>
Fri, 8 Jan 2010 22:23:10 +0000 (15:23 -0700)
commite8ae6b6e4dec43db4ae6fc67550fe63f16247667
treea06af857f187c8a6b95ced88a1a7dafc31ead3dc
parentd1e624982194e617b6f5c7d61305a3e8d9078952
OMAP1 clock: Add missing clocks for OMAP 7xx

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>
arch/arm/mach-omap1/clock_data.c