gaze18: Set CC_EN high
Fixes using the TBT port (rear USB-C). Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
committed by
Jeremy Soller
parent
0348800411
commit
22487f737d
@ -63,7 +63,8 @@ void gpio_init() {
|
||||
GPDRD = 0;
|
||||
// USB_PWR_EN
|
||||
GPDRE = BIT(3);
|
||||
GPDRF = 0;
|
||||
// CC_EN
|
||||
GPDRF = BIT(7);
|
||||
// H_PROCHOT#_EC
|
||||
GPDRG = BIT(6);
|
||||
// PCH_DPWROK_EC
|
||||
|
Reference in New Issue
Block a user