aboutsummaryrefslogtreecommitdiff
path: root/plat/st/stm32mp1
diff options
context:
space:
mode:
authorMadhukar Pappireddy <madhukar.pappireddy@arm.com>2020-10-02 15:07:26 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2020-10-02 15:07:26 +0000
commitdc57bea0071cc46f599b12ceb730e8b21621699c (patch)
treef6bfe2c2562280f67074e48805c8bb0cc7592b6c /plat/st/stm32mp1
parent14bac449fa29c9576abdda36b4e8f77deb99d9bb (diff)
parent277d6af5616b270436219733a34ded2048c98702 (diff)
downloadtrusted-firmware-a-dc57bea0071cc46f599b12ceb730e8b21621699c.tar.gz
Merge "fdts: stm32mp1: realign device tree with kernel" into integration
Diffstat (limited to 'plat/st/stm32mp1')
-rw-r--r--plat/st/stm32mp1/stm32mp1_def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/st/stm32mp1/stm32mp1_def.h b/plat/st/stm32mp1/stm32mp1_def.h
index ea18a3031d..369ba69214 100644
--- a/plat/st/stm32mp1/stm32mp1_def.h
+++ b/plat/st/stm32mp1/stm32mp1_def.h
@@ -513,7 +513,7 @@ static inline uint32_t tamp_bkpr(uint32_t idx)
******************************************************************************/
#define DT_BSEC_COMPAT "st,stm32mp15-bsec"
#define DT_IWDG_COMPAT "st,stm32mp1-iwdg"
-#define DT_PWR_COMPAT "st,stm32mp1-pwr"
+#define DT_PWR_COMPAT "st,stm32mp1,pwr-reg"
#define DT_RCC_CLK_COMPAT "st,stm32mp1-rcc"
#define DT_SYSCFG_COMPAT "st,stm32mp157-syscfg"