[PATCH 2/3] imx28-regs: i.MX28 has 2 USB controllers

Eric Bénard eric at eukrea.com
Tue Sep 10 13:57:55 EDT 2013


so declare both base address

Signed-off-by: Eric Bénard <eric at eukrea.com>
---
 arch/arm/mach-mxs/include/mach/imx28-regs.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm/mach-mxs/include/mach/imx28-regs.h b/arch/arm/mach-mxs/include/mach/imx28-regs.h
index fa8edd7..0882829 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
 
-- 
1.8.3.1




More information about the barebox mailing list