aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/cezanne/chipset.cb
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2022-10-05 21:45:23 +0200
committerFelix Held <felix-coreboot@felixheld.de>2022-10-13 19:40:36 +0000
commitb65f609bfd2cf3b459937687015ebabe22421bb0 (patch)
tree37c26e56248ef7976d21e81273e4d36a2bd24ee5 /src/soc/amd/cezanne/chipset.cb
parent826955d36557619d1e9d3995d61e721f8382c5f0 (diff)
soc/amd/cezanne: Use devicetree ops over pci driver
Cezanne is a SoC so it makes sense to statically use ops instead of matching them to PCI DID/VID at runtime. Change-Id: If535221335217cee53bca956747e7f17f0a5fd8d Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/68143 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martin.roth@amd.corp-partner.google.com> Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
Diffstat (limited to 'src/soc/amd/cezanne/chipset.cb')
-rw-r--r--src/soc/amd/cezanne/chipset.cb18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/soc/amd/cezanne/chipset.cb b/src/soc/amd/cezanne/chipset.cb
index 3426f4e537..c25e7dc12a 100644
--- a/src/soc/amd/cezanne/chipset.cb
+++ b/src/soc/amd/cezanne/chipset.cb
@@ -4,7 +4,7 @@ chip soc/amd/cezanne
end
device domain 0 on
ops cezanne_pci_domain_ops
- device pci 00.0 alias gnb on end
+ device pci 00.0 alias gnb on ops cezanne_root_complex_operations end
device pci 00.2 alias iommu off end
device pci 01.0 on end # Dummy Host Bridge, do not disable
@@ -94,14 +94,14 @@ chip soc/amd/cezanne
device pci 14.0 alias smbus on end # primary FCH function
device pci 14.3 alias lpc_bridge on end
- device pci 18.0 alias data_fabric_0 on end
- device pci 18.1 alias data_fabric_1 on end
- device pci 18.2 alias data_fabric_2 on end
- device pci 18.3 alias data_fabric_3 on end
- device pci 18.4 alias data_fabric_4 on end
- device pci 18.5 alias data_fabric_5 on end
- device pci 18.6 alias data_fabric_6 on end
- device pci 18.7 alias data_fabric_7 on end
+ device pci 18.0 alias data_fabric_0 on ops cezanne_data_fabric_ops end
+ device pci 18.1 alias data_fabric_1 on ops cezanne_data_fabric_ops end
+ device pci 18.2 alias data_fabric_2 on ops cezanne_data_fabric_ops end
+ device pci 18.3 alias data_fabric_3 on ops cezanne_data_fabric_ops end
+ device pci 18.4 alias data_fabric_4 on ops cezanne_data_fabric_ops end
+ device pci 18.5 alias data_fabric_5 on ops cezanne_data_fabric_ops end
+ device pci 18.6 alias data_fabric_6 on ops cezanne_data_fabric_ops end
+ device pci 18.7 alias data_fabric_7 on ops cezanne_data_fabric_ops end
end
device mmio 0xfedc2000 alias i2c_0 off ops soc_amd_i2c_mmio_ops end