mainboard/intel/galileo: Enable USB device support
Turn on the USB device port. TEST=Build and run on Galileo Gen2 Change-Id: Ic1fbb2cd51414ce927f2b408ccd27c7edf978744 Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com> Reviewed-on: https://review.coreboot.org/14943 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
parent
fd45658a68
commit
277279343f
|
@ -31,7 +31,7 @@ chip soc/intel/quark
|
|||
device pci 00.0 on end # 8086 0958 - Host Bridge
|
||||
device pci 14.0 on end # 8086 08A7 - SD/SDIO/eMMC controller
|
||||
device pci 14.1 off end # 8086 0936 - HSUART 0
|
||||
device pci 14.2 off end # 8086 0939 - USB 2.0 Device port
|
||||
device pci 14.2 on end # 8086 0939 - USB 2.0 Device port
|
||||
device pci 14.3 on end # 8086 0939 - USB EHCI Host controller
|
||||
device pci 14.4 on end # 8086 093A - USB OHCI Host controller
|
||||
device pci 14.5 on end # 8086 0936 - HSUART 1
|
||||
|
|
Loading…
Reference in New Issue