diff options
author | Lee Leahy <leroy.p.leahy@intel.com> | 2016-05-22 10:07:20 -0700 |
---|---|---|
committer | Leroy P Leahy <leroy.p.leahy@intel.com> | 2016-05-25 00:17:52 +0200 |
commit | 277279343f1dcb5385b79c6dfd93719f19e87c6f (patch) | |
tree | 8ad0494a54ce42a3fbc51e3e79211ac277fadd98 /src/mainboard/intel/galileo | |
parent | fd45658a68fbb55027e73088cd402fe822a6ce96 (diff) |
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>
Diffstat (limited to 'src/mainboard/intel/galileo')
-rw-r--r-- | src/mainboard/intel/galileo/devicetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/intel/galileo/devicetree.cb b/src/mainboard/intel/galileo/devicetree.cb index 66d32a8e42..fcc0dae526 100644 --- a/src/mainboard/intel/galileo/devicetree.cb +++ b/src/mainboard/intel/galileo/devicetree.cb @@ -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 |