diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2017-08-23 05:00:32 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2017-08-31 16:29:12 +0000 |
commit | 1b526621c9cbfb039b6bfc732ec56d1c4a87e3e9 (patch) | |
tree | 28341afa563a357ade8afe3abfae575fb64bc1c8 /src/mainboard/lenovo/g505s/devicetree.cb | |
parent | 6acaca7e409e914e6f1d8d58a864002678153ed5 (diff) |
lenovo/g505s: Enable XHCI device in devicetree
Enabling XHCI is additionally controlled with Kconfig
option HUDSON_XHCI_ENABLE. Even when it is enabled,
it EHCI debug works on the USB port next to the
DVD drive door.
Change-Id: I83738da6015f58ecd0819c553d333a176365dc78
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/21157
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/lenovo/g505s/devicetree.cb')
-rw-r--r-- | src/mainboard/lenovo/g505s/devicetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/g505s/devicetree.cb b/src/mainboard/lenovo/g505s/devicetree.cb index b12ab370b5..0b8f2676c3 100644 --- a/src/mainboard/lenovo/g505s/devicetree.cb +++ b/src/mainboard/lenovo/g505s/devicetree.cb @@ -40,7 +40,7 @@ chip northbridge/amd/agesa/family15tn/root_complex end #chip northbridge/amd/agesa/family15tn # PCI side of HT root complex chip southbridge/amd/agesa/hudson # it is under NB/SB Link, but on the same pci bus - device pci 10.0 off end # FCH USB XHCI Controller HC0 (N.B. breaks EHCI debug!!!) + device pci 10.0 on end # FCH USB XHCI Controller HC0 device pci 11.0 on end # FCH SATA Controller [AHCI mode] device pci 12.0 on end # FCH USB OHCI Controller device pci 12.2 on end # FCH USB EHCI Controller |