Lines Matching refs:mode
4 $id: http://devicetree.org/schemas/power/reset/nvmem-reboot-mode.yaml#
7 title: Generic NVMEM reboot mode
13 This driver gets the reboot mode magic value from the reboot-mode driver
14 and stores it in the NVMEM cell named "reboot-mode". The bootloader can
19 const: nvmem-reboot-mode
24 magic value representing the reboot mode is stored.
29 - const: reboot-mode
32 "^mode-.+":
34 description: Vendor-specific mode value written to the mode register
45 reboot-mode {
46 compatible = "nvmem-reboot-mode";
48 nvmem-cell-names = "reboot-mode";
49 mode-recovery = <0x01>;
50 mode-bootloader = <0x02>;