blob: 84ee6b0c7995fd44d7c9499158520b74107554e3 [file] [log] [blame]
Rajendra Nayakd79b1262009-12-09 00:01:44 +05301/*
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 Lindgren47512272010-02-15 09:27:25 -080016const struct clkops omap4_clkops_noncore_dpll_ops = {
Rajendra Nayakd79b1262009-12-09 00:01:44 +053017 .enable = &omap3_noncore_dpll_enable,
18 .disable = &omap3_noncore_dpll_disable,
19};