From d4e68eb4147c5306f50e027950142db9ba46609c Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Thu, 3 Jun 2021 18:43:44 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/55169 Tested-by: build bot (Jenkins) Reviewed-by: Swift Geek (Sebastian Grzywna) Reviewed-by: Paul Menzel --- src/mainboard/lenovo/t410/devicetree.cb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/lenovo') diff --git a/src/mainboard/lenovo/t410/devicetree.cb b/src/mainboard/lenovo/t410/devicetree.cb index 4d10508a9c..a4f3463268 100644 --- a/src/mainboard/lenovo/t410/devicetree.cb +++ b/src/mainboard/lenovo/t410/devicetree.cb @@ -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 -- cgit v1.2.3