]> Gentwo Git Trees - linux/.git/commit
firmware: tegra: Do not warn on missing memory-region property
authorThierry Reding <treding@nvidia.com>
Tue, 29 Jul 2025 14:28:02 +0000 (16:28 +0200)
committerThierry Reding <treding@nvidia.com>
Mon, 15 Sep 2025 16:28:09 +0000 (18:28 +0200)
commit6131690df4adae33e01c0b51b9b78b3e8ed3b76f
tree5190c0554ff678328beb522b500f0750004b4c9e
parent8f5ae30d69d7543eee0d70083daf4de8fe15d585
firmware: tegra: Do not warn on missing memory-region property

The IPC shared memory can reside in system memory or SRAM. In the latter
case the memory-region property is expected not to be present, so do not
warn about it.

Reported-by: Jonathan Hunter <jonathanh@nvidia.com>
Fixes: dbe4efea38d0 ("firmware: tegra: bpmp: Use of_reserved_mem_region_to_resource() for "memory-region"")
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/firmware/tegra/bpmp-tegra186.c