iommu/exynos: Remove custom platform device registration code
authorMarek Szyprowski <m.szyprowski@samsung.com>
Fri, 4 Aug 2017 10:28:33 +0000 (12:28 +0200)
committerJoerg Roedel <jroedel@suse.de>
Fri, 4 Aug 2017 11:01:33 +0000 (13:01 +0200)
commit928055a01b3f9d8d50dea522227b3e7b65409fed
tree7ae47995f6e4a4bbfa5c1271bb2247fd1ef97e24
parentdb3a7fd7a9027efac3e4f7cb2582e142cd6b9d47
iommu/exynos: Remove custom platform device registration code

Commit 09515ef5ddad ("of/acpi: Configure dma operations at probe time for
platform/amba/pci bus devices") postponed the moment of attaching IOMMU
controller to its device, so there is no need to register IOMMU controllers
very early, before all other devices in the system. This change gives us an
opportunity to use standard platform device registration method also for
Exynos SYSMMU controllers.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/exynos-iommu.c