From: Tomi Valkeinen Date: Wed, 9 Oct 2013 13:12:39 +0000 (+0300) Subject: ARM: OMAP3: fix dpll4_m3_ck and dpll4_m4_ck dividers X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~8^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ff7e3b65c8e1d8062365296b738fd262cfc2e9c;p=pandora-kernel.git ARM: OMAP3: fix dpll4_m3_ck and dpll4_m4_ck dividers dpll4_m3_ck and dpll4_m4_ck have divider bit fields which are 6 bits wide. However, only values from 1 to 32 are allowed. This means we have to add a divider tables and list the dividers explicitly. I believe the same issue is there for other dpll4_mx_ck clocks, but as I'm not familiar with them, I didn't touch them. Signed-off-by: Tomi Valkeinen Signed-off-by: Paul Walmsley --- Reading git-diff-tree failed