On 02/03/2026 12:04, Konrad Dybcio wrote: > 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?
This is not choice of ACTIVE HIGH here. It's initialization to logical level to keep device in reset state. Best regards, Krzysztof

