Skip to content

Commit 094f339

Browse files
committed
dt-bindings: gnss: u-blox: use open-drain reset and safeboot in example
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. Acked-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Johan Hovold <johan@kernel.org>
1 parent 955cd05 commit 094f339

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/devicetree/bindings/gnss/u-blox,neo-6m.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ examples:
6767
compatible = "u-blox,neo-8";
6868
v-bckp-supply = <&gnss_v_bckp_reg>;
6969
vcc-supply = <&gnss_vcc_reg>;
70-
reset-gpios = <&gpio 1 GPIO_ACTIVE_LOW>;
71-
safeboot-gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
70+
reset-gpios = <&gpio 1 (GPIO_ACTIVE_LOW | GPIO_OPEN_DRAIN)>;
71+
safeboot-gpios = <&gpio 2 (GPIO_ACTIVE_LOW | GPIO_OPEN_DRAIN)>;
7272
};
7373
};

0 commit comments

Comments
 (0)