Re: [PATCH v2] dt-bindings: gnss: u-blox: use open-drain reset and safeboot in example

From: Johan Hovold

Date: Thu Nov 20 2025 - 10:54:52 EST


On Fri, Nov 14, 2025 at 04:54:13PM +0100, Johan Hovold wrote:
> The RESET_N and SAFEBOOT_N pins should typically be left open and only
> be connected to ground in rare cases where a device is misbehaving.
>
> Specify GPIO_OPEN_DRAIN in the example as this is what should generally
> be used.
>
> Note that the current Linux driver implementation depends on these pins
> being declared open-drain so that they are not driven while the main
> supply is off.

This statement is too strong as there would typically be a level shifter
preventing the signals from being driven so I dropped this paragraph.

> Signed-off-by: Johan Hovold <johan@xxxxxxxxxx>

Johan