mb/google/trulo/var/kaladin: Add firmware name and gpio for ISH
Add firmware name and update gpio pins GPP_B3 GPP_B4 for ISH bug=b:434789824,b:434858349 TEST=Flash and boot to OS on kaladin, tested sensors work fine and unit can enter s0ix Change-Id: Ia8dbf17a589a580116430cc4978b8d4ebbcf785e Signed-off-by: Eren Peng <peng.eren@inventec.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/88597 Reviewed-by: Kyle Lin <kylelinck@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kapil Porwal <kapilporwal@google.com>
This commit is contained in:
parent
0b3fc8ce2d
commit
f0d5b25e02
2 changed files with 5 additions and 4 deletions
|
|
@ -57,10 +57,10 @@ static const struct pad_config gpio_table[] = {
|
|||
PAD_CFG_NF(GPP_B1, NONE, DEEP, NF1),
|
||||
/* B2 : NC */
|
||||
PAD_NC(GPP_B2, NONE),
|
||||
/* B3 : IMU_INT_L */
|
||||
PAD_CFG_GPI_APIC(GPP_B3, NONE, PWROK, LEVEL, INVERT),
|
||||
/* B4 : ACC_INT_L */
|
||||
PAD_CFG_GPI_APIC(GPP_B4, NONE, PWROK, LEVEL, INVERT),
|
||||
/* 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 : GPP_B5 ==> ISH_I2C0_SENSOR_SDA */
|
||||
PAD_CFG_NF_IOSTANDBY_IGNORE(GPP_B5, NONE, DEEP, NF1),
|
||||
/* B6 : GPP_B6 ==> ISH_I2C0_SENSOR_SCL */
|
||||
|
|
|
|||
|
|
@ -529,6 +529,7 @@ chip soc/intel/alderlake
|
|||
device ref heci1 on end
|
||||
device ref ish on
|
||||
chip drivers/intel/ish
|
||||
register "firmware_name" = ""kaladin_ish.bin""
|
||||
register "add_acpi_dma_property" = "true"
|
||||
device generic 0 on end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue