summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/include/mach/scu.h
diff options
context:
space:
mode:
authorJonas Aaberg <jonas.aberg@stericsson.com>2011-09-13 13:32:39 +0200
committerJonas ABERG <jonas.aberg@stericsson.com>2011-09-29 08:34:43 +0200
commit0cddfb2b35dbb6f054bfdbc486a4f84dfe8efd1a (patch)
tree92f5496786ff9c69b70863cab991792d81e0bfee /arch/arm/mach-ux500/include/mach/scu.h
parent2c1d6edf73274e56e3194dac75c59e82e88688bd (diff)
ARM: ux500: Remove powersave
Since we don't know really the status of powersave related feature on this development track, let's remove everything, except: - prcmu driver: New location, which is the same as linux-next - cpufreq: new location, same as linux-next - regulator: keep as is for the moment, needed for the system to work. - clocks: same as for regulator. - pm-runtime: keep it as is. Later patches will re-add powersave, based upon what exists on SI u8500-android-2.3_v3.15 MTU from plat-nomadik is now used instead of own copy in mach. Change-Id: I8ceaa65e5e0905fcd85bf8e793b4a5ab2d2df64c Signed-off-by: Jonas Aaberg <jonas.aberg@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/32048
Diffstat (limited to 'arch/arm/mach-ux500/include/mach/scu.h')
-rw-r--r--arch/arm/mach-ux500/include/mach/scu.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/arch/arm/mach-ux500/include/mach/scu.h b/arch/arm/mach-ux500/include/mach/scu.h
deleted file mode 100644
index a09e86a9d3c..00000000000
--- a/arch/arm/mach-ux500/include/mach/scu.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * Copyright (C) 2009 ST-Ericsson SA
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- */
-
-#ifndef __ASMARM_ARCH_SCU_H
-#define __ASMARM_ARCH_SCU_H
-
-#include <mach/hardware.h>
-
-#define SCU_BASE U8500_SCU_BASE
-/*
- * * SCU registers
- * */
-#define SCU_CTRL 0x00
-#define SCU_CONFIG 0x04
-#define SCU_CPU_STATUS 0x08
-#define SCU_INVALIDATE 0x0c
-#define SCU_FPGA_REVISION 0x10
-
-#endif