mb/fatcat/var/ruby: Change touchscreen HID

Checked with the SED team and confirmed that the HID name needs
to be changed to "GT 7936".

BUG=b:478990702
BRANCH=none
TEST=Build the image and boot to the OS, then check that
the touchscreen HID name has changed to "GT 7936"
in the diagnostics app.

Change-Id: Id0ce797b121c4a7bcf7bf15bfc81e9b079ebb3c4
Signed-off-by: Luca Lai <luca.lai@lcfc.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/90941
Reviewed-by: YH Lin <yueherngl@google.com>
Reviewed-by: Subrata Banik <subratabanik@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Pranava Y N <pranavayn@google.com>
This commit is contained in:
Luca Lai 2026-01-27 11:28:26 +08:00 committed by Matt DeVillier
commit 6cb3e3e4a6

View file

@ -337,7 +337,7 @@ chip soc/intel/pantherlake
end # I2C4
device ref i2c5 on
chip drivers/i2c/hid
register "generic.hid" = ""GT7936L""
register "generic.hid" = ""GT 7936""
register "generic.desc" = ""Goodix Touchscreen""
register "generic.irq" = "ACPI_IRQ_LEVEL_LOW(GPP_F18_IRQ)"
register "generic.detect" = "1"
@ -355,7 +355,7 @@ chip soc/intel/pantherlake
device i2c 0x14 on end
end
chip drivers/i2c/hid
register "generic.hid" = ""GT7936L""
register "generic.hid" = ""GT 7936""
register "generic.desc" = ""Goodix Touchscreen""
register "generic.irq" = "ACPI_IRQ_LEVEL_LOW(GPP_F18_IRQ)"
register "generic.detect" = "1"