Set USB_PWR_EN# on gaze15 1650/1650Ti

This commit is contained in:
Jeremy Soller 2020-08-19 08:41:47 -06:00
parent f1809926f6
commit 1e0750168b
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -124,8 +124,8 @@ void gpio_init() {
GPCRE1 = GPIO_OUT | GPIO_UP; GPCRE1 = GPIO_OUT | GPIO_UP;
// RGBKB-DET# // RGBKB-DET#
GPCRE2 = GPIO_IN | GPIO_UP; GPCRE2 = GPIO_IN | GPIO_UP;
// NC // USB_PWR_EN# (on 1650/1650Ti), NC (on 1660Ti)
GPCRE3 = GPIO_IN; GPCRE3 = GPIO_OUT;
// DD_ON // DD_ON
GPCRE4 = GPIO_OUT | GPIO_DOWN; GPCRE4 = GPIO_OUT | GPIO_DOWN;
// EC_RSMRST# // EC_RSMRST#