From f9c46f0ebced9e750e4df05e33ebbaa7b7073aa4 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Mon, 17 Apr 2017 18:45:55 -0500 Subject: soc/baytrail: add missing USB port defs Add device/address stub for XHCI USB port 7. Stub data will be supplemented by board-specific info added in subsequent commits. Change-Id: Iae874a9ba01e9428e07cf7ff15e663365b2354a9 Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/19972 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/soc/intel/baytrail/acpi/xhci.asl | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/intel/baytrail/acpi/xhci.asl') diff --git a/src/soc/intel/baytrail/acpi/xhci.asl b/src/soc/intel/baytrail/acpi/xhci.asl index dbd34474f8..bef0b9ff2f 100644 --- a/src/soc/intel/baytrail/acpi/xhci.asl +++ b/src/soc/intel/baytrail/acpi/xhci.asl @@ -27,5 +27,6 @@ Device (XHCI) Device (PRT2) { Name (_ADR, 2) } Device (PRT3) { Name (_ADR, 3) } Device (PRT4) { Name (_ADR, 4) } + Device (SSP1) { Name (_ADR, 7) } } } -- cgit v1.2.3