From b3dcb96dc57ade665306e9c03f41353fd11737aa Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Wed, 5 Oct 2022 21:54:29 +0200 Subject: soc/amd/*: Hook up IOMMU ops in devicetree This removed the need to maintain a PCI driver. Change-Id: I43def81d615749008fcc9de8734fa2aca752aa9d Signed-off-by: Arthur Heymans Signed-off-by: Felix Held Reviewed-on: https://review.coreboot.org/c/coreboot/+/68146 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/soc/amd/cezanne/chipset.cb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/amd/cezanne') diff --git a/src/soc/amd/cezanne/chipset.cb b/src/soc/amd/cezanne/chipset.cb index 3a6ea4219e..2c4ff52f43 100644 --- a/src/soc/amd/cezanne/chipset.cb +++ b/src/soc/amd/cezanne/chipset.cb @@ -5,7 +5,7 @@ chip soc/amd/cezanne device domain 0 on ops cezanne_pci_domain_ops device pci 00.0 alias gnb on ops cezanne_root_complex_operations end - device pci 00.2 alias iommu off end + device pci 00.2 alias iommu off ops amd_iommu_ops end device pci 01.0 on end # Dummy Host Bridge, do not disable device pci 01.1 alias gpp_gfx_bridge_0 off end -- cgit v1.2.3