summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/zork/variants
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2023-10-11 18:23:13 -0500
committerFelix Held <felix-coreboot@felixheld.de>2023-11-17 12:43:19 +0000
commita13959e3f734a8ec91f5e5b8091c7ca47ac2984e (patch)
treeff0ac60e89c49e4892cbfe4d121b312eed5f09ac /src/mainboard/google/zork/variants
parent0bb9dcce1952dd34c4fc12d201ed10b1ed5a6f74 (diff)
downloadcoreboot-a13959e3f734a8ec91f5e5b8091c7ca47ac2984e.tar.gz
coreboot-a13959e3f734a8ec91f5e5b8091c7ca47ac2984e.tar.bz2
coreboot-a13959e3f734a8ec91f5e5b8091c7ca47ac2984e.zip
mb/google/zork/morphius: Drop touchscreen detection
Morphius boards using pre-v3.6 schematics don't have a dedicated GPIO for touchscreen power/enable, and so fail with runtime detection enabled. Since it only has one touchscreen option, and no SKUs lack a touchscreen, we can safely assume it is present in all cases. TEST=build/boot morphius w/4k screen, verify touchscreen enabled in cbmem and functional in Linux and Windows. Change-Id: I13e07e14b5a18fa1dd3b18950cf46e9d7821eedc Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/78404 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/google/zork/variants')
-rw-r--r--src/mainboard/google/zork/variants/morphius/overridetree.cb1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/zork/variants/morphius/overridetree.cb b/src/mainboard/google/zork/variants/morphius/overridetree.cb
index 9c07a409edb8..2e4595ee96e4 100644
--- a/src/mainboard/google/zork/variants/morphius/overridetree.cb
+++ b/src/mainboard/google/zork/variants/morphius/overridetree.cb
@@ -120,7 +120,6 @@ chip soc/amd/picasso
register "generic.hid" = ""GDIX0000""
register "generic.desc" = ""Goodix Touchscreen""
register "generic.irq_gpio" = "ACPI_GPIO_IRQ_LEVEL_LOW(GPIO_12)"
- register "generic.detect" = "1"
register "generic.enable_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPIO_90)"
register "generic.enable_delay_ms" = "10"
register "generic.reset_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_LOW(GPIO_140)"