iommu/omap: Add registration for DT fwnode pointer
authorTero Kristo via iommu <iommu@lists.linux-foundation.org>
Fri, 24 Apr 2020 14:58:28 +0000 (17:58 +0300)
committerJoerg Roedel <jroedel@suse.de>
Mon, 18 May 2020 13:39:45 +0000 (15:39 +0200)
commit5df362a53f7d36e032668e7e6725d80622b98525
tree2a27780ddda526cd53d287e1bba75cf30c76d2bf
parent46b14fc61bfa409efe95a7752a5dba361d753c66
iommu/omap: Add registration for DT fwnode pointer

The fwnode pointer must be passed to the iommu core, so that the core
can map the IOMMU towards device requests properly. Without this, some
IOMMU clients like OMAP remoteproc will fail the iommu configuration
multiple times with -EPROBE_DEFER, which will eventually be ignored with
a kernel warning banner.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Link: https://lore.kernel.org/r/20200424145828.3159-1-t-kristo@ti.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/omap-iommu.c