diff --git a/src/mainboard/google/brya/variants/pujjolo/gpio.c b/src/mainboard/google/brya/variants/pujjolo/gpio.c index ac14f0d22f..802dad18f9 100644 --- a/src/mainboard/google/brya/variants/pujjolo/gpio.c +++ b/src/mainboard/google/brya/variants/pujjolo/gpio.c @@ -56,14 +56,14 @@ static const struct pad_config override_gpio_table[] = { PAD_CFG_NF(GPP_B1, NONE, DEEP, NF1), /* B2 : NC */ PAD_NC(GPP_B2, NONE), - /* B3 : CPU_GP2 ==> GYRO_SENSOR_INT */ - PAD_CFG_GPI_APIC(GPP_B3, NONE, PWROK, LEVEL, INVERT), - /* B4 : PROC_GP3 ==> ACC_SENSOR_INT */ - PAD_CFG_GPI_APIC(GPP_B4, NONE, PWROK, LEVEL, INVERT), - /* B5 : GPP_B5 ==> ISH_I2C0_SENSOR_SCL */ - PAD_CFG_NF(GPP_B5, NONE, DEEP, NF1), - /* B6 : GPP_B6 ==> ISH_I2C0_SENSOR_SDA */ - PAD_CFG_NF(GPP_B6, NONE, DEEP, NF1), + /* B3 : ISH_IMU_INT_L */ + PAD_CFG_NF(GPP_B3, NONE, DEEP, NF4), + /* B4 : ISH_ACC_INT_L */ + PAD_CFG_NF(GPP_B4, NONE, DEEP, NF4), + /* B5 : EC_I2C_SENSOR_SDA_SOC */ + PAD_CFG_NF_IOSTANDBY_IGNORE(GPP_B5, NONE, DEEP, NF1), + /* B6 : EC_I2C_SENSOR_SCL_SOC */ + PAD_CFG_NF_IOSTANDBY_IGNORE(GPP_B6, NONE, DEEP, NF1), /* B7 : GPP_B7 ==> NC */ PAD_CFG_NF(GPP_B7, NONE, DEEP, NF2), /* B8 : WWAN_SAR_DETECT_2_ODL */ diff --git a/src/mainboard/google/brya/variants/pujjolo/overridetree.cb b/src/mainboard/google/brya/variants/pujjolo/overridetree.cb index de40681426..9347f7912e 100644 --- a/src/mainboard/google/brya/variants/pujjolo/overridetree.cb +++ b/src/mainboard/google/brya/variants/pujjolo/overridetree.cb @@ -448,6 +448,7 @@ chip soc/intel/alderlake device ref ish on chip drivers/intel/ish register "add_acpi_dma_property" = "true" + register "firmware_name" = ""pujjolo_ish.bin"" device generic 0 on end end end