aboutsummaryrefslogtreecommitdiff
path: root/product/tc0/include/scp_soc_mmap.h
diff options
context:
space:
mode:
authorUsama Arif <usama.arif@arm.com>2020-09-23 10:55:29 +0100
committerChris Kay <chris@cjkay.com>2020-09-25 13:33:26 +0100
commit251eec399f29b2f5f7d50fcaed464a13bcff7fbe (patch)
treeca363ea62a3bc8e83eeaad89c88021af505f11d3 /product/tc0/include/scp_soc_mmap.h
parenta0f3d7e9a9d7116e9ec0fff5326ca727d1d5f6ad (diff)
tc0: apply clang-format to platform
Any new patches apply clang-format to them. This patch will allow consistency to entire platform. Change-Id: I295b0e00eeb22affb97062a5fa243d0dafdd5654 Signed-off-by: Usama Arif <usama.arif@arm.com>
Diffstat (limited to 'product/tc0/include/scp_soc_mmap.h')
-rw-r--r--product/tc0/include/scp_soc_mmap.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/product/tc0/include/scp_soc_mmap.h b/product/tc0/include/scp_soc_mmap.h
index e59924c3..433f9092 100644
--- a/product/tc0/include/scp_soc_mmap.h
+++ b/product/tc0/include/scp_soc_mmap.h
@@ -10,17 +10,17 @@
#include "scp_mmap.h"
-#define SCP_PLL_BASE (SCP_SOC_EXPANSION3_BASE + 0x03000000)
+#define SCP_PLL_BASE (SCP_SOC_EXPANSION3_BASE + 0x03000000)
-#define SCP_PLL_SYSPLL (SCP_PLL_BASE + 0x00000000)
-#define SCP_PLL_DISPLAY (SCP_PLL_BASE + 0x00000014)
-#define SCP_PLL_PIX0 (SCP_PLL_BASE + 0x00000018)
-#define SCP_PLL_PIX1 (SCP_PLL_BASE + 0x0000001C)
-#define SCP_PLL_INTERCONNECT (SCP_PLL_BASE + 0x00000020)
+#define SCP_PLL_SYSPLL (SCP_PLL_BASE + 0x00000000)
+#define SCP_PLL_DISPLAY (SCP_PLL_BASE + 0x00000014)
+#define SCP_PLL_PIX0 (SCP_PLL_BASE + 0x00000018)
+#define SCP_PLL_PIX1 (SCP_PLL_BASE + 0x0000001C)
+#define SCP_PLL_INTERCONNECT (SCP_PLL_BASE + 0x00000020)
-#define SCP_PLL_CPU0 (SCP_PLL_BASE + 0x00000100)
-#define SCP_PLL_CPU1 (SCP_PLL_BASE + 0x00000104)
-#define SCP_PLL_CPU2 (SCP_PLL_BASE + 0x00000108)
-#define SCP_PLL_CPU3 (SCP_PLL_BASE + 0x0000010C)
+#define SCP_PLL_CPU0 (SCP_PLL_BASE + 0x00000100)
+#define SCP_PLL_CPU1 (SCP_PLL_BASE + 0x00000104)
+#define SCP_PLL_CPU2 (SCP_PLL_BASE + 0x00000108)
+#define SCP_PLL_CPU3 (SCP_PLL_BASE + 0x0000010C)
#endif /* SCP_SOC_MMAP_H */