summaryrefslogtreecommitdiffstats
path: root/Documentation/drivers
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@amd.corp-partner.google.com>2022-11-03 12:43:01 -0500
committerFelix Held <felix-coreboot@felixheld.de>2022-11-07 14:17:46 +0000
commite477b0e8de6cd9cf97f381e9ff14934f8ccc33e1 (patch)
treeb1c01d1ece22d313ca9ca1f2a3795faeb01efd02 /Documentation/drivers
parent75d67a42c7f3613dfd623138407c834e5cab8bd0 (diff)
downloadcoreboot-e477b0e8de6cd9cf97f381e9ff14934f8ccc33e1.tar.gz
coreboot-e477b0e8de6cd9cf97f381e9ff14934f8ccc33e1.tar.bz2
coreboot-e477b0e8de6cd9cf97f381e9ff14934f8ccc33e1.zip
Documentation/drivers: Update section on touchscreen runtime detection
Update section now that google/skyrim and google/guybrush implement power sequencing and touchscreen runtime detection. Change-Id: Ida63bebf18575d6856edfc65965ff82a4072df87 Signed-off-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/69175 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Reviewed-by: Raul Rangel <rrangel@chromium.org>
Diffstat (limited to 'Documentation/drivers')
-rw-r--r--Documentation/drivers/dt_entries.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/drivers/dt_entries.md b/Documentation/drivers/dt_entries.md
index 7726b4586700..9df965fa0d0e 100644
--- a/Documentation/drivers/dt_entries.md
+++ b/Documentation/drivers/dt_entries.md
@@ -162,9 +162,10 @@ I2C audio devices should also work without issue.
Touchscreens can use this feature as well, but special care is needed to
implement the proper power sequencing for the device to be detected. Generally,
this means driving the enable GPIO high and holding the reset GPIO low in early
-GPIO init (bootblock/romstage), then releasing reset in ramstage. While no
-boards in the tree currently implement this, it has been used in downstream
-forks without issue for some time now.
+GPIO init (bootblock/romstage), then releasing reset in ramstage. The first
+mainboards in the tree to implement this are google/skyrim and google/guybrush.
+This feature has also been used in downstream forks without issue for some time
+now on several other boards.
### wake