arm64: dts: Revert "specify console via command line"
[linux/fpc-iii.git] / arch / arm / mach-omap2 / cm44xx.h
blob826fdda54b3f9576f6393c587d52f065b1179d4f
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
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"
18 #include "cm.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);
25 #endif