diff options
author | Felix Singer <felixsinger@posteo.net> | 2024-01-13 23:49:31 +0100 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-01-14 23:26:00 +0000 |
commit | 0b1f4382a53f4af51b5170c5f9d912ff1ca5409b (patch) | |
tree | 3ff49d73c6174f45b836d3826280360bba9e1dca /src/mainboard/asus/h61-series/variants/h61m-cs | |
parent | 85eff9275685b42a7f642e7bd6ba17f33a41e8af (diff) |
mb/asus/h61-series: Convert remaining PCI numbers into reference names
Change-Id: I8008fcc994e49c1626fd366c74661fcceb21a323
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79969
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Diffstat (limited to 'src/mainboard/asus/h61-series/variants/h61m-cs')
-rw-r--r-- | src/mainboard/asus/h61-series/variants/h61m-cs/overridetree.cb | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/mainboard/asus/h61-series/variants/h61m-cs/overridetree.cb b/src/mainboard/asus/h61-series/variants/h61m-cs/overridetree.cb index cb30fc3d11..066136cb4d 100644 --- a/src/mainboard/asus/h61-series/variants/h61m-cs/overridetree.cb +++ b/src/mainboard/asus/h61-series/variants/h61m-cs/overridetree.cb @@ -5,21 +5,21 @@ chip northbridge/intel/sandybridge subsystemid 0x1043 0x844d inherit chip southbridge/intel/bd82x6x register "gen1_dec" = "0x000c0291" - device pci 1b.0 on # High Definition Audio controller + device ref hda on # High Definition Audio controller subsystemid 0x1043 0x8445 end - device pci 1c.0 off end # PCIe Port #1 - device pci 1c.1 off end # PCIe Port #2 - device pci 1c.2 off end # PCIe Port #3 - device pci 1c.3 on end # PCIe x1 Slot 1 PCIE_1 - device pci 1c.4 on end # PCIe x1 Slot 2 PCIE_2 - device pci 1c.5 on # Realtek Gigabit NIC + device ref pcie_rp1 off end # PCIe Port #1 + device ref pcie_rp2 off end # PCIe Port #2 + device ref pcie_rp3 off end # PCIe Port #3 + device ref pcie_rp4 on end # PCIe x1 Slot 1 PCIE_1 + device ref pcie_rp5 on end # PCIe x1 Slot 2 PCIE_2 + device ref pcie_rp6 on # Realtek Gigabit NIC device pci 00.0 on end end - device pci 1c.6 off end # PCIe Port #7 - device pci 1c.7 off end # PCIe Port #8 + device ref pcie_rp7 off end # PCIe Port #7 + device ref pcie_rp8 off end # PCIe Port #8 - device pci 1f.0 on # LPC bridge PCI-LPC bridge + device ref lpc on # LPC bridge PCI-LPC bridge chip superio/nuvoton/nct6779d device pnp 2e.1 off end # Parallel device pnp 2e.2 off end # UART A |