1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * OMAP4 Clock Management (CM) definitions
5 * Copyright (C) 2007-2011 Texas Instruments, Inc.
6 * Copyright (C) 2007-2009 Nokia Corporation
8 * Written by Paul Walmsley
10 * OMAP4 has two separate CM blocks, CM1 and CM2. This file contains
11 * macros and function prototypes that are applicable to both.
13 #ifndef __ARCH_ASM_MACH_OMAP2_CM44XX_H
14 #define __ARCH_ASM_MACH_OMAP2_CM44XX_H
17 #include "prcm-common.h"
20 #define OMAP4_CM_CLKSTCTRL 0x0000
21 #define OMAP4_CM_STATICDEP 0x0004
23 int omap4_cm_init(const struct omap_prcm_init_data
*data
);