We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e530c50 commit be1c3f5Copy full SHA for be1c3f5
1 file changed
arch/arm64/boot/dts/apple/t8112.dtsi
@@ -1259,9 +1259,9 @@
1259
smc_reboot: reboot {
1260
compatible = "apple,smc-reboot";
1261
nvmem-cells = <&shutdown_flag>, <&boot_stage>,
1262
- <&boot_error_count>, <&panic_count>;
+ <&boot_error_count>, <&panic_count>, <&pm_setting>;
1263
nvmem-cell-names = "shutdown_flag", "boot_stage",
1264
- "boot_error_count", "panic_count";
+ "boot_error_count", "panic_count", "pm_setting";
1265
};
1266
1267
rtc {
0 commit comments