db845c: Add deferred_probe_timeout=30 to the boot arguments

With changes landing in 5.7-rc, adding deferred_probe_timeout=30
argument on the boot line allows modules dependencies to be able
to be resolved after init.

Otherwise we may see some modules fail to load due to missing
dependencies and then if the dependencies are loaded after init
begins, the modules waiting will fail to get EPROBE_DEFER errors
and will just fail for good.

Signed-off-by: John Stultz <john.stultz@linaro.org>
Change-Id: I0715ae5099ec5511e0154b7c88c098a16fde9fb8
1 file changed