diff options
author | Jagadish Krishnamoorthy <jagadish.krishnamoorthy@intel.com> | 2018-05-17 17:08:51 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-05-19 16:55:42 +0000 |
commit | 757a246ccdb993f1e1e88a260293e3f151db8e3a (patch) | |
tree | 4c3e4ef6bbb9f297a2638ed934bb18f591324d3c | |
parent | cbdbf01807d1f67f76eeb66b08fc5da8b1747d26 (diff) |
mb/google/octopus: enable xdci controller
BUG=b:79343083
BRANCH=NONE
TEST=On Yorp board, lspci should list xdci,
00:15.1 USB controller
Change-Id: I3a4878389a1b5b7abcaccf6ab16b67848aaaee83
Signed-off-by: Jagadish Krishnamoorthy <jagadish.krishnamoorthy@intel.com>
Reviewed-on: https://review.coreboot.org/26358
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
-rw-r--r-- | src/mainboard/google/octopus/variants/baseboard/devicetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/octopus/variants/baseboard/devicetree.cb b/src/mainboard/google/octopus/variants/baseboard/devicetree.cb index 128feda04d..fa86cc4ae9 100644 --- a/src/mainboard/google/octopus/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/octopus/variants/baseboard/devicetree.cb @@ -126,7 +126,7 @@ chip soc/intel/apollolake device pci 14.0 off end # - PCIe-B 0 device pci 14.1 off end # - PCIe-B 1 device pci 15.0 on end # - XHCI - device pci 15.1 off end # - XDCI + device pci 15.1 on end # - XDCI device pci 16.0 on chip drivers/i2c/hid register "generic.hid" = ""WCOM50C1"" |