mb/google/poppy/variants/nocturne: enable pogo pin USB port
BUG=b:78122599 BRANCH=none TEST="emerge-nocturne coreboot chromeos-bootimage" and verify pogo pin port is working. Change-Id: Ide7359366821f33c4746284e65cacdf4e240931d Signed-off-by: Nick Vaccaro <nvaccaro@google.com> Reviewed-on: https://review.coreboot.org/26315 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
parent
09b883f352
commit
a613ccd18b
|
@ -167,7 +167,8 @@ chip soc/intel/skylake
|
|||
register "usb2_ports[1]" = "USB2_PORT_EMPTY" # Empty
|
||||
register "usb2_ports[2]" = "USB2_PORT_SHORT(OC_SKIP)" # Bluetooth
|
||||
register "usb2_ports[4]" = "USB2_PORT_LONG(OC1)" # Type-C Port 2
|
||||
register "usb2_ports[6]" = "USB2_PORT_EMPTY" # Empty
|
||||
register "usb2_ports[6]" = "USB2_PORT_LONG(OC_SKIP)" # pogo port
|
||||
register "usb2_ports[7]" = "USB2_PORT_EMPTY" # Empty
|
||||
register "usb2_ports[8]" = "USB2_PORT_EMPTY" # Empty
|
||||
|
||||
# USB 3.0
|
||||
|
|
Loading…
Reference in New Issue