aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Miao <eric.miao@marvell.com>2008-11-27 04:08:42 -0500
committerEric Miao <eric.miao@marvell.com>2008-12-02 01:42:38 -0500
commitd15313e685759a676222ad85247ad8e1c138b9c7 (patch)
tree8fda9e0e8b20b2f6c8827d4568740260d1a4e3f9
parentb40ddf575883ceca303906556bcd0cff5c284fef (diff)
[ARM] pxa: remove unused PWM register definitions, use generic PWM API
We now have generic PWM API for PXA, the PWM registers definitions are now used nowhere, and it is not encouraged to manipulate them directly by driver code. Signed-off-by: Eric Miao <eric.miao@marvell.com>
-rw-r--r--arch/arm/mach-pxa/include/mach/pxa-regs.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/arm/mach-pxa/include/mach/pxa-regs.h b/arch/arm/mach-pxa/include/mach/pxa-regs.h
index 9b44eb93abc8..6661ba481498 100644
--- a/arch/arm/mach-pxa/include/mach/pxa-regs.h
+++ b/arch/arm/mach-pxa/include/mach/pxa-regs.h
@@ -420,19 +420,6 @@
420 420
421 421
422/* 422/*
423 * Pulse Width Modulator
424 */
425
426#define PWM_CTRL0 __REG(0x40B00000) /* PWM 0 Control Register */
427#define PWM_PWDUTY0 __REG(0x40B00004) /* PWM 0 Duty Cycle Register */
428#define PWM_PERVAL0 __REG(0x40B00008) /* PWM 0 Period Control Register */
429
430#define PWM_CTRL1 __REG(0x40C00000) /* PWM 1Control Register */
431#define PWM_PWDUTY1 __REG(0x40C00004) /* PWM 1 Duty Cycle Register */
432#define PWM_PERVAL1 __REG(0x40C00008) /* PWM 1 Period Control Register */
433
434
435/*
436 * Interrupt Controller 423 * Interrupt Controller
437 */ 424 */
438 425