diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2014-05-19 12:23:35 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2014-05-21 10:09:19 +0900 |
commit | dbfd1159ab0c5f2b5fa126bbe2677e1ba12cbda7 (patch) | |
tree | 4e9fbdaa73420b703a3fca52943bc95d1d80ab0a /board/renesas | |
parent | dd73018b1636326c793ebb7d5a3a75e50e9b65a0 (diff) |
arm: rmobile: koelsch: Fix QoS revision 0.240 and 0.320
Add register define of DBSC3 operation adjustment register,
and add initial value.
Signed-off-by: Hisashi Nakamura <hisashi.nakamura.ak@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Diffstat (limited to 'board/renesas')
-rw-r--r-- | board/renesas/koelsch/qos.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/renesas/koelsch/qos.c b/board/renesas/koelsch/qos.c index e6c5e48df5e..55a04202c16 100644 --- a/board/renesas/koelsch/qos.c +++ b/board/renesas/koelsch/qos.c @@ -111,6 +111,7 @@ void qos_init(void) /* DBSC DBADJ2 */ writel(0x20042004, DBSC3_0_DBADJ2); + writel(0x20042004, DBSC3_1_DBADJ2); /* S3C -QoS */ s3c = (struct rcar_s3c *)S3C_BASE; |