1
0
Fork 0

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>
master
Yoshihiro Shimoda 2021-01-28 22:03:00 +09:00 committed by Joerg Roedel
parent 815cdd8603
commit cec0813da5
1 changed files with 4 additions and 0 deletions

View 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)