]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf8bdabd9782d3b7b9854004b2d11de514908314b
tree8295f6d10797212168f2a0c8810b0acf05243ee7
parentb7dc9622e4c3808ef905a72fda997b5fc0c6f7d2
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