Skip to content

Commit edc8e0d

Browse files
committed
arm64: dts: apple: Add SMC hwmon node for t600x,t602x,t8103,t8112
Signed-off-by: Janne Grunau <j@jannau.net>
1 parent 7e9f72b commit edc8e0d

4 files changed

Lines changed: 16 additions & 0 deletions

File tree

arch/arm64/boot/dts/apple/t600x-die0.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@
5353
#gpio-cells = <2>;
5454
};
5555

56+
smc_hwmon: hwmon {
57+
compatible = "apple,smc-hwmon";
58+
};
59+
5660
smc_rtc: rtc {
5761
compatible = "apple,smc-rtc";
5862
nvmem-cells = <&rtc_offset>;

arch/arm64/boot/dts/apple/t602x-die0.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@
118118
#gpio-cells = <2>;
119119
};
120120

121+
smc_hwmon: hwmon {
122+
compatible = "apple,smc-hwmon";
123+
};
124+
121125
smc_rtc: rtc {
122126
compatible = "apple,smc-rtc";
123127
nvmem-cells = <&rtc_offset>;

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1240,6 +1240,10 @@
12401240
#gpio-cells = <2>;
12411241
};
12421242

1243+
smc_hwmon: hwmon {
1244+
compatible = "apple,smc-hwmon";
1245+
};
1246+
12431247
smc_rtc: rtc {
12441248
compatible = "apple,smc-rtc";
12451249
nvmem-cells = <&rtc_offset>;

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1353,6 +1353,10 @@
13531353
#gpio-cells = <2>;
13541354
};
13551355

1356+
smc_hwmon: hwmon {
1357+
compatible = "apple,smc-hwmon";
1358+
};
1359+
13561360
smc_rtc: rtc {
13571361
compatible = "apple,smc-rtc";
13581362
nvmem-cells = <&rtc_offset>;

0 commit comments

Comments
 (0)