blob: 6be1095936db2348a26ce02b4c20d578f8c99579 [file] [log] [blame]
Rajendra Nayak972c5422009-12-08 18:46:28 -07001/*
2 * OMAP4 clock function prototypes and macros
3 *
4 * Copyright (C) 2009 Texas Instruments, Inc.
Paul Walmsley93340a22010-02-22 22:09:12 -07005 * Copyright (C) 2010 Nokia Corporation
Rajendra Nayak972c5422009-12-08 18:46:28 -07006 */
7
Paul Walmsley657ebfa2010-02-22 22:09:20 -07008#ifndef __ARCH_ARM_MACH_OMAP2_CLOCK44XX_H
9#define __ARCH_ARM_MACH_OMAP2_CLOCK44XX_H
Rajendra Nayak972c5422009-12-08 18:46:28 -070010
Paul Walmsley93340a22010-02-22 22:09:12 -070011/*
12 * XXX Missing values for the OMAP4 DPLL_USB
13 * XXX Missing min_multiplier values for all OMAP4 DPLLs
14 */
15#define OMAP4430_MAX_DPLL_MULT 2047
Rajendra Nayak972c5422009-12-08 18:46:28 -070016#define OMAP4430_MAX_DPLL_DIV 128
17
Paul Walmsleye80a9722010-01-26 20:13:12 -070018int omap4xxx_clk_init(void);
19
Rajendra Nayak972c5422009-12-08 18:46:28 -070020#endif