Re: [PATCH v2 2/2] arm64: dts: st: add power-domains to sdmmc1 on stm32mp231

From: Alexandre TORGUE

Date: Mon Aug 10 2026 - 04:18:36 EST


Hi Dario

On 5/30/26 15:56, Dario Binacchi wrote:
The sdmmc1 node was introduced early in the SoC bring-up before power
domains were systematically mapped. Add the missing power-domains
property to align it with the rest of the peripheral nodes.

Signed-off-by: Dario Binacchi <dario.binacchi@xxxxxxxxxxxxxxxxxxxx>

---

Changes in v2:
- Add patch. Suggested by Sashiko

arch/arm64/boot/dts/st/stm32mp231.dtsi | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/st/stm32mp231.dtsi b/arch/arm64/boot/dts/st/stm32mp231.dtsi
index 9e1d240888ff..0feb8943efae 100644
--- a/arch/arm64/boot/dts/st/stm32mp231.dtsi
+++ b/arch/arm64/boot/dts/st/stm32mp231.dtsi
@@ -727,6 +727,7 @@ sdmmc1: mmc@48220000 {
cap-mmc-highspeed;
max-frequency = <120000000>;
access-controllers = <&rifsc 76>;
+ power-domains = <&cluster_pd>;
status = "disabled";
};

Those 2 patches seem already included in the following series:
https://lore.kernel.org/all/20260703065110.1433283-1-dario.binacchi@xxxxxxxxxxxxxxxxxxxx/

regards
Alex