Skip to content

Commit 5bab1ae

Browse files
lweiss-fairphonedtor
authored andcommitted
Input: goodix-berlin - fix comment referencing wrong regulator
In the statement above AVDD gets enabled, and not IOVDD, so fix this copy-paste mistake. Fixes: 4436227 ("Input: add core support for Goodix Berlin Touchscreen IC") Reported-by: Jens Reidel <adrian@travitia.xyz> Signed-off-by: Luca Weiss <luca.weiss@fairphone.com> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://lore.kernel.org/r/20250103-goodix-berlin-fixes-v1-1-b014737b08b2@fairphone.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent 83a4a5a commit 5bab1ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/input/touchscreen/goodix_berlin_core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ static int goodix_berlin_power_on(struct goodix_berlin_core *cd)
263263
goto err_iovdd_disable;
264264
}
265265

266-
/* Vendor waits 15ms for IOVDD to settle */
266+
/* Vendor waits 15ms for AVDD to settle */
267267
usleep_range(15000, 15100);
268268

269269
gpiod_set_value_cansleep(cd->reset_gpio, 0);

0 commit comments

Comments
 (0)