Commit 4e633e465b56ac24ecec1025f492fd3147f8d20f

Authored by Lukasz Majewski
1 parent 19b17d1254

arm: exynos: USB3 PHY base definition for Exynos5 SoCs

After that change it would be possible to call samsung_get_base_usb3_phy()
function to get proper base address

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Cc: Minkyu Kang <mk7.kang@samsung.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/arm/include/asm/arch-exynos/cpu.h
... ... @@ -167,6 +167,7 @@
167 167 #define EXYNOS5420_USB_HOST_EHCI_BASE 0x12110000
168 168 #define EXYNOS5420_MMC_BASE 0x12200000
169 169 #define EXYNOS5420_SROMC_BASE 0x12250000
  170 +#define EXYNOS5420_USB3PHY_BASE 0x12500000
170 171 #define EXYNOS5420_UART_BASE 0x12C00000
171 172 #define EXYNOS5420_I2C_BASE 0x12C60000
172 173 #define EXYNOS5420_I2C_8910_BASE 0x12E00000
... ... @@ -187,7 +188,6 @@
187 188 #define EXYNOS5420_FIMD_BASE DEVICE_NOT_AVAILABLE
188 189 #define EXYNOS5420_ADC_BASE DEVICE_NOT_AVAILABLE
189 190 #define EXYNOS5420_MODEM_BASE DEVICE_NOT_AVAILABLE
190   -#define EXYNOS5420_USB3PHY_BASE DEVICE_NOT_AVAILABLE
191 191 #define EXYNOS5420_USB_HOST_XHCI_BASE DEVICE_NOT_AVAILABLE
192 192  
193 193