diff options
author | Felix Singer <felixsinger@posteo.net> | 2024-01-13 23:01:57 +0100 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-01-14 23:24:00 +0000 |
commit | edf122a8cbe60d673205e83d627bdc383fb8687d (patch) | |
tree | ec562a71fca84930b1a78a1b0992cace43b602c6 /src/mainboard/lenovo/t520/variants/w520/overridetree.cb | |
parent | f4842bbc145da72c37321fed876b3140f79c6aa7 (diff) |
mb/lenovo/t520: Convert remaining PCI numbers into reference names
Change-Id: I18ce899516fd38b21ded1e3144aa22e705c534b8
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79965
Reviewed-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/lenovo/t520/variants/w520/overridetree.cb')
-rw-r--r-- | src/mainboard/lenovo/t520/variants/w520/overridetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/t520/variants/w520/overridetree.cb b/src/mainboard/lenovo/t520/variants/w520/overridetree.cb index 4e03e753f4..84d4dd6d9e 100644 --- a/src/mainboard/lenovo/t520/variants/w520/overridetree.cb +++ b/src/mainboard/lenovo/t520/variants/w520/overridetree.cb @@ -2,7 +2,7 @@ chip northbridge/intel/sandybridge register "spd_addresses" = "{0x50, 0x52, 0x51, 0x53}" device domain 0 on chip southbridge/intel/bd82x6x # Intel Series 6 Cougar Point PCH - device pci 1c.6 on end # PCIe Port #7 USB 3.0 + device ref pcie_rp7 on end # PCIe Port #7 USB 3.0 end end end |