• Jon Hunter's avatar
    firmware: tegra: Defer BPMP probe if shared memory not available · 10b20066
    Jon Hunter authored
    Since commit 93d2e432 ("of: platform: Batch fwnode parsing when
    adding all top level devices") was added, the probing of the Tegra
    SRAM device has occurred later in the boot sequence, after the BPMP
    has been probed. The BPMP uses sections of the SRAM for shared memory
    and if the BPMP is probed before the SRAM then it fails to probe and
    never tries again. This is causing a boot failure on Tegra186 and
    Tegra194. Fix this by allowing the probe of the BPMP to be deferred if
    the SRAM is not available yet.
    Signed-off-by: default avatarJon Hunter <jonathanh@nvidia.com>
    Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
    10b20066
bpmp-tegra186.c 7.24 KB