diff options
author | Chao Xie <chao.xie@marvell.com> | 2015-04-30 09:53:40 +0800 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2015-06-04 12:07:33 -0700 |
commit | a35247c6ee7265b024d606f7503fef44e88d9d2d (patch) | |
tree | 4f99a599aefb7383e153d482a66ddd6ec9b2d522 /include/dt-bindings | |
parent | ae8d4048fada71a77144e0f05e8612f90b9501f0 (diff) | |
download | op-kernel-dev-a35247c6ee7265b024d606f7503fef44e88d9d2d.zip op-kernel-dev-a35247c6ee7265b024d606f7503fef44e88d9d2d.tar.gz |
clk: mmp: add fixed clock UBS_PLL for pxa910/pxa168
USB will drive clock from USB_PLL.
Signed-off-by: Chao Xie <chao.xie@marvell.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/marvell,pxa168.h | 1 | ||||
-rw-r--r-- | include/dt-bindings/clock/marvell,pxa910.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/marvell,pxa168.h b/include/dt-bindings/clock/marvell,pxa168.h index 79630b9..84ce5de 100644 --- a/include/dt-bindings/clock/marvell,pxa168.h +++ b/include/dt-bindings/clock/marvell,pxa168.h @@ -19,6 +19,7 @@ #define PXA168_CLK_PLL1_2_1_5 19 #define PXA168_CLK_PLL1_3_16 20 #define PXA168_CLK_UART_PLL 27 +#define PXA168_CLK_USB_PLL 28 /* apb periphrals */ #define PXA168_CLK_TWSI0 60 diff --git a/include/dt-bindings/clock/marvell,pxa910.h b/include/dt-bindings/clock/marvell,pxa910.h index 719cffb..bea08b6 100644 --- a/include/dt-bindings/clock/marvell,pxa910.h +++ b/include/dt-bindings/clock/marvell,pxa910.h @@ -19,6 +19,7 @@ #define PXA910_CLK_PLL1_2_1_5 19 #define PXA910_CLK_PLL1_3_16 20 #define PXA910_CLK_UART_PLL 27 +#define PXA910_CLK_USB_PLL 28 /* apb periphrals */ #define PXA910_CLK_TWSI0 60 |