oryp6: Enable headphone amp
This commit is contained in:
parent
4a04db2055
commit
9878a53f3e
@ -49,7 +49,7 @@ void gpio_init() {
|
|||||||
GPDRF = 0x40;
|
GPDRF = 0x40;
|
||||||
GPDRG = 0x40;
|
GPDRG = 0x40;
|
||||||
GPDRH = 0x00;
|
GPDRH = 0x00;
|
||||||
GPDRI = 0x00;
|
GPDRI = 0x20;
|
||||||
GPDRJ = 0x00;
|
GPDRJ = 0x00;
|
||||||
|
|
||||||
// Set GPIO control
|
// Set GPIO control
|
||||||
@ -191,7 +191,7 @@ void gpio_init() {
|
|||||||
GPCRI3 = GPIO_ALT;
|
GPCRI3 = GPIO_ALT;
|
||||||
// TOTAL_CUR
|
// TOTAL_CUR
|
||||||
GPCRI4 = GPIO_ALT;
|
GPCRI4 = GPIO_ALT;
|
||||||
//TODO EC_AMP_EN
|
// EC_AMP_EN
|
||||||
GPCRI5 = GPIO_OUT;
|
GPCRI5 = GPIO_OUT;
|
||||||
// SLP_S0#
|
// SLP_S0#
|
||||||
GPCRI6 = GPIO_IN;
|
GPCRI6 = GPIO_IN;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user