Re: [PATCH] ARM: dts: ti/omap: gta04: fix pm issues caused by spi module
From: Tony Lindgren
Date: Sun Nov 17 2024 - 06:19:52 EST
* Andreas Kemnade <andreas@xxxxxxxxxxxx> [241116 20:27]:
> mcspi is per default in slave mode, setting it to master solves issues.
> And that happens when the driver is probed because its default is
> master.
OK interesting. Maybe set up a quirk function for it in ti-sysc.c.
That way the mcspi will get idled also when set to status disabled
and no mcspi driver is loaded.
Regards,
Tony