From: Paul Walmsley Date: Wed, 16 Feb 2011 22:38:38 +0000 (-0700) Subject: OMAP2xxx: clock: fix low-frequency oscillator clock rate X-Git-Tag: v2.6.39-rc1~432^2~10^2~2^7~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f9cfd3a47a07c93ff00a1a4ca067ada87e4076a;p=pandora-kernel.git OMAP2xxx: clock: fix low-frequency oscillator clock rate The OMAP2420/2430 external 32-kHz low-frequency oscillator is a 32768 Hz oscillator, not a 32,000 Hz oscillator[1][2]. Fix this in the clock tree. Signed-off-by: Paul Walmsley 1. OMAP2420/22 Multimedia Processor Data Manual, Version P [SWPS019P], section 5.1.4 "External 32-kHz CMOS Clock" (note that it refers to a "32.768-kHz" clock; this presumably should be "32.768-KHz") 2. OMAP2430 Multimedia Processor ES2.1 Data Manual, Version V [SWPS023V], section 5.1.4 "External 32-kHz CMOS Clock" (note that it refers to a "32.768-kHz" clock; this presumably should be "32.768-KHz") --- Reading git-diff-tree failed