mb/lenovo/t410: Enable WLAN and WUSB PCIe ports
These PCH PCIe ports are used and should be enabled. Resolves: https://ticket.coreboot.org/issues/311 Change-Id: I26ace6e043c7c66f8944f0986923014703423b8c Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/55169 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Swift Geek (Sebastian Grzywna) <swiftgeek@gmail.com> Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
This commit is contained in:
parent
3269ad328a
commit
d4e68eb414
|
@ -72,8 +72,8 @@ chip northbridge/intel/ironlake
|
|||
end
|
||||
|
||||
device pci 1c.0 on end # PCIe Port #1: WWAN mPCIe slot
|
||||
device pci 1c.1 off end # PCIe Port #2: WLAN mPCIe slot
|
||||
device pci 1c.2 off end # PCIe Port #3: WUSB mPCIe slot
|
||||
device pci 1c.1 on end # PCIe Port #2: WLAN mPCIe slot
|
||||
device pci 1c.2 on end # PCIe Port #3: WUSB mPCIe slot
|
||||
device pci 1c.3 on end # PCIe Port #4: ExpressCard
|
||||
device pci 1c.4 on # PCIe Port #5: Ricoh SD & FireWire
|
||||
subsystemid 0x17aa 0x2133
|
||||
|
|
Loading…
Reference in New Issue