diff options
Diffstat (limited to 'board/garg/board.c')
-rw-r--r-- | board/garg/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/garg/board.c b/board/garg/board.c index 58efecdfce..937e8c2d31 100644 --- a/board/garg/board.c +++ b/board/garg/board.c @@ -299,7 +299,7 @@ void board_overcurrent_event(int port, int is_overcurrented) __override uint8_t board_get_usb_pd_port_count(void) { /* HDMI SKU has one USB PD port */ - if (sku_id == 9 || sku_id == 19 || sku_id == 50) + if (sku_id == 9 || sku_id == 19 || sku_id == 50 || sku_id == 52) return CONFIG_USB_PD_PORT_MAX_COUNT - 1; return CONFIG_USB_PD_PORT_MAX_COUNT; } |