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)
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>

No differences found