Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: gnss: u-blox: add safeboot gpio

U-Blox M8/M9 chip have a pin to start it in safeboot mode, to be used
to recover from situations where the flash content has become
corrupted and needs to be restored.

Signed-off-by: Alejandro Enrique <alejandroe1@geotab.com>
Signed-off-by: Johan Hovold <johan@kernel.org>

authored by

Alejandro Enrique and committed by
Johan Hovold
0fc1b4b6 e9a6fb0b

+4
+4
Documentation/devicetree/bindings/gnss/u-blox,neo-6m.yaml
··· 36 36 reset-gpios: 37 37 maxItems: 1 38 38 39 + safeboot-gpios: 40 + maxItems: 1 41 + 39 42 vcc-supply: 40 43 description: > 41 44 Main voltage regulator ··· 68 65 v-bckp-supply = <&gnss_v_bckp_reg>; 69 66 vcc-supply = <&gnss_vcc_reg>; 70 67 reset-gpios = <&gpio 1 GPIO_ACTIVE_LOW>; 68 + safeboot-gpios = <&gpio 2 GPIO_ACTIVE_LOW>; 71 69 }; 72 70 };