mainboard/intel/galileo: Enable I2C and GPIO
Enable the I2C and GPIO controllers TEST=Build and run on Galileo Gen2 Change-Id: I97bbbb7c5e72edbed14702a4129d9cfa977e1911 Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com> Reviewed-on: https://review.coreboot.org/14558 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
parent
6f94c5d41a
commit
b1900797e3
|
@ -39,7 +39,7 @@ chip soc/intel/quark
|
|||
device pci 14.7 off end # 8086 0937 - 10/100 Ethernet MAC 1
|
||||
device pci 15.0 on end # 8086 0935 - SPI controller 0
|
||||
device pci 15.1 on end # 8086 0935 - SPI controller 1
|
||||
device pci 15.2 off end # 8086 0934 - I2C/GPIO controller
|
||||
device pci 15.2 on end # 8086 0934 - I2C/GPIO controller
|
||||
device pci 17.0 on end # 8086 11C3 - PCIe Root Port 0
|
||||
device pci 17.1 off end # 8086 11C4 - PCIe Root Port 1
|
||||
device pci 1f.0 on end # 8086 095E - Legacy Bridge
|
||||
|
|
Loading…
Reference in New Issue