aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/rambi/variants/gnawty
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2018-08-01 21:32:36 -0500
committerPatrick Georgi <pgeorgi@google.com>2018-12-19 05:48:25 +0000
commit5ff460fc2e24b9cdf192c1e44c17137dfbe69b96 (patch)
tree305ae1e78633804533786fb3eb35df1f5f9e7042 /src/mainboard/google/rambi/variants/gnawty
parenta86bbea04d0232132a41acdac8764884d2c4b5f6 (diff)
google/rambi: disable TXE in devicetree for all variants
The TXE PCI device serves no function under Linux, and doesn't work properly under Windows, so disable/hide it from the OS. Test: Boot Windows 10 on google/squawks, verify TXE not visible under Device Manager. Change-Id: Idaa152e15106b826fd5aa787090acd45719f4228 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/30235 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/google/rambi/variants/gnawty')
-rw-r--r--src/mainboard/google/rambi/variants/gnawty/devicetree.cb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/rambi/variants/gnawty/devicetree.cb b/src/mainboard/google/rambi/variants/gnawty/devicetree.cb
index 30320ccd1f..3559d9941a 100644
--- a/src/mainboard/google/rambi/variants/gnawty/devicetree.cb
+++ b/src/mainboard/google/rambi/variants/gnawty/devicetree.cb
@@ -74,7 +74,7 @@ chip soc/intel/baytrail
device pci 18.5 off end # I2C5
device pci 18.6 off end # I2C6
device pci 18.7 off end # I2C7
- device pci 1a.0 on end # TXE
+ device pci 1a.0 off end # TXE
device pci 1b.0 on end # HDA
device pci 1c.0 on end # PCIE_PORT1
device pci 1c.1 on end # PCIE_PORT2