Skip to content

Commit

Permalink
oryp12: KBC_MUTE#
Browse files Browse the repository at this point in the history
  • Loading branch information
crawfxrd committed Mar 6, 2024
1 parent b04768a commit 0b502d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/board/system76/oryp12/gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ void gpio_init(void) {
GPDRG = BIT(6);
GPDRH = 0;
GPDRI = 0;
// EC_AMP_EN
GPDRJ = BIT(2);
// EC_AMP_EN, KBC_MUTE#
GPDRJ = BIT(2) | BIT(1);

// Set GPIO control

Expand Down Expand Up @@ -234,7 +234,7 @@ void gpio_init(void) {
// WLAN_PWR_EN
GPCRJ0 = GPIO_OUT;
// KBC_MUTE#
GPCRJ1 = GPIO_IN;
GPCRJ1 = GPIO_OUT;
// EC_AMP_EN
GPCRJ2 = GPIO_OUT;
// GC6_FB_EN_PCH
Expand Down

0 comments on commit 0b502d7

Please sign in to comment.