mb/google/dedede/var/storo:Add P-sensor for storo
Modify GPIO_D22/D23/E11 configuration for P-sensor BUG=b:185214363 BRANCH=dedede TEST=built storo firmware and verified P-sensor function Change-Id: Ia2df1a227b04688a6b98384cd3a4e63023c0c1d9 Signed-off-by: Zanxi Chen <chenzanxi@huaqin.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/52315 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
This commit is contained in:
parent
fff318fbce
commit
86e5b60faf
|
@ -13,6 +13,13 @@ static const struct pad_config gpio_table[] = {
|
|||
|
||||
/* D15 : EN_PP3300_CAMERA */
|
||||
PAD_CFG_GPO(GPP_D15, 1, PLTRST),
|
||||
/* D22 : AP_I2C_SUB_SDA*/
|
||||
PAD_CFG_NF(GPP_D22, NONE, DEEP, NF1),
|
||||
/* D23 : AP_I2C_SUB_SCL */
|
||||
PAD_CFG_NF(GPP_D23, NONE, DEEP, NF1),
|
||||
|
||||
/* E11 : AP_I2C_SUB_INT_ODL */
|
||||
PAD_CFG_GPI_APIC(GPP_E11, NONE, PLTRST, LEVEL, NONE),
|
||||
|
||||
/* H17 : WWAN_RST_L */
|
||||
PAD_CFG_GPO(GPP_H17, 0, PLTRST),
|
||||
|
|
Loading…
Reference in New Issue