From: Jon Hunter Date: Sat, 22 Sep 2012 08:24:14 +0000 (-0600) Subject: ARM: OMAP2420: Cosmetic fix for timer clock aliases X-Git-Tag: omap-devel-late-for-v3.7^2~31^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f84c3782900866fb549cc3746eaf40574fda564f;p=pandora-kernel.git ARM: OMAP2420: Cosmetic fix for timer clock aliases In commit c59b537 (ARM: OMAP2+: Simplify dmtimer clock aliases) new clock aliases were added for OMAP2+ devices. For OMAP2420, I incorrectly set the clock flag as CK_243X instead of CK_242X. This did not introduce a regression as the clock flags are not checked for OMAP2 devices. This also explains why I did not catch this when testing on OMAP2420. Fix the clock flags for these aliases for correctness. Signed-off-by: Jon Hunter --- Reading git-diff-tree failed