]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
usb: ehci-mx6: Rename the USB register base address
authorYe.Li <B37916@freescale.com>
Mon, 15 Sep 2014 09:23:14 +0000 (17:23 +0800)
committerStefano Babic <sbabic@denx.de>
Mon, 29 Sep 2014 08:33:27 +0000 (10:33 +0200)
commit5546ad0734bb5eed2b3cd6333dbcec51ae45185a
tree0668447f9f47dcbc6f8bbbdd7f936fc17b6b4f4c
parent9293d7fd502ce29302fadb8b4ccb9231ec0bcc66
usb: ehci-mx6: Rename the USB register base address

The mx6sl/mx6sx has 2 OTG and 1 host. So they have name
"USBO2H_USB_BASE_ADDR" in imx-regs.h. The driver hard codes
the USB base address name to "USBOH3", which causes the driver
failed to build for mx6sl/mx6sx.

This patch uniform the address name to "USB_BASE_ADDR" for all
mx6 series.

Signed-off-by: Ye.Li <B37916@freescale.com>
arch/arm/include/asm/arch-mx6/imx-regs.h
drivers/usb/host/ehci-mx6.c