File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
arch/arm64/boot/dts/exynos/google Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 60
60
};
61
61
};
62
62
63
+ reboot-mode {
64
+ compatible = "nvmem-reboot-mode";
65
+ nvmem-cells = <&nvmem_reboot_mode>;
66
+ nvmem-cell-names = "reboot-mode";
67
+ mode-bootloader = <0x800000fc>;
68
+ mode-charge = <0x8000000a>;
69
+ mode-dm-verity-device-corrupted = <0x80000050>;
70
+ mode-fastboot = <0x800000fa>;
71
+ mode-reboot-ab-update = <0x80000052>;
72
+ mode-recovery = <0x800000ff>;
73
+ mode-rescue = <0x800000f9>;
74
+ mode-shutdown-thermal = <0x80000051>;
75
+ mode-shutdown-thermal-battery = <0x80000051>;
76
+ };
77
+
63
78
/* TODO: Remove this once PMIC is implemented */
64
79
reg_placeholder: regulator-0 {
65
80
compatible = "regulator-fixed";
224
239
#address-cells = <1>;
225
240
#size-cells = <1>;
226
241
227
- reboot-mode@0 {
242
+ nvmem_reboot_mode: reboot-mode@0 {
228
243
reg = <0x0 0x4>;
229
244
};
230
245
You can’t perform that action at this time.
0 commit comments