Peichao Li has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/36185 )
Change subject: mb/mainboard/hatch: support Goodix touch panel for Akemi ......................................................................
mb/mainboard/hatch: support Goodix touch panel for Akemi
Configure enable pin GPP_D9 pull high when active
BUG=b:143046441 TEST=build bios and verify touch screen works fine
Signed-off-by: Peichao.Wang peichao.wang@bitland.corp-partner.google.com Change-Id: I74a18290ab3e7c1d4ed9f9f2ef9abbe47daa2036 --- M src/mainboard/google/hatch/variants/akemi/overridetree.cb 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/85/36185/1
diff --git a/src/mainboard/google/hatch/variants/akemi/overridetree.cb b/src/mainboard/google/hatch/variants/akemi/overridetree.cb index b58beaa..3cd2fe9 100644 --- a/src/mainboard/google/hatch/variants/akemi/overridetree.cb +++ b/src/mainboard/google/hatch/variants/akemi/overridetree.cb @@ -103,6 +103,8 @@ register "generic.reset_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_LOW(GPP_D15)" register "generic.reset_delay_ms" = "10" + register "generic.enable_gpio" = + "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_D9)" register "generic.reset_off_delay_ms" = "1" register "generic.has_power_resource" = "1" register "hid_desc_reg_offset" = "0x01"
Peichao Li has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/36185 )
Change subject: mb/mainboard/hatch: support Goodix touch panel for Akemi ......................................................................
Abandoned