Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/2] arm64: dts: st: add power-domains to sdmmc1 on stm32mp251
@ 2026-05-30 13:56 Dario Binacchi
  2026-05-30 13:56 ` [PATCH v2 2/2] arm64: dts: st: add power-domains to sdmmc1 on stm32mp231 Dario Binacchi
  0 siblings, 1 reply; 3+ messages in thread
From: Dario Binacchi @ 2026-05-30 13:56 UTC (permalink / raw)
  To: linux-kernel
  Cc: linux-amarula, michael, Dario Binacchi, Alexandre Torgue,
	Conor Dooley, Krzysztof Kozlowski, Maxime Coquelin, Rob Herring,
	devicetree, linux-arm-kernel, linux-stm32

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@amarulasolutions.com>
---

(no changes since v1)

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

diff --git a/arch/arm64/boot/dts/st/stm32mp251.dtsi b/arch/arm64/boot/dts/st/stm32mp251.dtsi
index 673fbc5632e6..b3416c928c08 100644
--- a/arch/arm64/boot/dts/st/stm32mp251.dtsi
+++ b/arch/arm64/boot/dts/st/stm32mp251.dtsi
@@ -1664,6 +1664,7 @@ sdmmc1: mmc@48220000 {
 				cap-mmc-highspeed;
 				max-frequency = <120000000>;
 				access-controllers = <&rifsc 76>;
+				power-domains = <&CLUSTER_PD>;
 				status = "disabled";
 			};
 
-- 
2.43.0

base-commit: f5e5d3509bffb95c6648eb9795f7f236852ae62d
branch: stm32mp251-sdmmc1-power-domains


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH v2 2/2] arm64: dts: st: add power-domains to sdmmc1 on stm32mp231
  2026-05-30 13:56 [PATCH v2 1/2] arm64: dts: st: add power-domains to sdmmc1 on stm32mp251 Dario Binacchi
@ 2026-05-30 13:56 ` Dario Binacchi
  2026-08-10  8:18   ` Alexandre TORGUE
  0 siblings, 1 reply; 3+ messages in thread
From: Dario Binacchi @ 2026-05-30 13:56 UTC (permalink / raw)
  To: linux-kernel
  Cc: linux-amarula, michael, Dario Binacchi, Alexandre Torgue,
	Conor Dooley, Krzysztof Kozlowski, Maxime Coquelin, Rob Herring,
	devicetree, linux-arm-kernel, linux-stm32

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@amarulasolutions.com>

---

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";
 			};
 
-- 
2.43.0

base-commit: f5e5d3509bffb95c6648eb9795f7f236852ae62d
branch: stm32mp251-sdmmc1-power-domains


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v2 2/2] arm64: dts: st: add power-domains to sdmmc1 on stm32mp231
  2026-05-30 13:56 ` [PATCH v2 2/2] arm64: dts: st: add power-domains to sdmmc1 on stm32mp231 Dario Binacchi
@ 2026-08-10  8:18   ` Alexandre TORGUE
  0 siblings, 0 replies; 3+ messages in thread
From: Alexandre TORGUE @ 2026-08-10  8:18 UTC (permalink / raw)
  To: Dario Binacchi, linux-kernel
  Cc: linux-amarula, michael, Conor Dooley, Krzysztof Kozlowski,
	Maxime Coquelin, Rob Herring, devicetree, linux-arm-kernel,
	linux-stm32

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@amarulasolutions.com>
> 
> ---
> 
> 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@amarulasolutions.com/

regards
Alex


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-08-10  8:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-30 13:56 [PATCH v2 1/2] arm64: dts: st: add power-domains to sdmmc1 on stm32mp251 Dario Binacchi
2026-05-30 13:56 ` [PATCH v2 2/2] arm64: dts: st: add power-domains to sdmmc1 on stm32mp231 Dario Binacchi
2026-08-10  8:18   ` Alexandre TORGUE

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox