iommu/ipmmu-vmsa: Allow SDHI devices
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Thu, 28 Jan 2021 13:03:00 +0000 (22:03 +0900)
committerJoerg Roedel <jroedel@suse.de>
Fri, 29 Jan 2021 08:27:21 +0000 (09:27 +0100)
Add SDHI devices into devices_allowlist.

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Link: https://lore.kernel.org/r/1611838980-4940-3-git-send-email-yoshihiro.shimoda.uh@renesas.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/ipmmu-vmsa.c

index 96aee98..eaaec0a 100644 (file)
@@ -749,6 +749,10 @@ static const struct soc_device_attribute soc_denylist[] = {
 };
 
 static const char * const devices_allowlist[] = {
+       "ee100000.mmc",
+       "ee120000.mmc",
+       "ee140000.mmc",
+       "ee160000.mmc"
 };
 
 static bool ipmmu_device_is_allowed(struct device *dev)