From: Sekhar Nori Date: Tue, 14 Jun 2011 15:33:20 +0000 (+0000) Subject: davinci: dm6467/T EVM: fix setting up of reference clock rate X-Git-Tag: v3.1-rc1~248^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56e580d7783ba49a50ccc1b1f3130e5ed2dc52e7;p=pandora-kernel.git davinci: dm6467/T EVM: fix setting up of reference clock rate The DM6467 and DM6467T EVMs use different reference clock frequencies. This difference is currently supported by having the SoC code call a public board routine which sets up the reference clock frequency. This does not scale as more boards are added. Instead, use the clk_set_rate() API to setup the reference clock frequency to a different value from the board file. Suggested-by: Kevin Hilman Signed-off-by: Sekhar Nori Acked-by: Kevin Hilman --- Reading git-diff-tree failed