Skip to content

Commit 5e039cc

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 67f5e97 commit 5e039cc

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
@@ -56,9 +56,9 @@
5656
smc_reboot: reboot {
5757
compatible = "apple,smc-reboot";
5858
nvmem-cells = <&shutdown_flag>, <&boot_stage>,
59-
<&boot_error_count>, <&panic_count>;
59+
<&boot_error_count>, <&panic_count>, <&pm_setting>;
6060
nvmem-cell-names = "shutdown_flag", "boot_stage",
61-
"boot_error_count", "panic_count";
61+
"boot_error_count", "panic_count", "pm_setting";
6262
};
6363

6464
rtc {

0 commit comments

Comments
 (0)