diff options
| author | James Calligeros <jcalligeros99@gmail.com> | 2026-07-14 16:28:08 +1000 |
|---|---|---|
| committer | Sven Peter <sven@kernel.org> | 2026-07-19 15:58:33 +0200 |
| commit | 89efdbd8ea62ff03071fd177a1f1030ff30303e4 (patch) | |
| tree | cf0f7c935ad735466deed79a99a86ffdcea937cd | |
| parent | d92d8c9ddfecb9124ef006b6195a0d954499857d (diff) | |
arm64: dts: apple: t8112: Add SMC hwmon node
Add the SMC hwmon subdevice
Signed-off-by: James Calligeros <jcalligeros99@gmail.com>
Link: https://patch.msgid.link/20260714-smc-subdev-dt-v2-1-13fa78873121@gmail.com
Signed-off-by: Sven Peter <sven@kernel.org>
| -rw-r--r-- | arch/arm64/boot/dts/apple/t8112.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/apple/t8112.dtsi b/arch/arm64/boot/dts/apple/t8112.dtsi index 85c47422d4e8..a3241c816c26 100644 --- a/arch/arm64/boot/dts/apple/t8112.dtsi +++ b/arch/arm64/boot/dts/apple/t8112.dtsi @@ -921,6 +921,10 @@ "boot_error_count", "panic_count"; }; + smc_hwmon: hwmon { + compatible = "apple,smc-hwmon"; + }; + rtc { compatible = "apple,smc-rtc"; nvmem-cells = <&rtc_offset>; |
