summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ux500/include/mach/prcmu-regs.h
diff options
context:
space:
mode:
authorMartin Persson2010-12-08 15:13:28 +0100
committerLinus Walleij2010-12-09 10:06:01 +0100
commite0befb23dfed4d4d0de9d97dac936ccc0bbec093 (patch)
tree269484cb63d3449de74f18a21a1b72bcb182c431 /arch/arm/mach-ux500/include/mach/prcmu-regs.h
parentux500: fix 5500 PER6 clock rate (diff)
downloadkernel-qcow2-linux-e0befb23dfed4d4d0de9d97dac936ccc0bbec093.tar.gz
kernel-qcow2-linux-e0befb23dfed4d4d0de9d97dac936ccc0bbec093.tar.xz
kernel-qcow2-linux-e0befb23dfed4d4d0de9d97dac936ccc0bbec093.zip
ux500: Add prcmu support for operating points
Adds support in PRCMU driver to handle CPU and APE operating points. Signed-off-by: Martin Persson <martin.persson@stericsson.com> Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Diffstat (limited to 'arch/arm/mach-ux500/include/mach/prcmu-regs.h')
-rw-r--r--arch/arm/mach-ux500/include/mach/prcmu-regs.h15
1 files changed, 10 insertions, 5 deletions
diff --git a/arch/arm/mach-ux500/include/mach/prcmu-regs.h b/arch/arm/mach-ux500/include/mach/prcmu-regs.h
index 8885f39a6421..455467e88791 100644
--- a/arch/arm/mach-ux500/include/mach/prcmu-regs.h
+++ b/arch/arm/mach-ux500/include/mach/prcmu-regs.h
@@ -1,10 +1,15 @@
/*
- * Copyright (c) 2009 ST-Ericsson SA
+ * Copyright (C) STMicroelectronics 2009
+ * Copyright (C) ST-Ericsson SA 2010
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2
- * as published by the Free Software Foundation.
+ * Author: Kumar Sanghvi <kumar.sanghvi@stericsson.com>
+ * Author: Sundar Iyer <sundar.iyer@stericsson.com>
+ *
+ * License Terms: GNU General Public License v2
+ *
+ * PRCM Unit registers
*/
+
#ifndef __MACH_PRCMU_REGS_H
#define __MACH_PRCMU_REGS_H
@@ -88,4 +93,4 @@
/* Miscellaneous unit registers */
#define PRCM_DSI_SW_RESET (_PRCMU_BASE + 0x324)
-#endif /* __MACH_PRCMU__REGS_H */
+#endif /* __MACH_PRCMU_REGS_H */