From 5ff460fc2e24b9cdf192c1e44c17137dfbe69b96 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Wed, 1 Aug 2018 21:32:36 -0500 Subject: 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 Reviewed-on: https://review.coreboot.org/c/30235 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/mainboard/google/rambi/variants/clapper/devicetree.cb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/google/rambi/variants/clapper') diff --git a/src/mainboard/google/rambi/variants/clapper/devicetree.cb b/src/mainboard/google/rambi/variants/clapper/devicetree.cb index 497a0b1dea..1e50e53c77 100644 --- a/src/mainboard/google/rambi/variants/clapper/devicetree.cb +++ b/src/mainboard/google/rambi/variants/clapper/devicetree.cb @@ -62,7 +62,7 @@ chip soc/intel/baytrail device pci 18.5 off end # I2C5 device pci 18.6 on 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 off end # HDA device pci 1c.0 on end # PCIE_PORT1 device pci 1c.1 on end # PCIE_PORT2 -- cgit v1.2.3