From: Tomi Valkeinen Date: Fri, 1 Nov 2013 09:26:43 +0000 (+0200) Subject: OMAPDSS: fix omap2 dss fck handling X-Git-Tag: v3.14-rc1~105^2^3~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e555e2752ea284bda55b0ee477a512e1525b84a;p=pandora-kernel.git OMAPDSS: fix omap2 dss fck handling The driver considers OMAP2 DSS's functional clock as a fixed clock. However, it can be changed, but the possible dividers are not continuous which is why it was just handled as a fixed clock. As a partial fix, this patch changes the code to handle the continous part of the dividers, from 1 to 6. This let's us handle the OMAP2 fck the same way as fcks on other OMAPs. Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed