summaryrefslogtreecommitdiffstats
path: root/Documentation/drivers/dt_entries.md
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/drivers/dt_entries.md')
-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