]> git.dujemihanovic.xyz Git - u-boot.git/commit
soc: qcom: cmd-db: map cmd-db region
authorCaleb Connolly <caleb.connolly@linaro.org>
Thu, 8 Aug 2024 23:59:33 +0000 (01:59 +0200)
committerCaleb Connolly <caleb.connolly@linaro.org>
Fri, 6 Sep 2024 08:47:46 +0000 (10:47 +0200)
commita9cbf76e4dd3c3295ed975a14ae4dfb258aefd4b
treebeed87941e05c158aa6b22812fc3c4a127466e78
parent75acc51189117b9c42232d0ea5c75cf72e39a4d8
soc: qcom: cmd-db: map cmd-db region

On at least SM8650 this region might not be included in the memory map.
Use the new mmu_map_region() helper to map it during bind().

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
drivers/soc/qcom/cmd-db.c