Tool/software: Linux
Hello TI E2E experts,
I am using Linux 4.9.xx on Am335x. Kernel crashes while entering to low power mode (deepsleep/suspend) in CPPI41 driver.
steps to reproduce
- modprobe -r musb_dsps
- echo mem > /sys/power/state
This line of the code which crashes due to USBSS is disabled. however it works in older kernel version such as 4.1.
cdd->dma_tdfdq = cppi_readl(cdd->ctrl_mem + DMA_TDFDQ);
Any comments /?
Thanks