aboutsummaryrefslogtreecommitdiff
path: root/src/soc/nvidia/tegra124/lp0/tegra_lp0_resume.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/nvidia/tegra124/lp0/tegra_lp0_resume.c')
-rw-r--r--src/soc/nvidia/tegra124/lp0/tegra_lp0_resume.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/soc/nvidia/tegra124/lp0/tegra_lp0_resume.c b/src/soc/nvidia/tegra124/lp0/tegra_lp0_resume.c
index 85d331b5ce..b7881de6a1 100644
--- a/src/soc/nvidia/tegra124/lp0/tegra_lp0_resume.c
+++ b/src/soc/nvidia/tegra124/lp0/tegra_lp0_resume.c
@@ -2,14 +2,14 @@
/* Function unit addresses. */
enum {
- UP_TAG_BASE = 0X60000000,
- TIMER_BASE = 0X60005000,
- CLK_RST_BASE = 0X60006000,
- FLOW_CTLR_BASE = 0X60007000,
+ UP_TAG_BASE = 0x60000000,
+ TIMER_BASE = 0x60005000,
+ CLK_RST_BASE = 0x60006000,
+ FLOW_CTLR_BASE = 0x60007000,
TEGRA_EVP_BASE = 0x6000f000,
- PMC_CTLR_BASE = 0X7000e400,
- MC_CTLR_BASE = 0X70019000,
- SYSCTR_CTLR_BASE = 0X700f0000
+ PMC_CTLR_BASE = 0x7000e400,
+ MC_CTLR_BASE = 0x70019000,
+ SYSCTR_CTLR_BASE = 0x700f0000
};