From ee09d9c65862a31070559ee3bdd1d8dab176451b Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Wed, 19 Aug 2015 15:46:13 +0200 Subject: kontron/ktqm77: Tag all four USB3 ports switchable and SS capable With the introduction of these options in commit b26156e (bd82x6x/xhci: Set mask of ports switchable between USB2 and USB3.) the default regressed to disable these capabilities. Maybe other boards regressed too. I didn't check. Change-Id: I220896e656d00145618e61d55b74904517c7d855 Signed-off-by: Nico Huber Reviewed-on: http://review.coreboot.org/11287 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Patrick Georgi --- src/mainboard/kontron/ktqm77/devicetree.cb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mainboard/kontron/ktqm77/devicetree.cb b/src/mainboard/kontron/ktqm77/devicetree.cb index b916b0bdd0..ff5d012be4 100644 --- a/src/mainboard/kontron/ktqm77/devicetree.cb +++ b/src/mainboard/kontron/ktqm77/devicetree.cb @@ -44,6 +44,9 @@ chip northbridge/intel/sandybridge register "c2_latency" = "101" # c2 not supported register "p_cnt_throttling_supported" = "1" + register "xhci_switchable_ports" = "0x0f" + register "superspeed_capable_ports" = "0x0f" + device pci 14.0 on end # USB 3.0 Controller device pci 16.0 on end # Management Engine Interface 1 device pci 16.1 off end # Management Engine Interface 2 -- cgit v1.2.3