Rajendra Nayak | d79b126 | 2009-12-09 00:01:44 +0530 | [diff] [blame] | 1 | /* |
| 2 | * OMAP4-specific clock framework functions |
| 3 | * |
| 4 | * Copyright (C) 2009 Texas Instruments, Inc. |
| 5 | * |
| 6 | * Rajendra Nayak (rnayak@ti.com) |
| 7 | * |
| 8 | * This program is free software; you can redistribute it and/or modify |
| 9 | * it under the terms of the GNU General Public License version 2 as |
| 10 | * published by the Free Software Foundation. |
| 11 | */ |
| 12 | |
| 13 | #include <linux/errno.h> |
| 14 | #include "clock.h" |
| 15 | |
Tony Lindgren | 4751227 | 2010-02-15 09:27:25 -0800 | [diff] [blame] | 16 | const struct clkops omap4_clkops_noncore_dpll_ops = { |
Rajendra Nayak | d79b126 | 2009-12-09 00:01:44 +0530 | [diff] [blame] | 17 | .enable = &omap3_noncore_dpll_enable, |
| 18 | .disable = &omap3_noncore_dpll_disable, |
| 19 | }; |