mb/google/dedede/beadrix: Update probe daughter LTE mainboard SAR
Update FW_CONFIG probe for daughter board LTE and mainboard SAR according to beadrix schematics. BRANCH=dedede BUG=b:226910787, b:213549229, b:233983127 TEST=on beadrix, validated by beadrix LTE working properly. Signed-off-by: Teddy Shih <teddyshih@ami.corp-partner.google.com> Change-Id: I126a1c548b6314acc0749fcfbdffd8f482c4f46c Reviewed-on: https://review.coreboot.org/c/coreboot/+/65013 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
This commit is contained in:
parent
2c102232e8
commit
cee275fd5c
|
@ -121,7 +121,7 @@ chip soc/intel/jasperlake
|
||||||
register "enable_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_A10)"
|
register "enable_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_A10)"
|
||||||
register "enable_delay_ms" = "20"
|
register "enable_delay_ms" = "20"
|
||||||
device usb 3.3 on
|
device usb 3.3 on
|
||||||
probe LTE LTE_PRESENT
|
probe DB_PORTS DB_PORTS_1C_LTE
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
@ -218,7 +218,9 @@ chip soc/intel/jasperlake
|
||||||
register "reg_irq_cfg0" = "0x00"
|
register "reg_irq_cfg0" = "0x00"
|
||||||
register "reg_irq_cfg1" = "0x80"
|
register "reg_irq_cfg1" = "0x80"
|
||||||
register "reg_irq_cfg2" = "0x00"
|
register "reg_irq_cfg2" = "0x00"
|
||||||
device i2c 28 on end
|
device i2c 28 on
|
||||||
|
probe DB_PORTS DB_PORTS_1C_LTE
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end # I2C 5
|
end # I2C 5
|
||||||
device pci 1f.3 on
|
device pci 1f.3 on
|
||||||
|
|
Loading…
Reference in New Issue