arm64: dts: st: add power-domains in all spi of stm32mp231.dtsi

Add the power-domains property in all spi instances available
on the stm32mp231.dtsi

Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
Link: https://lore.kernel.org/r/20251215-stm32-spi-mp2x-dt-updates-v1-3-464a5fd20f13@foss.st.com
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
This commit is contained in:
Alain Volmat 2025-12-15 13:26:22 +01:00 committed by Alexandre Torgue
parent 6d280a351e
commit a5692f5039

View File

@ -251,6 +251,7 @@ spi2: spi@400b0000 {
<&hpdma 52 0x20 0x3021>;
dma-names = "rx", "tx";
access-controllers = <&rifsc 23>;
power-domains = <&cluster_pd>;
status = "disabled";
};
@ -281,6 +282,7 @@ spi3: spi@400c0000 {
<&hpdma 54 0x20 0x3021>;
dma-names = "rx", "tx";
access-controllers = <&rifsc 24>;
power-domains = <&cluster_pd>;
status = "disabled";
};
@ -433,6 +435,7 @@ spi1: spi@40230000 {
<&hpdma 50 0x20 0x3021>;
dma-names = "rx", "tx";
access-controllers = <&rifsc 22>;
power-domains = <&cluster_pd>;
status = "disabled";
};
@ -448,6 +451,7 @@ spi4: spi@40240000 {
<&hpdma 56 0x20 0x3021>;
dma-names = "rx", "tx";
access-controllers = <&rifsc 25>;
power-domains = <&cluster_pd>;
status = "disabled";
};
@ -463,6 +467,7 @@ spi5: spi@40280000 {
<&hpdma 58 0x20 0x3021>;
dma-names = "rx", "tx";
access-controllers = <&rifsc 26>;
power-domains = <&cluster_pd>;
status = "disabled";
};