We have a custom board based on i.MX93 running with Linux 6.6.52, and in principle everything works fine.
But calling reboot stuck at the end and does not restart the CPU and the board.
In U-Boot the command reset works perfect.
I followed the calls and can see, both, U-Boot and Linux kernel, calls
invoke_psci_fn(PSCI_0_2_FN_SYSTEM_RESET, 0, 0, 0);
In U-Boot the CPU restarts, in Linux nothing is happening after that PSCI call.
I tried CONFIG_ARM_PSCI_CHECKER to see if PSCI is working and the tests done during Linux boot finished with success.
So it looks like the according PSCI call PSCI_0_2_FN_SYSTEM_RESET is not working correct under Linux.
Any idea what could be the reason?