davinci: dm6467/T EVM: fix setting up of reference clock rate
authorSekhar Nori <nsekhar@ti.com>
Tue, 14 Jun 2011 15:33:20 +0000 (15:33 +0000)
committerSekhar Nori <nsekhar@ti.com>
Wed, 6 Jul 2011 11:18:45 +0000 (16:48 +0530)
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 <khilman@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Acked-by: Kevin Hilman <khilman@ti.com>

No differences found