From: Stephen Boyd Date: Fri, 29 Aug 2014 19:49:26 +0000 (-0700) Subject: clk: qcom: Fix sdc 144kHz frequency entry X-Git-Tag: fixes-for-v3.18-merge-window~88^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8210e28e5807091f38d064142223e8787cc9883;p=pandora-kernel.git clk: qcom: Fix sdc 144kHz frequency entry The pre-divider for the sdc clocks only has 2 bits in it, so we can't possibly divide by anything larger than 4 here. Furthermore, we program the value of ~(n - m) and the n value is larger than 8 bits (max of 256). Replace this entry with 200kHz which is close enough to 144kHz to be usable. Cc: Kumar Gala Cc: Andy Gross Fixes: 24d8fba44af3 "clk: qcom: Add support for IPQ8064's global clock controller (GCC)" Signed-off-by: Stephen Boyd Signed-off-by: Mike Turquette --- Reading git-diff-tree failed