On 3/1/26 6:51 PM, David Heidelberg via B4 Relay wrote:
> From: Petr Hodina <[email protected]>
> 
> Add support for an optional "reset-gpios" property. If present, the
> driver drives the reset line high at probe time and releases it during
> power-on, after the regulators have been enabled.
> 
> Signed-off-by: Petr Hodina <[email protected]>
> Co-developed-by: David Heidelberg <[email protected]>
> Signed-off-by: David Heidelberg <[email protected]>
> ---

[...]

> +     sdata->reset_gpio = devm_gpiod_get_optional(dev, "reset",
> +                                                 GPIOD_OUT_HIGH);

Are you really sure the reset is active-high?

Konrad

Reply via email to