Revert^2 "UPSTREAM: mb/google/volteer/eldrid: Fix touchscreen under Windows"

This reverts commit 46f61eba8156aa3e10bb8d93414b5dbedc9bdb9e.

Reason for revert: This change should not have merged to chromium as it will break linux implementation.

Original change's description:
> Revert "UPSTREAM: mb/google/volteer/eldrid: Fix touchscreen under Windows"
>
> This reverts commit c4060b2199207be158e9911a143ba38cff18f2c1.
>
> Reason for revert: Increasing reset time makes resume time failed. This change will not be reverted downstream to keep touchscreen works on Linux and Win11.
>
> BUG=b:319372039
> TEST=power_UiResume test pass.
>
> Original change's description:
> > UPSTREAM: mb/google/volteer/eldrid: Fix touchscreen under Windows
> >
> > Under Win11, a longer delay after asserting reset is needed for the
> > Goodix touchscreen to init properly. Increase the reset delay to match
> > that used for the Goodix touchscreen by other volteer variants (120ms).
> >
> > TEST=build/boot Win11, Linux on eldrid variant with Goodix touchscreen,
> > verify functional.
> >
> > (cherry picked from commit b575397c7fb349d69854d6cca26154cf2f0477c5)
> >
> > Original-Change-Id: I489f037f0bbade9567aad2ad64404a5ac66965d9
> > Original-Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
> > Original-Reviewed-on: https://review.coreboot.org/c/coreboot/+/72580
> > Original-Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
> > Original-Reviewed-by: Angel Pons <th3fanbus@gmail.com>
> > GitOrigin-RevId: b575397c7fb349d69854d6cca26154cf2f0477c5
> > Change-Id: Id63793d29fe2a5e9482b0b23c85bc61322384253
> > Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/coreboot/+/4243140
> > Tested-by: Nick Vaccaro <nvaccaro@google.com>
> > Auto-Submit: Nick Vaccaro <nvaccaro@google.com>
> > Reviewed-by: Zhuohao Lee <zhuohao@chromium.org>
> > Commit-Queue: Nick Vaccaro <nvaccaro@google.com>
>
> Change-Id: I20c0bb90baf91ba0384875c332f78ae962859a86
> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/coreboot/+/5196337
> Commit-Queue: Casper Chang <casper_chang@wistron.corp-partner.google.com>
> Reviewed-by: Subrata Banik <subratabanik@chromium.org>
> Tested-by: Casper Chang <casper_chang@wistron.corp-partner.google.com>

BUG=b:319372039

Change-Id: I75a1f5d8a3781c2b76827572133bfa8805a05e45
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/coreboot/+/5234588
Tested-by: Nick Vaccaro <nvaccaro@google.com>
Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Auto-Submit: Nick Vaccaro <nvaccaro@google.com>
Commit-Queue: Nick Vaccaro <nvaccaro@google.com>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
diff --git a/src/mainboard/google/volteer/variants/eldrid/overridetree.cb b/src/mainboard/google/volteer/variants/eldrid/overridetree.cb
index add4b7a..bc6c156 100644
--- a/src/mainboard/google/volteer/variants/eldrid/overridetree.cb
+++ b/src/mainboard/google/volteer/variants/eldrid/overridetree.cb
@@ -148,7 +148,7 @@
 				register "generic.probed" = "1"
 				register "generic.reset_gpio" =
 							"ACPI_GPIO_OUTPUT_ACTIVE_LOW(GPP_C10)"
-				register "generic.reset_delay_ms" = "30"
+				register "generic.reset_delay_ms" = "120"
 				register "generic.reset_off_delay_ms" = "3"
 				register "generic.enable_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_A8)"
 				register "generic.enable_delay_ms" = "12"