Skip to content

Commit 111fc6b

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1362,9 +1362,9 @@
13621362
smc_reboot: reboot {
13631363
compatible = "apple,smc-reboot";
13641364
nvmem-cells = <&shutdown_flag>, <&boot_stage>,
1365-
<&boot_error_count>, <&panic_count>;
1365+
<&boot_error_count>, <&panic_count>, <&pm_setting>;
13661366
nvmem-cell-names = "shutdown_flag", "boot_stage",
1367-
"boot_error_count", "panic_count";
1367+
"boot_error_count", "panic_count", "pm_setting";
13681368
};
13691369
};
13701370

0 commit comments

Comments
 (0)