summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mxs
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2015-06-12 11:47:46 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2015-06-12 12:00:41 +0200
commitcd616c464228f54f4b5371dd6308a35ef0249cfd (patch)
tree8779bb1ddcc8220d2ebc36a7fb1dec94711261d4 /arch/arm/mach-mxs
parent3149ad20e7cc5501eea48d10d65323fcbf34f2ab (diff)
downloadbarebox-cd616c464228f54f4b5371dd6308a35ef0249cfd.tar.gz
barebox-cd616c464228f54f4b5371dd6308a35ef0249cfd.tar.xz
ARM: i.MX28: Add PWM clk support
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mxs')
-rw-r--r--arch/arm/mach-mxs/include/mach/imx28-regs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/include/mach/imx28-regs.h b/arch/arm/mach-mxs/include/mach/imx28-regs.h
index de0d882414..1a90ec2aa5 100644
--- a/arch/arm/mach-mxs/include/mach/imx28-regs.h
+++ b/arch/arm/mach-mxs/include/mach/imx28-regs.h
@@ -34,6 +34,7 @@
#define IMX_WDT_BASE 0x80056000
#define IMX_I2C0_BASE 0x80058000
#define IMX_I2C1_BASE 0x8005a000
+#define IMX_PWM_BASE 0x80064000
#define IMX_TIM1_BASE 0x80068000
#define IMX_UART0_BASE 0x8006a000
#define IMX_UART1_BASE 0x8006c000