OMAP3 clock: remove unnecessary duplicate of dpll4_m2_ck, added for 36xx
authorPaul Walmsley <paul@pwsan.com>
Wed, 19 May 2010 00:40:26 +0000 (18:40 -0600)
committerPaul Walmsley <paul@pwsan.com>
Thu, 20 May 2010 18:31:07 +0000 (12:31 -0600)
commit2a9f5a4d455aa88a03dac1dca8f686e3c21fc1b2
tree488b887138235c2ad99e4e4c8dad51f6e16384ff
parent63405360fc8973d28e1c7c0f8e0fc77338a6ce23
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 <paul@pwsan.com>
Cc: Vishwanath Sripathy <vishwanath.bs@ti.com>
arch/arm/mach-omap2/clock3xxx_data.c