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>
This commit is contained in:
Matt DeVillier 2022-11-03 12:43:01 -05:00 committed by Felix Held
parent 75d67a42c7
commit e477b0e8de
1 changed files with 4 additions and 3 deletions

View File

@ -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 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, 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 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 GPIO init (bootblock/romstage), then releasing reset in ramstage. The first
boards in the tree currently implement this, it has been used in downstream mainboards in the tree to implement this are google/skyrim and google/guybrush.
forks without issue for some time now. This feature has also been used in downstream forks without issue for some time
now on several other boards.
### wake ### wake