gaze18: Fix bootblock DGPU_RST#_PCH setting
Change-Id: I42b2a89ea4d835914acc038ad0e02d94e1bffeab
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
static const struct pad_config early_gpio_table[] = {
|
static const struct pad_config early_gpio_table[] = {
|
||||||
PAD_CFG_GPO(GPP_A14, 0, DEEP), // DGPU_PWR_EN
|
PAD_CFG_GPO(GPP_A14, 0, DEEP), // DGPU_PWR_EN
|
||||||
PAD_CFG_GPO(GPP_B2, 1, DEEP), // DGPU_RST#_PCH
|
PAD_CFG_GPO(GPP_B2, 0, DEEP), // DGPU_RST#_PCH
|
||||||
PAD_CFG_NF(GPP_H10, NONE, DEEP, NF1), // UART0_RX
|
PAD_CFG_NF(GPP_H10, NONE, DEEP, NF1), // UART0_RX
|
||||||
PAD_CFG_NF(GPP_H11, NONE, DEEP, NF1), // UART0_TX
|
PAD_CFG_NF(GPP_H11, NONE, DEEP, NF1), // UART0_TX
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user