[coreboot-gerrit] Change in coreboot[master]: soc/baytrail: add missing USB port defs

Martin Roth (Code Review) gerrit at coreboot.org
Fri Jun 2 18:29:35 CEST 2017


Martin Roth has submitted this change and it was merged. ( https://review.coreboot.org/19972 )

Change subject: soc/baytrail: add missing USB port defs
......................................................................

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 <matt.devillier at gmail.com>
Reviewed-on: https://review.coreboot.org/19972
Tested-by: build bot (Jenkins) <no-reply at coreboot.org>
Reviewed-by: Martin Roth <martinroth at google.com>
---
M src/soc/intel/baytrail/acpi/xhci.asl
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  build bot (Jenkins): Verified
  Martin Roth: Looks good to me, approved



diff --git a/src/soc/intel/baytrail/acpi/xhci.asl b/src/soc/intel/baytrail/acpi/xhci.asl
index dbd3447..bef0b9f 100644
--- a/src/soc/intel/baytrail/acpi/xhci.asl
+++ b/src/soc/intel/baytrail/acpi/xhci.asl
@@ -27,5 +27,6 @@
 		Device (PRT2) { Name (_ADR, 2) }
 		Device (PRT3) { Name (_ADR, 3) }
 		Device (PRT4) { Name (_ADR, 4) }
+		Device (SSP1) { Name (_ADR, 7) }
 	}
 }

-- 
To view, visit https://review.coreboot.org/19972
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Iae874a9ba01e9428e07cf7ff15e663365b2354a9
Gerrit-Change-Number: 19972
Gerrit-PatchSet: 2
Gerrit-Owner: Matt DeVillier <matt.devillier at gmail.com>
Gerrit-Reviewer: Martin Roth <martinroth at google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply at coreboot.org>



More information about the coreboot-gerrit mailing list