aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>2019-12-10 19:07:05 +0530
committerThomas Abraham <thomas.abraham@arm.com>2019-12-13 21:11:20 +0530
commit4cc121f317767ee72791acc25cfa3dd9379d9f57 (patch)
treeb7c470c2c9f4859cde2d6fb32671a4023e4e0151
parent76b9d58bbc4fc93dae636f4fc002754b74008b48 (diff)
rddaniel: update system pll base addressRD-DANIEL-CFGM-2019.12.13refinfra-daniel
With the updated InfrasysDesign 4.1 SCP memory map, the memory controller has been moved into the SOC Expansion space 2. Due to this, the base address of the memory controller collides with the system pll. Hence the system pll has been moved to SOC Expansion space 3. Update the SCP system memory map to reflect this change. Change-Id: Ia5ba2ca3578e10bdc7bd508bf7b56cefdd0c38f3 Signed-off-by: Vijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
-rw-r--r--product/rddaniel/include/scp_system_mmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/product/rddaniel/include/scp_system_mmap.h b/product/rddaniel/include/scp_system_mmap.h
index ef8e2799..b9bd989b 100644
--- a/product/rddaniel/include/scp_system_mmap.h
+++ b/product/rddaniel/include/scp_system_mmap.h
@@ -12,7 +12,7 @@
#define SCP_PLAT_BASE (SCP_SYS0_BASE + 0x3FFE0000)
-#define SCP_PLL_BASE (SCP_EXPANSION2_BASE + 0x01000000)
+#define SCP_PLL_BASE (SCP_EXPANSION3_BASE + 0x03000000)
#define SCP_PLL_SYSPLL (SCP_PLL_BASE)
#define SCP_PLL_CLUS0 (SCP_PLL_BASE + 0x00000004)