Add the power-domains property in all spi instances available
on the stm32mp251.dtsi
Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
---
arch/arm64/boot/dts/st/stm32mp251.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm64/boot/dts/st/stm32mp251.dtsi b/arch/arm64/boot/dts/st/stm32mp251.dtsi
index a8e6e0f77b83..64c3487b3cda 100644
--- a/arch/arm64/boot/dts/st/stm32mp251.dtsi
+++ b/arch/arm64/boot/dts/st/stm32mp251.dtsi
@@ -672,6 +672,7 @@ spi2: spi@400b0000 {
<&hpdma 52 0x20 0x3021>;
dma-names = "rx", "tx";
access-controllers = <&rifsc 23>;
+ power-domains = <&CLUSTER_PD>;
status = "disabled";
};
@@ -702,6 +703,7 @@ spi3: spi@400c0000 {
<&hpdma 54 0x20 0x3021>;
dma-names = "rx", "tx";
access-controllers = <&rifsc 24>;
+ power-domains = <&CLUSTER_PD>;
status = "disabled";
};
@@ -1048,6 +1050,7 @@ spi1: spi@40230000 {
<&hpdma 50 0x20 0x3021>;
dma-names = "rx", "tx";
access-controllers = <&rifsc 22>;
+ power-domains = <&CLUSTER_PD>;
status = "disabled";
};
@@ -1063,6 +1066,7 @@ spi4: spi@40240000 {
<&hpdma 56 0x20 0x3021>;
dma-names = "rx", "tx";
access-controllers = <&rifsc 25>;
+ power-domains = <&CLUSTER_PD>;
status = "disabled";
};
@@ -1171,6 +1175,7 @@ spi5: spi@40280000 {
<&hpdma 58 0x20 0x3021>;
dma-names = "rx", "tx";
access-controllers = <&rifsc 26>;
+ power-domains = <&CLUSTER_PD>;
status = "disabled";
};
@@ -1380,6 +1385,7 @@ spi6: spi@40350000 {
<&hpdma 60 0x20 0x3021>;
dma-names = "rx", "tx";
access-controllers = <&rifsc 27>;
+ power-domains = <&CLUSTER_PD>;
status = "disabled";
};
@@ -1395,6 +1401,7 @@ spi7: spi@40360000 {
<&hpdma 62 0x20 0x3021>;
dma-names = "rx", "tx";
access-controllers = <&rifsc 28>;
+ power-domains = <&CLUSTER_PD>;
status = "disabled";
};
@@ -1444,6 +1451,7 @@ spi8: spi@46020000 {
<&hpdma 172 0x20 0x3021>;
dma-names = "rx", "tx";
access-controllers = <&rifsc 29>;
+ power-domains = <&CLUSTER_PD>;
status = "disabled";
};
--
2.34.1