Explorar el Código

ARM: S5P: Add SROM bank 4 and 5 register offsets

Some of the S5P platforms like S5PC100 and S5PV210 include SROM banks
4 and 5 in addition to SROM banks 0 to 3. This patch adds register
offsets for SROM bank 4 and 5.

Signed-off-by: Thomas Abraham <thomas.ab@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Thomas Abraham hace 14 años
padre
commit
8233ab6aec
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      arch/arm/plat-s5p/include/plat/regs-srom.h

+ 2 - 0
arch/arm/plat-s5p/include/plat/regs-srom.h

@@ -22,6 +22,8 @@
 #define S5P_SROM_BC1		S5P_SROMREG(0x8)
 #define S5P_SROM_BC2		S5P_SROMREG(0xc)
 #define S5P_SROM_BC3		S5P_SROMREG(0x10)
+#define S5P_SROM_BC4		S5P_SROMREG(0x14)
+#define S5P_SROM_BC5		S5P_SROMREG(0x18)
 
 /* one register BW holds 4 x 4-bit packed settings for NCS0 - NCS3 */