mb/google/brya/var/kano: Configure USB2 and USB3 port
Disable unused USB2 and USB3 port BUG=b:192370253 TEST=build pass Signed-off-by: David Wu <david_wu@quanta.corp-partner.google.com> Change-Id: Ia2fa10fb21e0a42e51728bc3d78163ca213f8d91 Reviewed-on: https://review.coreboot.org/c/coreboot/+/59084 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
This commit is contained in:
parent
4f8aea0594
commit
bfc4d8ef1c
|
@ -18,6 +18,12 @@ chip soc/intel/alderlake
|
|||
# GPE configuration
|
||||
register "pmc_gpe0_dw1" = "GPP_D"
|
||||
|
||||
register "usb2_ports[1]" = "USB2_PORT_EMPTY" # Disable USB2_C1
|
||||
register "usb2_ports[3]" = "USB2_PORT_EMPTY" # Disable M.2 WWAN
|
||||
register "usb2_ports[9]" = "USB2_PORT_EMPTY" # Disable M.2 Bluetooth
|
||||
|
||||
register "usb3_ports[3]" = "USB3_PORT_EMPTY" # Disable M.2 WWAN
|
||||
|
||||
# FIVR configurations for kano are disabled since the board doesn't have V1p05 and Vnn
|
||||
# bypass rails implemented.
|
||||
register "ext_fivr_settings" = "{
|
||||
|
|
Loading…
Reference in New Issue