We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b4b6dd commit 895837aCopy full SHA for 895837a
1 file changed
arch/arm64/boot/dts/apple/t600x-die0.dtsi
@@ -62,9 +62,9 @@
62
smc_reboot: reboot {
63
compatible = "apple,smc-reboot";
64
nvmem-cells = <&shutdown_flag>, <&boot_stage>,
65
- <&boot_error_count>, <&panic_count>;
+ <&boot_error_count>, <&panic_count>, <&pm_setting>;
66
nvmem-cell-names = "shutdown_flag", "boot_stage",
67
- "boot_error_count", "panic_count";
+ "boot_error_count", "panic_count", "pm_setting";
68
};
69
70
0 commit comments