Add the power-domains property in all i2c instances available
on the stm32mp231.dtsi
Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
---
arch/arm64/boot/dts/st/stm32mp231.dtsi | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm64/boot/dts/st/stm32mp231.dtsi b/arch/arm64/boot/dts/st/stm32mp231.dtsi
index 88e214d395ab..3d2a71e0341f 100644
--- a/arch/arm64/boot/dts/st/stm32mp231.dtsi
+++ b/arch/arm64/boot/dts/st/stm32mp231.dtsi
@@ -359,6 +359,7 @@ i2c1: i2c@40120000 {
<&hpdma 28 0x20 0x3021>;
dma-names = "rx", "tx";
access-controllers = <&rifsc 41>;
+ power-domains = <&cluster_pd>;
status = "disabled";
};
@@ -375,6 +376,7 @@ i2c2: i2c@40130000 {
<&hpdma 31 0x20 0x3021>;
dma-names = "rx", "tx";
access-controllers = <&rifsc 42>;
+ power-domains = <&cluster_pd>;
status = "disabled";
};
@@ -391,6 +393,7 @@ i2c7: i2c@40180000 {
<&hpdma 46 0x20 0x3021>;
dma-names = "rx", "tx";
access-controllers = <&rifsc 47>;
+ power-domains = <&cluster_pd>;
status = "disabled";
};
@@ -664,6 +667,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