mb/google/brox/var/jubilant: Enable use_gpio_for_status for touchscreen
Apply the change made to brya/redrix in CB:86749 to all applicable brox variants, which is currently jubilant only. BUG=b:397355818 TEST=Dump SSDT on jubilant Change-Id: Ie0fc00e511b8efd5bae29cc089a24f7b0128d77e Signed-off-by: Momoko Hattori <momohatt@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/86954 Reviewed-by: Sam McNally <sammc@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
96ec1f7c1f
commit
a8f52bdc9c
1 changed files with 2 additions and 0 deletions
|
|
@ -380,6 +380,7 @@ chip soc/intel/alderlake
|
|||
register "generic.enable_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_F7)"
|
||||
register "generic.enable_delay_ms" = "12"
|
||||
register "generic.has_power_resource" = "1"
|
||||
register "generic.use_gpio_for_status" = "true"
|
||||
register "hid_desc_reg_offset" = "0x01"
|
||||
device i2c 41 on end
|
||||
end
|
||||
|
|
@ -397,6 +398,7 @@ chip soc/intel/alderlake
|
|||
register "generic.stop_delay_ms" = "150"
|
||||
register "generic.stop_off_delay_ms" = "2"
|
||||
register "generic.has_power_resource" = "1"
|
||||
register "generic.use_gpio_for_status" = "true"
|
||||
register "hid_desc_reg_offset" = "0x01"
|
||||
device i2c 10 on end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue