Merge remote-tracking branch 'asoc/fix/wm2200' into asoc-next
[linux-2.6-block.git] / arch / arm / mach-omap2 / cm44xx.h
CommitLineData
9b47267f 1/*
d198b514 2 * OMAP4 Clock Management (CM) definitions
9b47267f 3 *
d0f0631d 4 * Copyright (C) 2007-2011 Texas Instruments, Inc.
d198b514 5 * Copyright (C) 2007-2009 Nokia Corporation
9b47267f 6 *
d198b514 7 * Written by Paul Walmsley
9b47267f
RN
8 *
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License version 2 as
11 * published by the Free Software Foundation.
d198b514
PW
12 *
13 * OMAP4 has two separate CM blocks, CM1 and CM2. This file contains
14 * macros and function prototypes that are applicable to both.
9b47267f 15 */
d198b514
PW
16#ifndef __ARCH_ASM_MACH_OMAP2_CM44XX_H
17#define __ARCH_ASM_MACH_OMAP2_CM44XX_H
9b47267f 18
9b47267f 19
d198b514 20#include "prcm-common.h"
59fb659b 21#include "cm.h"
9b47267f 22
d198b514 23#define OMAP4_CM_CLKSTCTRL 0x0000
15b08d93 24#define OMAP4_CM_STATICDEP 0x0004
9b47267f 25
9b47267f 26#endif