arm: sc8830: sprd_reg_base: fix the wrong base register address 71/153271/2 accepted/tizen/4.0/unified/20170929.080247 accepted/tizen/unified/20170929.212511 submit/tizen/20170928.101559 submit/tizen_4.0/20170928.101617 tizen_4.0.IoT.p1_release
authorJaehoon Chung <jh80.chung@samsung.com>
Thu, 28 Sep 2017 06:57:08 +0000 (15:57 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 28 Sep 2017 09:54:00 +0000 (09:54 +0000)
According to spec, 0x40060000 is used the spinlock register, not
spinlock control register(0x20c00000).

Change-Id: Ifd399cae2416c20a0d45c9b766e73e7d3939fdf7
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
arch/arm/include/asm/arch-sc8830/sprd_reg_base.h

index aeb0abf..599664d 100644 (file)
@@ -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