diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-06-03 18:43:44 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2021-06-06 13:57:08 +0000 |
commit | d4e68eb4147c5306f50e027950142db9ba46609c (patch) | |
tree | 0f17e773db60d73355c0ed19e50d7fd86c4ac017 /src/mainboard/lenovo/t410/devicetree.cb | |
parent | 3269ad328a9e88bf3e0a6f18e77da0491b6f8c65 (diff) |
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>
Diffstat (limited to 'src/mainboard/lenovo/t410/devicetree.cb')
-rw-r--r-- | src/mainboard/lenovo/t410/devicetree.cb | 4 |
1 files changed, 2 insertions, 2 deletions
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 |