src/mainboard/g/octopus: Enables GMM in the devicetree for octopus
Adds GMM into the baseboard of Octopus For GLK, PCI device 3 is GMM according to Document#: 569262(Glk EDS Vol-1 rev2-7) Related to Gerrit review 39579 BUG=b:151115705 BRANCH=None TEST=Flashed final image on Chromebook Change-Id: I75b4a835c18c5eeb542b7f7b89deea45a31e47bd Signed-off-by: Franklin He <franklinh@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39600 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
parent
117a66070a
commit
00cc4c9455
|
@ -111,7 +111,7 @@ chip soc/intel/apollolake
|
|||
device pci 00.1 on end # - DPTF
|
||||
device pci 00.2 off end # - NPK
|
||||
device pci 02.0 on end # - Gen
|
||||
device pci 03.0 on end # - Iunit
|
||||
device pci 03.0 on end # - Gaussian Mixture Model (GMM)
|
||||
chip drivers/intel/wifi
|
||||
register "wake" = "GPE0A_CNVI_PME_STS"
|
||||
device pci 0c.0 on end # - CNVi
|
||||
|
|
Loading…
Reference in New Issue