summaryrefslogtreecommitdiffstats
path: root/drivers/clk/imx/clk.h
diff options
context:
space:
mode:
authorAndrey Smirnov <andrew.smirnov@gmail.com>2016-11-09 08:14:00 -0800
committerSascha Hauer <s.hauer@pengutronix.de>2017-01-11 08:07:00 +0100
commit385bfcc86f3b531e3713ccb75a2f8ef25750f186 (patch)
tree236baed20974dc132ad40c435a683395907e3d47 /drivers/clk/imx/clk.h
parent3ae4754b51da47d612a72a843ac1131b755a5a0e (diff)
downloadbarebox-385bfcc86f3b531e3713ccb75a2f8ef25750f186.tar.gz
barebox-385bfcc86f3b531e3713ccb75a2f8ef25750f186.tar.xz
i.MX: clk: Add IMX_PLLV3_USB_VF610 support
Add IMX_PLLV3_USB_VF610 PLLv3 types support clk-pllv3.c Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/clk/imx/clk.h')
-rw-r--r--drivers/clk/imx/clk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/imx/clk.h b/drivers/clk/imx/clk.h
index 2aeb35631d..35e480f291 100644
--- a/drivers/clk/imx/clk.h
+++ b/drivers/clk/imx/clk.h
@@ -71,6 +71,7 @@ enum imx_pllv3_type {
IMX_PLLV3_GENERIC,
IMX_PLLV3_SYS,
IMX_PLLV3_USB,
+ IMX_PLLV3_USB_VF610,
IMX_PLLV3_AV,
IMX_PLLV3_ENET,
IMX_PLLV3_MLB,