We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 895837a commit b3beb76Copy full SHA for b3beb76
1 file changed
arch/arm64/boot/dts/apple/t8103.dtsi
@@ -1249,9 +1249,9 @@
1249
smc_reboot: reboot {
1250
compatible = "apple,smc-reboot";
1251
nvmem-cells = <&shutdown_flag>, <&boot_stage>,
1252
- <&boot_error_count>, <&panic_count>;
+ <&boot_error_count>, <&panic_count>, <&pm_setting>;
1253
nvmem-cell-names = "shutdown_flag", "boot_stage",
1254
- "boot_error_count", "panic_count";
+ "boot_error_count", "panic_count", "pm_setting";
1255
};
1256
1257
0 commit comments