summaryrefslogtreecommitdiff
path: root/arch/mn10300/unit-asb2364
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2011-03-18 16:52:53 (GMT)
committerDavid Howells <dhowells@redhat.com>2011-03-18 16:52:53 (GMT)
commit5f91a1affc4f94589e386f9a687d7c3ecb944df4 (patch)
treea40cbf36c92a2413cfc31f21347b0893490223d2 /arch/mn10300/unit-asb2364
parentdf43b86b411dcc1e6ddbd9b7a44357c28d523bad (diff)
downloadlinux-fsl-qoriq-5f91a1affc4f94589e386f9a687d7c3ecb944df4.tar.xz
MN10300: Fix ASB2364 FPGA register defs
Fix the definition of the ASB2364 FPGA IRQ detect registers. They accidentally got defined to be the same as the mask registers when the patches were being ported to the upstream kernel. Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'arch/mn10300/unit-asb2364')
-rw-r--r--arch/mn10300/unit-asb2364/include/unit/fpga-regs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mn10300/unit-asb2364/include/unit/fpga-regs.h b/arch/mn10300/unit-asb2364/include/unit/fpga-regs.h
index 7cf1205..33f100f 100644
--- a/arch/mn10300/unit-asb2364/include/unit/fpga-regs.h
+++ b/arch/mn10300/unit-asb2364/include/unit/fpga-regs.h
@@ -14,7 +14,7 @@
#define ASB2364_FPGA_REG_RESET_USB __SYSREG(0xa900130c, u16)
#define ASB2364_FPGA_REG_RESET_AV __SYSREG(0xa9001310, u16)
-#define ASB2364_FPGA_REG_IRQ(X) __SYSREG(0xa9001590+((X)*4), u16)
+#define ASB2364_FPGA_REG_IRQ(X) __SYSREG(0xa9001510+((X)*4), u16)
#define ASB2364_FPGA_REG_IRQ_LAN ASB2364_FPGA_REG_IRQ(0)
#define ASB2364_FPGA_REG_IRQ_UART ASB2364_FPGA_REG_IRQ(1)
#define ASB2364_FPGA_REG_IRQ_I2C ASB2364_FPGA_REG_IRQ(2)