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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.



[Index of Archives]     [Device Tree Compilter]     [Device Tree Spec]     [Linux Driver Backports]     [Video for Linux]     [Linux USB Devel]     [Linux PCI Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Yosemite Backpacking]


  Powered by Linux