commit | 5e540a5a7fd145ff7b2cdf8779b53349287c64a9 | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Fri Jan 13 14:18:49 2012 +0800 |
committer | Shawn Guo <shawn.guo@linaro.org> | Fri Jan 20 10:16:39 2012 +0800 |
tree | a629dd875618cc73dda572080a3967409c9474e5 | |
parent | dcd6c92267155e70a94b3927bce681ce74b80d1f [diff] |
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 <shawn.guo@linaro.org>