remoteproc: k3_system_controller: Increase rx timeout
authorLokesh Vutla <lokeshvutla@ti.com>
Thu, 2 May 2019 10:05:52 +0000 (15:35 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 10 May 2019 00:22:05 +0000 (20:22 -0400)
commit0d7b6cffa532eecfdc7cb87c2c65cd311344981f
tree0afab773bb17cb8f33ab6e2e2b969423ec36140b
parenta325796da48c3623b9e572dc329f97b83ec2a01c
remoteproc: k3_system_controller: Increase rx timeout

There is one case where 400ms is not sufficient for loading the
system firmware:
- System firmware is not signed with rsa degenerate key.
- ROM loading the sysfw directly from SPI flash which is in memory
  mapped mode.

The above scenario is definitely not desired in production use cases
as it effects boot time. But still keeping this support as this is
a valid boot scenario.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
drivers/remoteproc/k3_system_controller.c