Skip to content

Commit 08a5ee2

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 4720205 commit 08a5ee2

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
@@ -116,6 +116,10 @@
116116
#gpio-cells = <2>;
117117
};
118118

119+
smc_hwmon: hwmon {
120+
compatible = "apple,smc-hwmon";
121+
};
122+
119123
smc_rtc: rtc {
120124
compatible = "apple,smc-rtc";
121125
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)