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@gmail.com>
Reviewed-on: https://review.coreboot.org/19972
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
Matt DeVillier 2017-04-17 18:45:55 -05:00 committed by Martin Roth
parent 2b1e996bbf
commit f9c46f0ebc
1 changed files with 1 additions and 0 deletions

View File

@ -27,5 +27,6 @@ Device (XHCI)
Device (PRT2) { Name (_ADR, 2) } Device (PRT2) { Name (_ADR, 2) }
Device (PRT3) { Name (_ADR, 3) } Device (PRT3) { Name (_ADR, 3) }
Device (PRT4) { Name (_ADR, 4) } Device (PRT4) { Name (_ADR, 4) }
Device (SSP1) { Name (_ADR, 7) }
} }
} }