EricR Lai has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/32134
Change subject: mb/google/hatch: Enable Goodix Touch Screen ......................................................................
mb/google/hatch: Enable Goodix Touch Screen
Enable Goodix touch screen
BUG=b:124460799 BRANCH=None TEST=local build and tested with Goodix touch panel
Signed-off-by: Eric Lai ericr_lai@compal.corp-partner.google.com Change-Id: Ib204e6b77b87ba6c775cf38e572476dd9eb37d1d --- M src/mainboard/google/hatch/variants/baseboard/devicetree.cb 1 file changed, 12 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/34/32134/1
diff --git a/src/mainboard/google/hatch/variants/baseboard/devicetree.cb b/src/mainboard/google/hatch/variants/baseboard/devicetree.cb index 984852f..25db624 100644 --- a/src/mainboard/google/hatch/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/hatch/variants/baseboard/devicetree.cb @@ -238,6 +238,18 @@ register "stop_off_delay_ms" = "5" device i2c 49 on end end + chip drivers/i2c/hid + register "generic.hid" = ""GDIX0000"" + register "generic.desc" = ""Goodix Touchscreen"" + register "generic.irq" = "ACPI_IRQ_EDGE_LOW(GPP_D16_IRQ)" + register "generic.probed" = "1" + register "generic.reset_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_LOW(GPP_D15)" + register "generic.reset_delay_ms" = "100" + register "generic.reset_off_delay_ms" = "5" + register "generic.has_power_resource" = "1" + register "hid_desc_reg_offset" = "0x01" + device i2c 5d on end + end end # I2C #1 device pci 15.2 on chip drivers/generic/gpio_keys