aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2014-03-31 11:15:52 -0400
committerPaul Walmsley <paul@pwsan.com>2014-05-16 00:35:10 -0400
commit70fcebf1965b66d73bd8ae7955bd663ab8012c56 (patch)
tree9d288a5810036f460a1aeb42e47738d4ea34dabf /arch
parentb550e47f5e9e74999f754371bdc79331d19f84a3 (diff)
ARM: OMAP4: PRCM: remove references to cm-regbits-44xx.h from PRCM core files
Done in preparation to make PRCM a standalone driver. Signed-off-by: Tero Kristo <t-kristo@ti.com> Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-omap2/cm44xx.c1
-rw-r--r--arch/arm/mach-omap2/cminst44xx.c8
-rw-r--r--arch/arm/mach-omap2/powerdomain-common.c1
3 files changed, 7 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/cm44xx.c b/arch/arm/mach-omap2/cm44xx.c
index 37ba6e8f9505..c440ba753882 100644
--- a/arch/arm/mach-omap2/cm44xx.c
+++ b/arch/arm/mach-omap2/cm44xx.c
@@ -21,7 +21,6 @@
21#include "cm.h" 21#include "cm.h"
22#include "cm1_44xx.h" 22#include "cm1_44xx.h"
23#include "cm2_44xx.h" 23#include "cm2_44xx.h"
24#include "cm-regbits-44xx.h"
25 24
26/* CM1 hardware module low-level functions */ 25/* CM1 hardware module low-level functions */
27 26
diff --git a/arch/arm/mach-omap2/cminst44xx.c b/arch/arm/mach-omap2/cminst44xx.c
index 434b52af0364..82984b2f2715 100644
--- a/arch/arm/mach-omap2/cminst44xx.c
+++ b/arch/arm/mach-omap2/cminst44xx.c
@@ -28,12 +28,18 @@
28#include "cm44xx.h" 28#include "cm44xx.h"
29#include "cminst44xx.h" 29#include "cminst44xx.h"
30#include "cm-regbits-34xx.h" 30#include "cm-regbits-34xx.h"
31#include "cm-regbits-44xx.h"
32#include "prcm44xx.h" 31#include "prcm44xx.h"
33#include "prm44xx.h" 32#include "prm44xx.h"
34#include "prcm_mpu44xx.h" 33#include "prcm_mpu44xx.h"
35#include "prcm-common.h" 34#include "prcm-common.h"
36 35
36#define OMAP4430_IDLEST_SHIFT 16
37#define OMAP4430_IDLEST_MASK (0x3 << 16)
38#define OMAP4430_CLKTRCTRL_SHIFT 0
39#define OMAP4430_CLKTRCTRL_MASK (0x3 << 0)
40#define OMAP4430_MODULEMODE_SHIFT 0
41#define OMAP4430_MODULEMODE_MASK (0x3 << 0)
42
37/* 43/*
38 * CLKCTRL_IDLEST_*: possible values for the CM_*_CLKCTRL.IDLEST bitfield: 44 * CLKCTRL_IDLEST_*: possible values for the CM_*_CLKCTRL.IDLEST bitfield:
39 * 45 *
diff --git a/arch/arm/mach-omap2/powerdomain-common.c b/arch/arm/mach-omap2/powerdomain-common.c
index c0aeabfcf009..c40e5f009826 100644
--- a/arch/arm/mach-omap2/powerdomain-common.c
+++ b/arch/arm/mach-omap2/powerdomain-common.c
@@ -17,7 +17,6 @@
17#include "pm.h" 17#include "pm.h"
18#include "cm.h" 18#include "cm.h"
19#include "cm-regbits-34xx.h" 19#include "cm-regbits-34xx.h"
20#include "cm-regbits-44xx.h"
21#include "prm-regbits-34xx.h" 20#include "prm-regbits-34xx.h"
22#include "prm-regbits-44xx.h" 21#include "prm-regbits-44xx.h"
23 22