mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-13 14:24:11 +08:00
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>
This commit is contained in:
parent
815cdd8603
commit
cec0813da5
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user