diff mbox

[U-Boot,1/8] arm: exynos5420: Fix base address for USBPHY

Message ID 1389000583-20758-2-git-send-email-gautam.vivek@samsung.com
State Changes Requested
Delegated to: Minkyu Kang
Headers show

Commit Message

Vivek Gautam Jan. 6, 2014, 9:29 a.m. UTC
'USBPHY' which denotes USB 2.0 PHY is available on exynos5420
Add it's base address rather than making it 'DEVICE_NOT_AVAILABLE'

Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com>
---
 arch/arm/include/asm/arch-exynos/cpu.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Marek Vasut Jan. 6, 2014, 3:47 p.m. UTC | #1
On Monday, January 06, 2014 at 10:29:36 AM, Vivek Gautam wrote:
> 'USBPHY' which denotes USB 2.0 PHY is available on exynos5420
> Add it's base address rather than making it 'DEVICE_NOT_AVAILABLE'
> 
> Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com>

Reviewed-by: Marek Vasut <marex@denx.de>

Best regards,
Marek Vasut
diff mbox

Patch

diff --git a/arch/arm/include/asm/arch-exynos/cpu.h b/arch/arm/include/asm/arch-exynos/cpu.h
index 573f755..6f9b1c5 100644
--- a/arch/arm/include/asm/arch-exynos/cpu.h
+++ b/arch/arm/include/asm/arch-exynos/cpu.h
@@ -148,6 +148,7 @@ 
 #define EXYNOS5420_DMC_CTRL_BASE	0x10C20000
 #define EXYNOS5420_DMC_TZASC_BASE	0x10D40000
 #define EXYNOS5420_USB_HOST_EHCI_BASE	0x12110000
+#define EXYNOS5420_USBPHY_BASE		0x12130000
 #define EXYNOS5420_MMC_BASE		0x12200000
 #define EXYNOS5420_SROMC_BASE		0x12250000
 #define EXYNOS5420_UART_BASE		0x12C00000
@@ -164,7 +165,6 @@ 
 #define EXYNOS5420_MIPI_DSIM_BASE	0x14500000
 #define EXYNOS5420_DP_BASE		0x145B0000
 
-#define EXYNOS5420_USBPHY_BASE		DEVICE_NOT_AVAILABLE
 #define EXYNOS5420_USBOTG_BASE		DEVICE_NOT_AVAILABLE
 #define EXYNOS5420_FIMD_BASE		DEVICE_NOT_AVAILABLE
 #define EXYNOS5420_ADC_BASE		DEVICE_NOT_AVAILABLE