TPL: TM2: Extend cpu.h header file to support DWC3 USB controller
authorLukasz Majewski <l.majewski@samsung.com>
Thu, 12 May 2016 11:17:35 +0000 (13:17 +0200)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 11 Apr 2017 09:58:13 +0000 (18:58 +0900)
Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
arch/arm/include/asm/arch-exynos5433/cpu.h

index 9eab21f..6b596d0 100644 (file)
@@ -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 */