remoteproc: k3-r5: Force cast from iomem address space
authorAndrew Davis <afd@ti.com>
Mon, 21 Oct 2024 20:45:56 +0000 (15:45 -0500)
committerMathieu Poirier <mathieu.poirier@linaro.org>
Tue, 29 Oct 2024 17:19:26 +0000 (11:19 -0600)
commit760c69af2cc4c93aa6a58f50f637816657850099
tree8bffc2e88baba1f685804a1d9f14f35725c5e49a
parent06cbc5e45317c0521709f85c9046f3fbc57382c2
remoteproc: k3-r5: Force cast from iomem address space

These memory regions are mapped as Normal Non-Cached which on
does not have the normal IO address space limitations and so this
cast is safe. Add '__force' to explicitly specify that the cast is
intentional to remove a sparse check warning.

Signed-off-by: Andrew Davis <afd@ti.com>
Link: https://lore.kernel.org/r/20241021204557.929823-2-afd@ti.com
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
drivers/remoteproc/ti_k3_r5_remoteproc.c