aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2022-02-13 22:00:28 -0600
committerMatt DeVillier <matt.devillier@amd.corp-partner.google.com>2023-05-05 05:12:27 +0000
commit9e2b29d87dc2e36bca753b6e09ac237a4a9367e5 (patch)
tree2cb757bac5e2a665eb60ce1e42d536052caaceba /src/mainboard
parent51d8b25984381c8fe51d3f63186edf7d3ef0576c (diff)
mb/google/octopus: Disable unused devices in devicetree
The image processing unit/GMM and xDCI are not used on octopus boards; additionally, enabling xDCI can cause some problems with USB ports in both booting from the payload and in the OS. Change-Id: I1ee99b5c45881a4cf3624bf487bc9d83fb3d07a1 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/74893 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/google/octopus/variants/baseboard/devicetree.cb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/octopus/variants/baseboard/devicetree.cb b/src/mainboard/google/octopus/variants/baseboard/devicetree.cb
index 7801b0db33..c001dbeb86 100644
--- a/src/mainboard/google/octopus/variants/baseboard/devicetree.cb
+++ b/src/mainboard/google/octopus/variants/baseboard/devicetree.cb
@@ -112,7 +112,7 @@ chip soc/intel/apollolake
device pci 02.0 on # - Gen
register "gfx" = "GMA_DEFAULT_PANEL(0)"
end
- device pci 03.0 on end # - Gaussian Mixture Model (GMM)
+ device pci 03.0 off end # - Gaussian Mixture Model (GMM)
device pci 0c.0 on
chip drivers/wifi/generic
register "wake" = "GPE0A_CNVI_PME_STS"
@@ -235,7 +235,7 @@ chip soc/intel/apollolake
end
end
end # - XHCI
- device pci 15.1 on end # - XDCI
+ device pci 15.1 off end # - XDCI
device pci 16.0 on end # - I2C 0
device pci 16.1 off end # - I2C 1
device pci 16.2 off end # - I2C 2