Skip to content

Commit cec0813

Browse files
shimodayjoergroedel
authored andcommitted
iommu/ipmmu-vmsa: Allow SDHI devices
Add SDHI devices into devices_allowlist. Signed-off-by: Yoshihiro Shimoda <[email protected]> Link: https://lore.kernel.org/r/1611838980-4940-3-git-send-email-yoshihiro.shimoda.uh@renesas.com Signed-off-by: Joerg Roedel <[email protected]>
1 parent 815cdd8 commit cec0813

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/iommu/ipmmu-vmsa.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -749,6 +749,10 @@ static const struct soc_device_attribute soc_denylist[] = {
749749
};
750750

751751
static const char * const devices_allowlist[] = {
752+
"ee100000.mmc",
753+
"ee120000.mmc",
754+
"ee140000.mmc",
755+
"ee160000.mmc"
752756
};
753757

754758
static bool ipmmu_device_is_allowed(struct device *dev)

0 commit comments

Comments
 (0)