Skip to content

Commit 895837a

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/boot/dts/apple/t600x-die0.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
smc_reboot: reboot {
6363
compatible = "apple,smc-reboot";
6464
nvmem-cells = <&shutdown_flag>, <&boot_stage>,
65-
<&boot_error_count>, <&panic_count>;
65+
<&boot_error_count>, <&panic_count>, <&pm_setting>;
6666
nvmem-cell-names = "shutdown_flag", "boot_stage",
67-
"boot_error_count", "panic_count";
67+
"boot_error_count", "panic_count", "pm_setting";
6868
};
6969
};
7070

0 commit comments

Comments
 (0)