diff mbox

ARM: uniphier: fix addresses of Cortex-A72 gear setting macros

Message ID 1476274479-7533-1-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit 0bd203bbd15ff4ef4ef6a57695e90ac8cfefb3e4
Headers show

Commit Message

Masahiro Yamada Oct. 12, 2016, 12:14 p.m. UTC
My mistake during copy-paste work.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

---

 arch/arm/mach-uniphier/sc64-regs.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
1.9.1

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Comments

Masahiro Yamada Oct. 18, 2016, 3:45 p.m. UTC | #1
2016-10-12 21:14 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>:
> My mistake during copy-paste work.

>

> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

> ---



Applied to u-boot-uniphier/master.



-- 
Best Regards
Masahiro Yamada
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
diff mbox

Patch

diff --git a/arch/arm/mach-uniphier/sc64-regs.h b/arch/arm/mach-uniphier/sc64-regs.h
index 780fdd1..b0a4281 100644
--- a/arch/arm/mach-uniphier/sc64-regs.h
+++ b/arch/arm/mach-uniphier/sc64-regs.h
@@ -63,9 +63,9 @@ 
 #define   SC_CLKCTRL7_UMC31		(1 << 1)
 #define   SC_CLKCTRL7_UMC30		(1 << 0)
 
-#define SC_CA72_GEARST		(SC_BASE_ADDR | 0x8080)
-#define SC_CA72_GEARSET		(SC_BASE_ADDR | 0x8084)
-#define SC_CA72_GEARUPD		(SC_BASE_ADDR | 0x8088)
+#define SC_CA72_GEARST		(SC_BASE_ADDR | 0x8000)
+#define SC_CA72_GEARSET		(SC_BASE_ADDR | 0x8004)
+#define SC_CA72_GEARUPD		(SC_BASE_ADDR | 0x8008)
 #define SC_CA53_GEARST		(SC_BASE_ADDR | 0x8080)
 #define SC_CA53_GEARSET		(SC_BASE_ADDR | 0x8084)
 #define SC_CA53_GEARUPD		(SC_BASE_ADDR | 0x8088)