We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0219bc6 commit 9a747e6Copy full SHA for 9a747e6
1 file changed
arch/arm64/boot/dts/apple/t8112.dtsi
@@ -1362,9 +1362,9 @@
1362
smc_reboot: reboot {
1363
compatible = "apple,smc-reboot";
1364
nvmem-cells = <&shutdown_flag>, <&boot_stage>,
1365
- <&boot_error_count>, <&panic_count>;
+ <&boot_error_count>, <&panic_count>, <&pm_setting>;
1366
nvmem-cell-names = "shutdown_flag", "boot_stage",
1367
- "boot_error_count", "panic_count";
+ "boot_error_count", "panic_count", "pm_setting";
1368
};
1369
1370
0 commit comments