summaryrefslogtreecommitdiff
path: root/drivers/iommu/ipmmu-vmsa.c
diff options
context:
space:
mode:
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>2021-01-28 22:03:00 +0900
committerJoerg Roedel <jroedel@suse.de>2021-01-29 09:27:21 +0100
commitcec0813da56aa5fcca8da839c76f58c8273a4c66 (patch)
tree950d912693a18e6c29e425d3ae5e69f27298edb1 /drivers/iommu/ipmmu-vmsa.c
parent815cdd86038b809ef9fc3d42aed1f248414df3ce (diff)
iommu/ipmmu-vmsa: Allow SDHI devices
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>
Diffstat (limited to 'drivers/iommu/ipmmu-vmsa.c')
-rw-r--r--drivers/iommu/ipmmu-vmsa.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/iommu/ipmmu-vmsa.c b/drivers/iommu/ipmmu-vmsa.c
index 96aee98889be..eaaec0a55cc6 100644
--- a/drivers/iommu/ipmmu-vmsa.c
+++ b/drivers/iommu/ipmmu-vmsa.c
@@ -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)