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>
This commit is contained in:
parent
6acaca7e40
commit
1b526621c9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue