]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit815349400308cc409db042f92317b560488004e5
treea06af857f187c8a6b95ced88a1a7dafc31ead3dc
parentf433253b0e53252aa937b6bfb7c08ef52ed9a658
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