Skip to content

Commit be1c3f5

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 e530c50 commit be1c3f5

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
@@ -1259,9 +1259,9 @@
12591259
smc_reboot: reboot {
12601260
compatible = "apple,smc-reboot";
12611261
nvmem-cells = <&shutdown_flag>, <&boot_stage>,
1262-
<&boot_error_count>, <&panic_count>;
1262+
<&boot_error_count>, <&panic_count>, <&pm_setting>;
12631263
nvmem-cell-names = "shutdown_flag", "boot_stage",
1264-
"boot_error_count", "panic_count";
1264+
"boot_error_count", "panic_count", "pm_setting";
12651265
};
12661266

12671267
rtc {

0 commit comments

Comments
 (0)