darp9: Set CC_EN high
Fixes using the non-TBT USB-C port. Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
committed by
Jeremy Soller
parent
9b111bafc6
commit
485f390077
@ -70,8 +70,8 @@ void gpio_init(void) {
|
||||
GPDRD = BIT(5);
|
||||
// USB_PWR_EN
|
||||
GPDRE = BIT(3);
|
||||
// H_PECI
|
||||
GPDRF = BIT(6);
|
||||
// CC_EN, H_PECI
|
||||
GPDRF = BIT(7) | BIT(6);
|
||||
// H_PROCHOT_EC#
|
||||
GPDRG = BIT(6);
|
||||
GPDRH = 0;
|
||||
|
Reference in New Issue
Block a user