Skip to content

Commit 0fc1b4b

Browse files
alejandroenrique-geotabjhovold
authored andcommitted
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>
1 parent e9a6fb0 commit 0fc1b4b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ properties:
3636
reset-gpios:
3737
maxItems: 1
3838

39+
safeboot-gpios:
40+
maxItems: 1
41+
3942
vcc-supply:
4043
description: >
4144
Main voltage regulator
@@ -65,5 +68,6 @@ examples:
6568
v-bckp-supply = <&gnss_v_bckp_reg>;
6669
vcc-supply = <&gnss_vcc_reg>;
6770
reset-gpios = <&gpio 1 GPIO_ACTIVE_LOW>;
71+
safeboot-gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
6872
};
6973
};

0 commit comments

Comments
 (0)