mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 04:34:03 +02:00
arm64: dts: apple: t8103,t60xx,t8112: Add SMC RTC node
The System Manager Controller of all M1/M2 SoCs supports the RTC sub-device. Reviewed-by: Neal Gompa <neal@gompa.dev> Signed-off-by: James Calligeros <jcalligeros99@gmail.com> Link: https://patch.msgid.link/20251215-macsmc-subdevs-v6-6-0518cb5f28ae@gmail.com Signed-off-by: Sven Peter <sven@kernel.org>
This commit is contained in:
parent
8f0b4cce44
commit
faf317d4c7
|
|
@ -44,6 +44,12 @@ smc_reboot: reboot {
|
|||
nvmem-cell-names = "shutdown_flag", "boot_stage",
|
||||
"boot_error_count", "panic_count";
|
||||
};
|
||||
|
||||
rtc {
|
||||
compatible = "apple,smc-rtc";
|
||||
nvmem-cells = <&rtc_offset>;
|
||||
nvmem-cell-names = "rtc_offset";
|
||||
};
|
||||
};
|
||||
|
||||
smc_mbox: mbox@290408000 {
|
||||
|
|
|
|||
|
|
@ -121,6 +121,12 @@ smc_reboot: reboot {
|
|||
nvmem-cell-names = "shutdown_flag", "boot_stage",
|
||||
"boot_error_count", "panic_count";
|
||||
};
|
||||
|
||||
rtc {
|
||||
compatible = "apple,smc-rtc";
|
||||
nvmem-cells = <&rtc_offset>;
|
||||
nvmem-cell-names = "rtc_offset";
|
||||
};
|
||||
};
|
||||
|
||||
pinctrl_smc: pinctrl@2a2820000 {
|
||||
|
|
|
|||
|
|
@ -916,6 +916,12 @@ smc_reboot: reboot {
|
|||
nvmem-cell-names = "shutdown_flag", "boot_stage",
|
||||
"boot_error_count", "panic_count";
|
||||
};
|
||||
|
||||
rtc {
|
||||
compatible = "apple,smc-rtc";
|
||||
nvmem-cells = <&rtc_offset>;
|
||||
nvmem-cell-names = "rtc_offset";
|
||||
};
|
||||
};
|
||||
|
||||
smc_mbox: mbox@23e408000 {
|
||||
|
|
|
|||
|
|
@ -919,6 +919,12 @@ smc_reboot: reboot {
|
|||
nvmem-cell-names = "shutdown_flag", "boot_stage",
|
||||
"boot_error_count", "panic_count";
|
||||
};
|
||||
|
||||
rtc {
|
||||
compatible = "apple,smc-rtc";
|
||||
nvmem-cells = <&rtc_offset>;
|
||||
nvmem-cell-names = "rtc_offset";
|
||||
};
|
||||
};
|
||||
|
||||
smc_mbox: mbox@23e408000 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user