Add the power-domains property in all i2c 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..4d5222698a16 100644
--- a/arch/arm64/boot/dts/st/stm32mp251.dtsi
+++ b/arch/arm64/boot/dts/st/stm32mp251.dtsi
@@ -780,6 +780,7 @@ i2c1: i2c@40120000 {
<&hpdma 28 0x20 0x3021>;
dma-names = "rx", "tx";
access-controllers = <&rifsc 41>;
+ power-domains = <&CLUSTER_PD>;
status = "disabled";
};
@@ -796,6 +797,7 @@ i2c2: i2c@40130000 {
<&hpdma 31 0x20 0x3021>;
dma-names = "rx", "tx";
access-controllers = <&rifsc 42>;
+ power-domains = <&CLUSTER_PD>;
status = "disabled";
};
@@ -812,6 +814,7 @@ i2c3: i2c@40140000 {
<&hpdma 34 0x20 0x3021>;
dma-names = "rx", "tx";
access-controllers = <&rifsc 43>;
+ power-domains = <&CLUSTER_PD>;
status = "disabled";
};
@@ -828,6 +831,7 @@ i2c4: i2c@40150000 {
<&hpdma 37 0x20 0x3021>;
dma-names = "rx", "tx";
access-controllers = <&rifsc 44>;
+ power-domains = <&CLUSTER_PD>;
status = "disabled";
};
@@ -844,6 +848,7 @@ i2c5: i2c@40160000 {
<&hpdma 40 0x20 0x3021>;
dma-names = "rx", "tx";
access-controllers = <&rifsc 45>;
+ power-domains = <&CLUSTER_PD>;
status = "disabled";
};
@@ -860,6 +865,7 @@ i2c6: i2c@40170000 {
<&hpdma 43 0x20 0x3021>;
dma-names = "rx", "tx";
access-controllers = <&rifsc 46>;
+ power-domains = <&CLUSTER_PD>;
status = "disabled";
};
@@ -876,6 +882,7 @@ i2c7: i2c@40180000 {
<&hpdma 46 0x20 0x3021>;
dma-names = "rx", "tx";
access-controllers = <&rifsc 47>;
+ power-domains = <&CLUSTER_PD>;
status = "disabled";
};
@@ -1460,6 +1467,7 @@ i2c8: i2c@46040000 {
<&hpdma 169 0x20 0x3021>;
dma-names = "rx", "tx";
access-controllers = <&rifsc 48>;
+ power-domains = <&CLUSTER_PD>;
status = "disabled";
};
--
2.34.1