From ae758fa41d887337dbdefbbe0be69053891386c0 Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Thu, 18 Jun 2020 11:34:19 +0200 Subject: mb/prodrive/hermes: Disable xDCI The PCI device is used for debugging only and as Windows 10 has no default driver for it, disable it to not scare end users about "missing" drivers. Change-Id: I0b42a9b55f00826c5920c1c259b38382bdcdde72 Signed-off-by: Patrick Rudolph Reviewed-on: https://review.coreboot.org/c/coreboot/+/42509 Reviewed-by: Christian Walter Reviewed-by: Paul Menzel Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/mainboard/prodrive/hermes/devicetree.cb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/prodrive/hermes/devicetree.cb b/src/mainboard/prodrive/hermes/devicetree.cb index 45bd4221ed..c55ac92dc3 100644 --- a/src/mainboard/prodrive/hermes/devicetree.cb +++ b/src/mainboard/prodrive/hermes/devicetree.cb @@ -21,7 +21,7 @@ chip soc/intel/cannonlake device pci 08.0 on end # Gaussian Mixture device pci 12.0 on end # Thermal Subsystem device pci 14.0 on end # USB xHCI - device pci 14.1 on end # USB xDCI (OTG) + device pci 14.1 off end # USB xDCI (OTG) device pci 14.2 on end # RAM controller device pci 14.5 off end # SDCard -- cgit v1.2.3