We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67f5e97 commit 5e039ccCopy full SHA for 5e039cc
1 file changed
arch/arm64/boot/dts/apple/t600x-die0.dtsi
@@ -56,9 +56,9 @@
56
smc_reboot: reboot {
57
compatible = "apple,smc-reboot";
58
nvmem-cells = <&shutdown_flag>, <&boot_stage>,
59
- <&boot_error_count>, <&panic_count>;
+ <&boot_error_count>, <&panic_count>, <&pm_setting>;
60
nvmem-cell-names = "shutdown_flag", "boot_stage",
61
- "boot_error_count", "panic_count";
+ "boot_error_count", "panic_count", "pm_setting";
62
};
63
64
rtc {
0 commit comments