ARM i.MX27: Fix low reference clock path
authorSascha Hauer <s.hauer@pengutronix.de>
Wed, 31 Oct 2012 07:25:08 +0000 (08:25 +0100)
committerSascha Hauer <s.hauer@pengutronix.de>
Fri, 16 Nov 2012 15:21:48 +0000 (16:21 +0100)
The i.MX27 clock tree can either be driven from a 26MHz oscillator
or from a 32768Hz oscillator. The latter was not properly implemented,
the mux between these two pathes was missing. Add this mux and while
at it rename the 'prem' (premultiplier) clk to 'fpm' (Frequency
Pre-Multiplier) to better match the datasheet.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>

No differences found