2025-11-03 9:49 PM - last edited on 2025-11-04 3:35 AM by Andrew Neil
I am currently using the distribution version:
V5、rt 6.1.82-rt patch、stm32mp257
Currently, the SPI interface is bound by default power-domains;
I don't want the SPI interface to enter sleep mode during idle time, as it may cause Oops issues
1.How can I prevent it from entering the regulation of this power domain? Do you want to directly delete power domains in the device tree?
2.Once power domains are deleted, will SPI peripherals not enter power consumption adjustment? Or is it in an unknown state?