summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx28/include
diff options
context:
space:
mode:
authorZhou Jingyu <b02241@freescale.com>2010-02-24 16:35:17 +0800
committerAlejandro Gonzalez <alex.gonzalez@digi.com>2010-05-25 11:17:17 +0200
commita5d45ab631b4bbe4fb4ae402d12ae1b7e0e7e9b1 (patch)
tree0a2cc682133efcfa44e2dc1bbe5bd9b7573388ab /arch/arm/mach-mx28/include
parenta71d6807af088647720baeff6cf4a75fdc49b9a5 (diff)
ENGR00117740-2 mxs battery driver, porting
mxs battery driver, porting Signed-off-by: Zhou Jingyu <Jingyu.Zhou@freescale.com> Signed-off-by: Alejandro Gonzalez <alex.gonzalez@digi.com>
Diffstat (limited to 'arch/arm/mach-mx28/include')
-rw-r--r--arch/arm/mach-mx28/include/mach/mx28.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/mach-mx28/include/mach/mx28.h b/arch/arm/mach-mx28/include/mach/mx28.h
index 1680f06a7f16..465336b4b44b 100644
--- a/arch/arm/mach-mx28/include/mach/mx28.h
+++ b/arch/arm/mach-mx28/include/mach/mx28.h
@@ -80,7 +80,7 @@
/* IRQ Definitions */
#define IRQ_BATT_BRNOUT 0
-#define IRQ_VDD_BRNOUT 1
+#define IRQ_VDDD_BRNOUT 1
#define IRQ_VDDIO_BRNOUT 2
#define IRQ_VDDA_BRNOUT 3
#define IRQ_VDD5V_DROOP 4
@@ -210,6 +210,9 @@
#define ARCH_NR_IRQS 128
+/* On i.MX28, all interrupt sources can be configured as FIQ */
+#define FIQ_START IRQ_BATT_BRNOUT
+
#define MX28_SOC_IO_ADDRESS(x) \
((x) - MX28_SOC_IO_PHYS_BASE + MX28_SOC_IO_VIRT_BASE)