aboutsummaryrefslogtreecommitdiff
path: root/include/drivers/arm
diff options
context:
space:
mode:
authorMasahisa Kojima <masahisa.kojima@linaro.org>2019-03-07 11:23:42 +0900
committerMasahisa Kojima <masahisa.kojima@linaro.org>2019-03-13 09:54:35 +0900
commitcf6c30e08ba54a22a0ce8abd6eac8b1d1ccad324 (patch)
tree995d0cefd9541013d5a7703fffaab61b8d32c2e7 /include/drivers/arm
parentb67d20297fd67d29931283c6a01e4aab7898d570 (diff)
downloadtrusted-firmware-a-cf6c30e08ba54a22a0ce8abd6eac8b1d1ccad324.tar.gz
plat/arm: mhu: make mhu driver generic
MHU doorbell driver requires arm platform specific macro "PLAT_CSS_MHU_BASE". Rename it to "PLAT_MHUV2_BASE", so that platforms other than arm can use generic MHU doorbell driver. Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org>
Diffstat (limited to 'include/drivers/arm')
-rw-r--r--include/drivers/arm/css/css_mhu_doorbell.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drivers/arm/css/css_mhu_doorbell.h b/include/drivers/arm/css/css_mhu_doorbell.h
index ecee56361f..e6f7a1bd1b 100644
--- a/include/drivers/arm/css/css_mhu_doorbell.h
+++ b/include/drivers/arm/css/css_mhu_doorbell.h
@@ -12,7 +12,7 @@
#include <lib/mmio.h>
/* MHUv2 Base Address */
-#define MHUV2_BASE_ADDR PLAT_CSS_MHU_BASE
+#define MHUV2_BASE_ADDR PLAT_MHUV2_BASE
/* MHUv2 Control Registers Offsets */
#define MHU_V2_MSG_NO_CAP_OFFSET 0xF80