summaryrefslogtreecommitdiffstats
path: root/board/renesas/alt/alt.c
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2014-12-02 16:52:18 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2014-12-05 11:03:53 +0900
commitaaa717ebdec1859c263ba0a25afab255e8ab6038 (patch)
tree131f9ac59e5b31fd8c5cd77e26059bbc4c5288c2 /board/renesas/alt/alt.c
parent97cdf64026c7d749dd7a5c0dbaba7a60a7292ac9 (diff)
downloadtalos-obmc-uboot-aaa717ebdec1859c263ba0a25afab255e8ab6038.tar.gz
talos-obmc-uboot-aaa717ebdec1859c263ba0a25afab255e8ab6038.zip
arm: rmobile: rcar: Move module control register to header file of SoC
Module control registers of R-Car ARM SoC (r8a7790, r8a7791, r8a7793 and r8a7794) are same address. This moves these to header file of SoC. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'board/renesas/alt/alt.c')
-rw-r--r--board/renesas/alt/alt.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/board/renesas/alt/alt.c b/board/renesas/alt/alt.c
index 523c5f131f..bf90f2e1f3 100644
--- a/board/renesas/alt/alt.c
+++ b/board/renesas/alt/alt.c
@@ -37,20 +37,9 @@ void s_init(void)
qos_init();
}
-#define MSTPSR1 0xE6150038
-#define SMSTPCR1 0xE6150134
#define TMU0_MSTP125 (1 << 25)
-
-#define MSTPSR7 0xE61501C4
-#define SMSTPCR7 0xE615014C
#define SCIF2_MSTP719 (1 << 19)
-
-#define MSTPSR8 0xE61509A0
-#define SMSTPCR8 0xE6150990
#define ETHER_MSTP813 (1 << 13)
-
-#define MSTPSR3 0xE6150048
-#define SMSTPCR3 0xE615013C
#define IIC1_MSTP323 (1 << 23)
#define mstp_setbits(type, addr, saddr, set) \
OpenPOWER on IntegriCloud