From 0cddfb2b35dbb6f054bfdbc486a4f84dfe8efd1a Mon Sep 17 00:00:00 2001 From: Jonas Aaberg Date: Tue, 13 Sep 2011 13:32:39 +0200 Subject: 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 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/32048 --- arch/arm/mach-ux500/include/mach/scu.h | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 arch/arm/mach-ux500/include/mach/scu.h (limited to 'arch/arm/mach-ux500/include/mach/scu.h') 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 - -#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 -- cgit v1.2.3