From: Jaehoon Chung Date: Thu, 28 Sep 2017 06:57:08 +0000 (+0900) Subject: arm: sc8830: sprd_reg_base: fix the wrong base register address X-Git-Tag: accepted/tizen/4.0/unified/20170929.080247^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=c699566affc1227c1015e1a7b295d2a91aec459d;p=profile%2Fmobile%2Fplatform%2Fkernel%2Fu-boot-tm1.git arm: sc8830: sprd_reg_base: fix the wrong base register address According to spec, 0x40060000 is used the spinlock register, not spinlock control register(0x20c00000). Change-Id: Ifd399cae2416c20a0d45c9b766e73e7d3939fdf7 Signed-off-by: Jaehoon Chung --- diff --git a/arch/arm/include/asm/arch-sc8830/sprd_reg_base.h b/arch/arm/include/asm/arch-sc8830/sprd_reg_base.h index aeb0abf..599664d 100644 --- a/arch/arm/include/asm/arch-sc8830/sprd_reg_base.h +++ b/arch/arm/include/asm/arch-sc8830/sprd_reg_base.h @@ -80,7 +80,7 @@ extern "C" #define CTL_BASE_ADI 0x40030000 #define CTL_BASE_AON_SYS_TMR 0x40040000 #define CTL_BASE_AON_TMR 0x40050000 -#define CTL_BASE_SPIN_LCK 0x40060000 +#define CTL_BASE_SPIN_LCK_REG 0x40060000 #define CTL_BASE_RF_SPI 0x40070000 #define CTL_BASE_AON_I2C 0x40080000 #define CTL_BASE_INT 0x40200000