Skip to content

Commit e530c50

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 5e039cc commit e530c50

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
@@ -1243,9 +1243,9 @@
12431243
smc_reboot: reboot {
12441244
compatible = "apple,smc-reboot";
12451245
nvmem-cells = <&shutdown_flag>, <&boot_stage>,
1246-
<&boot_error_count>, <&panic_count>;
1246+
<&boot_error_count>, <&panic_count>, <&pm_setting>;
12471247
nvmem-cell-names = "shutdown_flag", "boot_stage",
1248-
"boot_error_count", "panic_count";
1248+
"boot_error_count", "panic_count", "pm_setting";
12491249
};
12501250

12511251
rtc {

0 commit comments

Comments
 (0)