diff options
author | Youness Alaoui <kakaroto@kakaroto.homelinux.net> | 2017-02-07 14:01:01 -0500 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-02-22 22:25:47 +0100 |
commit | 20ec37b80cc6fcc8b38939bad54f26bf3bdd2fea (patch) | |
tree | 19b6c7aa962a791814409942682a4a1779d83d61 /src | |
parent | a462c157f8a98e9e115e84a2d9d142c9b878210e (diff) | |
download | coreboot-20ec37b80cc6fcc8b38939bad54f26bf3bdd2fea.tar.gz coreboot-20ec37b80cc6fcc8b38939bad54f26bf3bdd2fea.tar.bz2 coreboot-20ec37b80cc6fcc8b38939bad54f26bf3bdd2fea.zip |
purism/librem13: Enable PCIe ports 1 and 2
Change-Id: I1fa72e59866ee4aad34d4b60e499f6e37acc367f
Signed-off-by: Youness Alaoui <youness.alaoui@puri.sm>
Reviewed-on: https://review.coreboot.org/18410
Tested-by: build bot (Jenkins)
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/purism/librem13/devicetree.cb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/purism/librem13/devicetree.cb b/src/mainboard/purism/librem13/devicetree.cb index 072e2129fb73..af6641a658fe 100644 --- a/src/mainboard/purism/librem13/devicetree.cb +++ b/src/mainboard/purism/librem13/devicetree.cb @@ -49,8 +49,8 @@ chip soc/intel/broadwell device pci 17.0 off end # SDIO device pci 19.0 off end # GbE device pci 1b.0 on end # High Definition Audio - device pci 1c.0 off end # PCIe Port #1 - device pci 1c.1 off end # PCIe Port #2 + device pci 1c.0 on end # PCIe Port #1 + device pci 1c.1 on end # PCIe Port #2 device pci 1c.2 on end # PCIe Port #3 - LAN device pci 1c.3 on end # PCIe Port #4 - WiFi device pci 1c.4 off end # PCIe Port #5 |