Skip to content

Commit b3beb76

Browse files
committed
arm64: dts: apple: t8103: Add "pm_setting" for smc_reboot
For backawrds compatibility with the downstream driver. Signed-off-by: Janne Grunau <j@jannau.net>
1 parent 895837a commit b3beb76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/boot/dts/apple/t8103.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1249,9 +1249,9 @@
12491249
smc_reboot: reboot {
12501250
compatible = "apple,smc-reboot";
12511251
nvmem-cells = <&shutdown_flag>, <&boot_stage>,
1252-
<&boot_error_count>, <&panic_count>;
1252+
<&boot_error_count>, <&panic_count>, <&pm_setting>;
12531253
nvmem-cell-names = "shutdown_flag", "boot_stage",
1254-
"boot_error_count", "panic_count";
1254+
"boot_error_count", "panic_count", "pm_setting";
12551255
};
12561256
};
12571257

0 commit comments

Comments
 (0)