From: Paul Walmsley Date: Wed, 19 May 2010 00:40:26 +0000 (-0600) Subject: OMAP3 clock: remove unnecessary duplicate of dpll4_m2_ck, added for 36xx X-Git-Tag: v2.6.35-rc1~456^2~1^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a9f5a4d455aa88a03dac1dca8f686e3c21fc1b2;p=pandora-kernel.git OMAP3 clock: remove unnecessary duplicate of dpll4_m2_ck, added for 36xx Commit 678bc9a2eabb7f444ef8ad1cfc5ef394e2bd8bf2 split dpll4_m2_ck, creating a 34xx and a 36xx variant, to handle the additional 16 divider steps provided on the 36xx. This in turn required dynamic rewriting of the clock tree during initialization, which is undesirable. All this seems to be unnecessary, though, since the additional 16 divider steps can simply be marked with RATE_IN_36XX. This patch does so and re-merges the affected structures. Signed-off-by: Paul Walmsley Cc: Vishwanath Sripathy --- Reading git-diff-tree failed