[PATCH 3/3] ARM: dts: st: update the pwr compatible for stm32mp15

From: Patrick Delaunay
Date: Thu Apr 25 2024 - 03:50:11 EST


Remove the unexpected comma in the compatible "st,stm32mp1,pwr-reg",
and use the new supported compatible "st,stm32mp1-pwr-reg" in STM3MP15
SoC dtsi.

Signed-off-by: Patrick Delaunay <patrick.delaunay@xxxxxxxxxxx>
---

arch/arm/boot/dts/st/stm32mp151.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/st/stm32mp151.dtsi b/arch/arm/boot/dts/st/stm32mp151.dtsi
index 16bd6eee32b4..702cdaa1343a 100644
--- a/arch/arm/boot/dts/st/stm32mp151.dtsi
+++ b/arch/arm/boot/dts/st/stm32mp151.dtsi
@@ -144,7 +144,7 @@ rcc: rcc@50000000 {
};

pwr_regulators: pwr@50001000 {
- compatible = "st,stm32mp1,pwr-reg";
+ compatible = "st,stm32mp1-pwr-reg";
reg = <0x50001000 0x10>;

reg11: reg11 {
--
2.25.1