diff options
author | Shaunak Saha <shaunak.saha@intel.com> | 2018-04-23 16:25:44 -0700 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-04-25 11:44:10 +0000 |
commit | 55fe0827dcb1dd48430936713c5498c6bf1f6e1d (patch) | |
tree | 144ba880a2c877edc57c356266b95c813d9635b5 /src/mainboard | |
parent | 6681cf0966f02917dbb4dc8d667c59688193828d (diff) |
mb/google/octopus: Disable PCIE NPK device
This patch sets the NPK device off for octopus.
BUG=b:76115112
TEST=Build for Octopus and check that the logs do not
report "PCI: 00:00.2 not found, disabling it".
Change-Id: I3ac01f90cf946b019a6604a38dd1d6782f8d5759
Signed-off-by: Shaunak Saha <shaunak.saha@intel.com>
Reviewed-on: https://review.coreboot.org/25801
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/octopus/variants/baseboard/devicetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/octopus/variants/baseboard/devicetree.cb b/src/mainboard/google/octopus/variants/baseboard/devicetree.cb index 7072b7874f..128feda04d 100644 --- a/src/mainboard/google/octopus/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/octopus/variants/baseboard/devicetree.cb @@ -95,7 +95,7 @@ chip soc/intel/apollolake device domain 0 on device pci 00.0 on end # - Host Bridge device pci 00.1 on end # - DPTF - device pci 00.2 on end # - NPK + device pci 00.2 off end # - NPK device pci 02.0 on end # - Gen device pci 03.0 on end # - Iunit device pci 0c.0 on end # - CNVi |