mb/lenovo/t530: Convert remaining PCI numbers into reference names

Change-Id: Ied9f37355432d58f83cb8453111a261c4eddc14a
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79937
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <patrick.rudolph@9elements.com>
This commit is contained in:
Felix Singer 2024-01-13 22:03:24 +01:00 committed by Felix Singer
parent c1a0e128a0
commit 7563a32981
2 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@ chip northbridge/intel/sandybridge
register "spd_addresses" = "{0x50, 0, 0x51, 0}"
device domain 0 on
chip southbridge/intel/bd82x6x # Intel Series 7 Panther Point PCH
device pci 1f.0 on # PCI-LPC bridge
device ref lpc on # PCI-LPC bridge
chip ec/lenovo/h8
device pnp ff.2 on end # dummy
register "has_wwan_detection" = "1"

View File

@ -1,26 +1,26 @@
chip northbridge/intel/sandybridge
register "spd_addresses" = "{0x50, 0x52, 0x51, 0x53}"
device domain 0 on
device pci 02.0 on # Internal graphics VGA controller
device ref igd on # Internal graphics VGA controller
subsystemid 0x17aa 0x21f5
end
chip southbridge/intel/bd82x6x # Intel Series 7 Panther Point PCH
device pci 16.3 on end # Management Engine KT
device pci 1c.0 on # PCIe Port #1
device ref me_kt on end # Management Engine KT
device ref pcie_rp1 on # PCIe Port #1
chip drivers/ricoh/rce822 # Ricoh cardreader
register "disable_mask" = "0x83"
register "sdwppol" = "1"
device pci 00.0 on end # Ricoh SD card reader
end
end
device pci 1f.0 on # PCI-LPC bridge
device ref lpc on # PCI-LPC bridge
chip ec/lenovo/h8
device pnp ff.2 on end # dummy
register "config1" = "0x01"
register "config3" = "0xe2"
end
end
device pci 1f.6 off end # Thermal
device ref thermal off end # Thermal
end
end
end