Skip to content

Commit a5692f5

Browse files
Alain VolmatAlexandre Torgue
authored andcommitted
arm64: dts: st: add power-domains in all spi of stm32mp231.dtsi
Add the power-domains property in all spi instances available on the stm32mp231.dtsi Signed-off-by: Alain Volmat <alain.volmat@foss.st.com> Link: https://lore.kernel.org/r/20251215-stm32-spi-mp2x-dt-updates-v1-3-464a5fd20f13@foss.st.com Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
1 parent 6d280a3 commit a5692f5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

arch/arm64/boot/dts/st/stm32mp231.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@
251251
<&hpdma 52 0x20 0x3021>;
252252
dma-names = "rx", "tx";
253253
access-controllers = <&rifsc 23>;
254+
power-domains = <&cluster_pd>;
254255
status = "disabled";
255256
};
256257

@@ -281,6 +282,7 @@
281282
<&hpdma 54 0x20 0x3021>;
282283
dma-names = "rx", "tx";
283284
access-controllers = <&rifsc 24>;
285+
power-domains = <&cluster_pd>;
284286
status = "disabled";
285287
};
286288

@@ -433,6 +435,7 @@
433435
<&hpdma 50 0x20 0x3021>;
434436
dma-names = "rx", "tx";
435437
access-controllers = <&rifsc 22>;
438+
power-domains = <&cluster_pd>;
436439
status = "disabled";
437440
};
438441

@@ -448,6 +451,7 @@
448451
<&hpdma 56 0x20 0x3021>;
449452
dma-names = "rx", "tx";
450453
access-controllers = <&rifsc 25>;
454+
power-domains = <&cluster_pd>;
451455
status = "disabled";
452456
};
453457

@@ -463,6 +467,7 @@
463467
<&hpdma 58 0x20 0x3021>;
464468
dma-names = "rx", "tx";
465469
access-controllers = <&rifsc 26>;
470+
power-domains = <&cluster_pd>;
466471
status = "disabled";
467472
};
468473

0 commit comments

Comments
 (0)