xref: /linux/arch/arm/mach-omap2/cm44xx.h (revision 0be3ff0c)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * OMAP4 Clock Management (CM) definitions
4  *
5  * Copyright (C) 2007-2011 Texas Instruments, Inc.
6  * Copyright (C) 2007-2009 Nokia Corporation
7  *
8  * Written by Paul Walmsley
9  *
10  * OMAP4 has two separate CM blocks, CM1 and CM2.  This file contains
11  * macros and function prototypes that are applicable to both.
12  */
13 #ifndef __ARCH_ASM_MACH_OMAP2_CM44XX_H
14 #define __ARCH_ASM_MACH_OMAP2_CM44XX_H
15 
16 
17 #include "prcm-common.h"
18 #include "cm.h"
19 
20 #define OMAP4_CM_CLKSTCTRL				0x0000
21 #define OMAP4_CM_STATICDEP				0x0004
22 
23 int omap4_cm_init(const struct omap_prcm_init_data *data);
24 
25 #endif
26