From: Shawn Guo Date: Fri, 13 Jan 2012 06:18:49 +0000 (+0800) Subject: ARM: imx6: add missing twd_clk for imx6q clock X-Git-Tag: v3.3-rc2~19^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e540a5a7fd145ff7b2cdf8779b53349287c64a9;p=pandora-kernel.git ARM: imx6: add missing twd_clk for imx6q clock With commit 5def51b (ARM: 7211/1: smp_twd: get the rate from a clock) hitting mainline, if we do not have a twd_clk for lookup, we will see the following error message in boot log. smp_twd: clock not found: -2 Actually we should add this clock regardless of the error message, so that we can: * Avoid the local timer calibrating at boot time * Make the local timer cpufreq aware on imx6q Signed-off-by: Shawn Guo --- Reading git-diff-tree failed