Re: [PATCH v1 2/3] Input: atmel_mxt_ts - support wakeup methods

From: Dmitry Osipenko
Date: Sat Dec 05 2020 - 00:42:44 EST


05.12.2020 08:33, Dmitry Osipenko пишет:
> + /* Request the WAKE line as asserted so controller won't sleep */
> + data->wake_gpio = devm_gpiod_get_optional(&client->dev,
> + "wake", GPIOD_OUT_HIGH);
> + if (IS_ERR(data->reset_gpio)) {
> + error = PTR_ERR(data->reset_gpio);

Woops, I missed this copy-paste error. Will send v2 shortly.