ARM i.MX pllv2: use standard register set unconditionally
authorSascha Hauer <s.hauer@pengutronix.de>
Mon, 4 Jun 2012 10:21:21 +0000 (12:21 +0200)
committerSascha Hauer <s.hauer@pengutronix.de>
Mon, 4 Jun 2012 13:23:41 +0000 (15:23 +0200)
commit6cc90d6de16532fe68b54ee6967894f7ca83affa
tree8295f6d10797212168f2a0c8810b0acf05243ee7
parentf8f5701bdaf9134b1f90e5044a82c66324d2073f
ARM i.MX pllv2: use standard register set unconditionally

The i.MX5 PLL has two different register sets for setting the
rate. One is used for the standard case and and is used for
DVFS. Which one of them is used depends on a hardware input
of the PLL. Current implementation reads back from the hardware
which setting is used. This is bogus: If we ever want to implement
DVFS we have to program both register sets and not only the one
which happens to be used at the moment. For now, just use the
standard register set uncondionally.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-imx/clk-pllv2.c