Set USB_PWR_EN# on gaze15 1650/1650Ti
This commit is contained in:
parent
f1809926f6
commit
1e0750168b
@ -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#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user