summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Bénard <eric@eukrea.com>2013-09-10 19:57:55 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-09-11 08:32:20 +0200
commit000981f61b105a3b3fed4be6ed19158eec5ab969 (patch)
tree01d214a2300a1169a5af8ff1d44f8b0447f8bc3d
parent62c38d9af15d0e8eb16864752c0a69d66f8f0d14 (diff)
downloadbarebox-000981f61b105a3b3fed4be6ed19158eec5ab969.tar.gz
barebox-000981f61b105a3b3fed4be6ed19158eec5ab969.tar.xz
imx28-regs: i.MX28 has 2 USB controllers
so declare both base address Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/arm/mach-mxs/include/mach/imx28-regs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-mxs/include/mach/imx28-regs.h b/arch/arm/mach-mxs/include/mach/imx28-regs.h
index fa8edd7d4b..088282963d 100644
--- a/arch/arm/mach-mxs/include/mach/imx28-regs.h
+++ b/arch/arm/mach-mxs/include/mach/imx28-regs.h
@@ -41,7 +41,8 @@
#define IMX_DBGUART_BASE 0x80074000
#define IMX_USBPHY0_BASE 0x8007c000
#define IMX_USBPHY1_BASE 0x8007e000
-#define IMX_USB_BASE 0x80080000
+#define IMX_USB0_BASE 0x80080000
+#define IMX_USB1_BASE 0x80090000
#define IMX_FEC0_BASE 0x800F0000
#define IMX_FEC1_BASE 0x800F4000