diff options
Diffstat (limited to 'src/soc/amd/cezanne')
-rw-r--r-- | src/soc/amd/cezanne/chipset.cb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/soc/amd/cezanne/chipset.cb b/src/soc/amd/cezanne/chipset.cb index 0762ea1d26..ccce4859d8 100644 --- a/src/soc/amd/cezanne/chipset.cb +++ b/src/soc/amd/cezanne/chipset.cb @@ -7,12 +7,12 @@ chip soc/amd/cezanne device pci 00.0 alias gnb on ops cezanne_root_complex_operations 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.0 on end # Dummy device function, do not disable device pci 01.1 alias gpp_gfx_bridge_0 off ops amd_external_pcie_gpp_ops end device pci 01.2 alias gpp_gfx_bridge_1 off ops amd_external_pcie_gpp_ops end device pci 01.3 alias gpp_gfx_bridge_2 off ops amd_external_pcie_gpp_ops end - device pci 02.0 on end # Dummy Host Bridge, do not disable + device pci 02.0 on end # Dummy device function, do not disable device pci 02.1 alias gpp_bridge_0 off ops amd_external_pcie_gpp_ops end device pci 02.2 alias gpp_bridge_1 off ops amd_external_pcie_gpp_ops end device pci 02.3 alias gpp_bridge_2 off ops amd_external_pcie_gpp_ops end @@ -21,7 +21,7 @@ chip soc/amd/cezanne device pci 02.6 alias gpp_bridge_5 off ops amd_external_pcie_gpp_ops end device pci 02.7 alias gpp_bridge_6 off ops amd_external_pcie_gpp_ops end - device pci 08.0 on end # Dummy Host Bridge, do not disable + device pci 08.0 on end # Dummy device function, do not disable device pci 08.1 alias gpp_bridge_a off # Internal GPP Bridge 0 to Bus A ops amd_internal_pcie_gpp_ops device pci 0.0 alias gfx off ops amd_graphics_ops end # Internal GPU (GFX) |