From: Ranjith Lohithakshan Date: Wed, 31 Mar 2010 10:16:30 +0000 (-0600) Subject: OMAP3: clock: fix enable bit used for dpll4_m4x2 clock X-Git-Tag: v2.6.34-rc6~26^2~28^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d54a45e2533ef33678dc340298b022a289d2b3e3;p=pandora-kernel.git OMAP3: clock: fix enable bit used for dpll4_m4x2 clock The enable bit for dpll4_m4x2 clock should be OMAP3430_PWRDN_DSS1_SHIFT. The code erroneously uses OMAP3430_PWRDN_CAM_SHIFT which is meant for dpll4_m5x2 clock. This came into notice during a recent review of the clock tree. Signed-off-by: Ranjith Lohithakshan Signed-off-by: Paul Walmsley --- Reading git-diff-tree failed