mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 18:43:33 +02:00
arm64: dts: st: add power-domains in all i2c of stm32mp231.dtsi
Add the power-domains property in all i2c instances available on the stm32mp231.dtsi Signed-off-by: Alain Volmat <alain.volmat@foss.st.com> Link: https://lore.kernel.org/r/20251215-stm32-i2c-mp2x-dt-updates-v1-3-2738a05a7af8@foss.st.com Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
This commit is contained in:
parent
4dc102d8fb
commit
d8d366cb6b
|
|
@ -361,6 +361,7 @@ i2c1: i2c@40120000 {
|
|||
<&hpdma 28 0x20 0x3021>;
|
||||
dma-names = "rx", "tx";
|
||||
access-controllers = <&rifsc 41>;
|
||||
power-domains = <&cluster_pd>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
@ -377,6 +378,7 @@ i2c2: i2c@40130000 {
|
|||
<&hpdma 31 0x20 0x3021>;
|
||||
dma-names = "rx", "tx";
|
||||
access-controllers = <&rifsc 42>;
|
||||
power-domains = <&cluster_pd>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
@ -393,6 +395,7 @@ i2c7: i2c@40180000 {
|
|||
<&hpdma 46 0x20 0x3021>;
|
||||
dma-names = "rx", "tx";
|
||||
access-controllers = <&rifsc 47>;
|
||||
power-domains = <&cluster_pd>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
@ -669,6 +672,7 @@ i2c8: i2c@46040000 {
|
|||
<&hpdma 169 0x20 0x3021>;
|
||||
dma-names = "rx", "tx";
|
||||
access-controllers = <&rifsc 48>;
|
||||
power-domains = <&cluster_pd>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user