Angel Pons has uploaded this change for review.

View Change

mb/lenovo/t410: Enable WWAN 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>
---
M src/mainboard/lenovo/t410/devicetree.cb
1 file changed, 2 insertions(+), 2 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/69/55169/1
diff --git a/src/mainboard/lenovo/t410/devicetree.cb b/src/mainboard/lenovo/t410/devicetree.cb
index 5f167df..a0c9a64 100644
--- a/src/mainboard/lenovo/t410/devicetree.cb
+++ b/src/mainboard/lenovo/t410/devicetree.cb
@@ -72,8 +72,8 @@
end

device pci 1c.0 on end # PCIe Port #1 (wlan)
- device pci 1c.1 off end # PCIe Port #2 (wwan)
- device pci 1c.2 off end # PCIe Port #3 (wusb)
+ device pci 1c.1 on end # PCIe Port #2 (wwan)
+ device pci 1c.2 on end # PCIe Port #3 (wusb)
device pci 1c.3 on end # PCIe Port #4 (ExpressCard)
device pci 1c.4 on
subsystemid 0x17aa 0x2133

To view, visit change 55169. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I26ace6e043c7c66f8944f0986923014703423b8c
Gerrit-Change-Number: 55169
Gerrit-PatchSet: 1
Gerrit-Owner: Angel Pons <th3fanbus@gmail.com>
Gerrit-MessageType: newchange