aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUsama Arif <usama.arif@arm.com>2020-10-07 16:54:26 +0100
committerjimqui01 <54316584+jimqui01@users.noreply.github.com>2020-10-08 14:12:02 +0100
commit6fad1d3e2f82b2ef51e55928ac3a678a75f64ef4 (patch)
tree585512af99ee8f673e3644bb0cc516454d3d3226
parented14044dbfd7bcd5162716e16f0b912e130b2b98 (diff)
tc0/pl011: Do not subscribe to power domain notification for pl011
The SYSTOP power domain is already ON in RAM firmware, therefore do not wait for notification. Change-Id: I9b2dc28fa2736169ce9f2dcec2e5986e5a994da5 Signed-off-by: Usama Arif <usama.arif@arm.com>
-rw-r--r--product/tc0/scp_ramfw/config_pl011.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/product/tc0/scp_ramfw/config_pl011.c b/product/tc0/scp_ramfw/config_pl011.c
index dadd7aa5..42778063 100644
--- a/product/tc0/scp_ramfw/config_pl011.c
+++ b/product/tc0/scp_ramfw/config_pl011.c
@@ -25,9 +25,7 @@ const struct fwk_module_config config_pl011 = {
.baud_rate_bps = 115200,
.clock_rate_hz = 24 * FWK_MHZ,
.clock_id = FWK_ID_NONE_INIT,
- .pd_id = FWK_ID_ELEMENT_INIT(
- FWK_MODULE_IDX_POWER_DOMAIN,
- PD_STATIC_DEV_IDX_SYSTOP),
+ .pd_id = FWK_ID_NONE_INIT,
},
},