Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HSD #14017114324: fpga: stratix10-soc: wait for COMMAND_FIRMWARE_VERS…
…ION to complete With the introduction of stratix10_svc_done(), all SMC call has to be completed before calling stratix10_svc_done(). The driver is missing a wait_for_completion_timeout() after requesting for COMMAND_FIRMWARE_VERSION. This cause SVC driver to stop its thread before COMMAND_FIRMWARE_VERSION is complete. Thus, the driver will receive invalid firmware version. Signed-off-by: Teh Wen Ping <[email protected]>
- Loading branch information