diff options
author | Rajeshwari Shinde <rajeshwari.s@samsung.com> | 2012-05-14 05:52:04 +0000 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2012-07-09 18:27:55 +0200 |
commit | 86d74d03391a4a3b35cfdbdeff0de2c245bf1910 (patch) | |
tree | 783ef58a1e8fe4e201b921680f99d4de61b539e1 /arch/arm/include/asm/arch-exynos/cpu.h | |
parent | c48ac11322800d6492ea31f42ca53301a444742a (diff) | |
download | u-boot-imx-86d74d03391a4a3b35cfdbdeff0de2c245bf1910.zip u-boot-imx-86d74d03391a4a3b35cfdbdeff0de2c245bf1910.tar.gz u-boot-imx-86d74d03391a4a3b35cfdbdeff0de2c245bf1910.tar.bz2 |
EXYNOS5: USB: Fix incorrect USB base addresses
This patch corrects the base addresses for USB_PHY and USB_OTG.
Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com>
Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com>
Acked-by: Chander Kashyap <chander.kashyap@linaro.org>
Acked-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'arch/arm/include/asm/arch-exynos/cpu.h')
-rw-r--r-- | arch/arm/include/asm/arch-exynos/cpu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/include/asm/arch-exynos/cpu.h b/arch/arm/include/asm/arch-exynos/cpu.h index dee039d..0c341d4 100644 --- a/arch/arm/include/asm/arch-exynos/cpu.h +++ b/arch/arm/include/asm/arch-exynos/cpu.h @@ -71,10 +71,10 @@ #define EXYNOS5_GPIO_PART1_BASE 0x11400000 #define EXYNOS5_MIPI_DSIM_BASE 0x11D00000 #define EXYNOS5_USB_HOST_EHCI_BASE 0x12110000 +#define EXYNOS5_USBPHY_BASE 0x12130000 +#define EXYNOS5_USBOTG_BASE 0x12140000 #define EXYNOS5_MMC_BASE 0x12200000 #define EXYNOS5_SROMC_BASE 0x12250000 -#define EXYNOS5_USBOTG_BASE 0x12480000 -#define EXYNOS5_USBPHY_BASE 0x12480000 #define EXYNOS5_UART_BASE 0x12C00000 #define EXYNOS5_PWMTIMER_BASE 0x12DD0000 #define EXYNOS5_GPIO_PART2_BASE 0x13400000 |