summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Majewski <l.majewski@samsung.com>2016-05-12 13:17:35 +0200
committerJaehoon Chung <jh80.chung@samsung.com>2016-05-18 15:32:13 +0900
commit40bd0656a0e8c770ff08f89b8861f1261f4a90d3 (patch)
tree94a6e62389736aeded1a2382f3835a0f545421da
parent41ab43e491620ea5281c0441773ea1bb1bee4e64 (diff)
downloadu-boot-40bd0656a0e8c770ff08f89b8861f1261f4a90d3.tar.gz
u-boot-40bd0656a0e8c770ff08f89b8861f1261f4a90d3.tar.bz2
u-boot-40bd0656a0e8c770ff08f89b8861f1261f4a90d3.zip
TPL: TM2: Extend cpu.h header file to support DWC3 USB controller
Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
-rw-r--r--arch/arm/include/asm/arch-exynos5433/cpu.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-exynos5433/cpu.h b/arch/arm/include/asm/arch-exynos5433/cpu.h
index 9eab21f607..6b596d07ed 100644
--- a/arch/arm/include/asm/arch-exynos5433/cpu.h
+++ b/arch/arm/include/asm/arch-exynos5433/cpu.h
@@ -15,7 +15,8 @@
/* EXYNOS5433 */
#define EXYNOS5433_CLOCK_BASE 0x10040000
#define EXYNOS5433_PWMTIMER_BASE 0x14DD0000
-
+#define EXYNOS5433_USB3PHY_BASE 0x15500000
+#define EXYNOS5433_POWER_BASE 0x105C0000
#ifndef __ASSEMBLY__
#include <asm/io.h>
@@ -47,6 +48,8 @@ static inline unsigned long __attribute__((no_instrument_function)) \
SAMSUNG_BASE(clock, CLOCK_BASE)
SAMSUNG_BASE(timer, PWMTIMER_BASE)
+SAMSUNG_BASE(usb3_phy, USB3PHY_BASE)
+SAMSUNG_BASE(power, POWER_BASE)
#endif
#endif /* _EXYNOS64_CPU_H */