mb/google/poppy/variant/nami: disable unused usb2 ports

disable unused usb2 ports of bard and ekko skus

BUG=120874946
TEST=build a test firmware and  run lsusb to check usb ports

Change-Id: I2ef3cd17ada8b65c96bc80675650905949f235e1
Signed-off-by: Ren Kuo <ren.kuo@quanta.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/30986
Reviewed-by: Vincent Wang <vwang@google.com>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Ren Kuo 2019-01-18 17:12:33 +08:00 committed by Patrick Georgi
parent dfb5a58d8e
commit 03f654c8ee
1 changed files with 4 additions and 0 deletions

View File

@ -267,6 +267,10 @@ void variant_devtree_update(void)
case SKU_2_EKKO:
case SKU_3_EKKO:
pl2_id = PL2_ID_BARD_EKKO;
cfg->usb2_ports[5].enable = 0;
cfg->usb2_ports[7].enable = 0;
cfg->usb2_ports[8].enable = 0;
cfg->usb2_ports[9].enable = 0;
break;
default:
break;