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)
commit4ea9e857eec6474a7fa1a0ded1366f202d45dbe5
tree0d66dbc01316a3ea45b08b26a00fa0436b7a4d6b
parent9b49e170c0bafb7fe9f04ae41fa3efd6aa2c2f09
ARM i.MX27: Fix low reference clock path

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>
arch/arm/mach-imx/clk-imx27.c