mb/asrock/e350m1: Enable USB on mPCIe
Verified by running following on vendor and observing mPCIe USB device (dis)appearing: echo 1 > /sys/bus/pci/devices/0000:00:16.0/remove echo 1 > /sys/bus/pci/devices/0000:00:16.2/remove echo 1 > /sys/bus/pci/devices/0000:00:00.0/rescan Change-Id: I6ee7e3679c9cd87b81f955c68ec89db1dda30aec Signed-off-by: Sebastian 'Swift Geek' Grzywna <swiftgeek@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/57307 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
5e3854ae7b
commit
e277d0807f
|
@ -92,8 +92,8 @@ chip northbridge/amd/agesa/family14/root_complex
|
|||
device pci 15.1 on end # PCIe PortB: NIC
|
||||
device pci 15.2 on end # PCIe PortC: USB3
|
||||
device pci 15.3 off end # PCIe PortD
|
||||
device pci 16.0 off end # OHCI USB3
|
||||
device pci 16.2 off end # EHCI USB3
|
||||
device pci 16.0 on end # OHCI mPCIe
|
||||
device pci 16.2 on end # EHCI mPCIe
|
||||
|
||||
# gpp_configuration options
|
||||
#0000: PortA lanes[3:0]
|
||||
|
|
Loading…
Reference in New Issue