Re: [PATCH v2] gpio: shared: handle the reset-gpios corner case
From: Val Packett
Date: Wed Nov 26 2025 - 11:01:04 EST
On 11/25/25 7:19 AM, Bartosz Golaszewski wrote:
From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
There's an unexpected interaction between the reset-gpio driver and the
shared GPIO support. The reset-gpio device is an auxiliary device that's
created dynamically and fulfills a similar role to the gpio-shared-proxy
driver but is limited in scope to just supporting the "reset-gpios"
property.
[..]
Can confirm that this finally works!
Tested-by: Val Packett <val@xxxxxxxxxxxx>
~val