mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 19:13:47 +02:00
arm64: dts: st: add power-domains in all spi of stm32mp251.dtsi
Add the power-domains property in all spi instances available on the stm32mp251.dtsi Signed-off-by: Alain Volmat <alain.volmat@foss.st.com> Link: https://lore.kernel.org/r/20251215-stm32-spi-mp2x-dt-updates-v1-2-464a5fd20f13@foss.st.com Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
This commit is contained in:
parent
0dfff7c550
commit
6d280a351e
|
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user