We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e039cc commit e530c50Copy full SHA for e530c50
1 file changed
arch/arm64/boot/dts/apple/t8103.dtsi
@@ -1243,9 +1243,9 @@
1243
smc_reboot: reboot {
1244
compatible = "apple,smc-reboot";
1245
nvmem-cells = <&shutdown_flag>, <&boot_stage>,
1246
- <&boot_error_count>, <&panic_count>;
+ <&boot_error_count>, <&panic_count>, <&pm_setting>;
1247
nvmem-cell-names = "shutdown_flag", "boot_stage",
1248
- "boot_error_count", "panic_count";
+ "boot_error_count", "panic_count", "pm_setting";
1249
};
1250
1251
rtc {
0 commit comments