diff options
author | Stefan Agner <stefan@agner.ch> | 2014-12-02 19:59:42 +0300 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2015-01-05 15:53:05 +0300 |
commit | 60ad8467c1bf0cae19ccc9d142914a2288ac85e7 (patch) | |
tree | a2782b25c553337c63e21fa4d5227fd4f45a5430 /arch/arm/mach-imx/clk.h | |
parent | da06aae8b5cae1bd0ac5b7518c9693fe07c06488 (diff) | |
download | linux-60ad8467c1bf0cae19ccc9d142914a2288ac85e7.tar.xz |
ARM: imx: pllv3: add shift for frequency multiplier
Add shift capabilties for the frequency multiplier (DIV_SELECT) to
support Vybrid's USB PLL oddity. The PLL3 and PLL7 are the only
PLL control registers which have the DIV_SELECT bit shifted by
one. Be aware, there are known documentation errors in the
reference manual too.
Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx/clk.h')
-rw-r--r-- | arch/arm/mach-imx/clk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/clk.h b/arch/arm/mach-imx/clk.h index 5ef82e2f8fc5..6a07903a28bc 100644 --- a/arch/arm/mach-imx/clk.h +++ b/arch/arm/mach-imx/clk.h @@ -20,6 +20,7 @@ enum imx_pllv3_type { IMX_PLLV3_GENERIC, IMX_PLLV3_SYS, IMX_PLLV3_USB, + IMX_PLLV3_USB_VF610, IMX_PLLV3_AV, IMX_PLLV3_ENET, }; |