]> git.dujemihanovic.xyz Git - u-boot.git/commit
remoteproc: k3-dsp: Avoid reloading of firmware
authorUdit Kumar <u-kumar1@ti.com>
Sat, 25 Nov 2023 18:29:39 +0000 (23:59 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 19 Dec 2023 15:07:48 +0000 (10:07 -0500)
commit34fc1861239f1c6b92252359127eb3b74ca792a5
tree145859dc975836eb9618e84e0610ca0de179c5d1
parentc86c1d0383e56e4ac08bf21227a2fdd0af167e4b
remoteproc: k3-dsp: Avoid reloading of firmware

DSP core is going into abnormal state when load callback is called
after starting of DSP core.
Reload of firmware needs core to be stopped first, followed by
load.
So avoid loading of firmware, when core is started.

Signed-off-by: Udit Kumar <u-kumar1@ti.com>
drivers/remoteproc/ti_k3_dsp_rproc.c