Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * OMAP4 Clock Management (CM) definitions
0004  *
0005  * Copyright (C) 2007-2011 Texas Instruments, Inc.
0006  * Copyright (C) 2007-2009 Nokia Corporation
0007  *
0008  * Written by Paul Walmsley
0009  *
0010  * OMAP4 has two separate CM blocks, CM1 and CM2.  This file contains
0011  * macros and function prototypes that are applicable to both.
0012  */
0013 #ifndef __ARCH_ASM_MACH_OMAP2_CM44XX_H
0014 #define __ARCH_ASM_MACH_OMAP2_CM44XX_H
0015 
0016 
0017 #include "prcm-common.h"
0018 #include "cm.h"
0019 
0020 #define OMAP4_CM_CLKSTCTRL              0x0000
0021 #define OMAP4_CM_STATICDEP              0x0004
0022 
0023 int omap4_cm_init(const struct omap_prcm_init_data *data);
0024 
0025 #endif