Lines Matching full:mode
4 $id: http://devicetree.org/schemas/power/reset/syscon-reboot-mode.yaml#
7 title: Generic SYSCON reboot mode driver
13 This driver gets reboot mode magic value from reboot-mode driver
17 parental dt-node plus the offset. So the SYSCON reboot-mode node
22 const: syscon-reboot-mode
30 description: Offset in the register map for the mode register (in bytes)
33 "^mode-.+":
35 description: Vendor-specific mode value written to the mode register
45 #include <dt-bindings/soc/rockchip,boot-mode.h>
47 reboot-mode {
48 compatible = "syscon-reboot-mode";
50 mode-normal = <BOOT_NORMAL>;
51 mode-recovery = <BOOT_RECOVERY>;
52 mode-bootloader = <BOOT_FASTBOOT>;
53 mode-loader = <BOOT_BL_DOWNLOAD>;