aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Niño Díaz <antonio.ninodiaz@arm.com>2019-04-29 09:03:18 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2019-04-29 09:03:18 +0000
commitd697f9b8b79e4e93fae129718e2d8c23316dda3e (patch)
tree6edea376a7107cd7b404dc0250bfe1b603659140
parenta3d9172d44f811fb436399a8ad79f341d14877c6 (diff)
parent523ab5be1a84e9aa15fb62c3a15a6338b01d3961 (diff)
Merge "plat: allwinner: common: use r_wdog instead of wdog" into integration
-rw-r--r--plat/allwinner/common/sunxi_pm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/plat/allwinner/common/sunxi_pm.c b/plat/allwinner/common/sunxi_pm.c
index 1d2dc9385..13e135325 100644
--- a/plat/allwinner/common/sunxi_pm.c
+++ b/plat/allwinner/common/sunxi_pm.c
@@ -20,9 +20,9 @@
#include <sunxi_mmap.h>
#include <sunxi_private.h>
-#define SUNXI_WDOG0_CTRL_REG (SUNXI_WDOG_BASE + 0x0010)
-#define SUNXI_WDOG0_CFG_REG (SUNXI_WDOG_BASE + 0x0014)
-#define SUNXI_WDOG0_MODE_REG (SUNXI_WDOG_BASE + 0x0018)
+#define SUNXI_WDOG0_CTRL_REG (SUNXI_R_WDOG_BASE + 0x0010)
+#define SUNXI_WDOG0_CFG_REG (SUNXI_R_WDOG_BASE + 0x0014)
+#define SUNXI_WDOG0_MODE_REG (SUNXI_R_WDOG_BASE + 0x0018)
#define mpidr_is_valid(mpidr) ( \
MPIDR_AFFLVL3_VAL(mpidr) == 0 && \