On Fri, Nov 04, 2022 at 12:55:11PM +0100, Marek Szyprowski wrote: > Registering SYSMMU platform driver might directly trigger initializing > IOMMU domains and performing initial mappings. That time all common > resources for the SYSMMU driver must be already allocated, so move > platform driver registration to the end of exynos_iommu_init() function. > > Signed-off-by: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx> > --- > drivers/iommu/exynos-iommu.c | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) Applied, thanks.