Skip to content

Commit 367a0a9

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 be1c3f5 commit 367a0a9

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_reboot: reboot {
5761
compatible = "apple,smc-reboot";
5862
nvmem-cells = <&shutdown_flag>, <&boot_stage>,

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@
129129
#gpio-cells = <2>;
130130
};
131131

132+
smc_hwmon: hwmon {
133+
compatible = "apple,smc-hwmon";
134+
};
135+
132136
smc_reboot: reboot {
133137
compatible = "apple,smc-reboot";
134138
nvmem-cells = <&shutdown_flag>, <&boot_stage>,

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_reboot: reboot {
12441248
compatible = "apple,smc-reboot";
12451249
nvmem-cells = <&shutdown_flag>, <&boot_stage>,

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1256,6 +1256,10 @@
12561256
#gpio-cells = <2>;
12571257
};
12581258

1259+
smc_hwmon: hwmon {
1260+
compatible = "apple,smc-hwmon";
1261+
};
1262+
12591263
smc_reboot: reboot {
12601264
compatible = "apple,smc-reboot";
12611265
nvmem-cells = <&shutdown_flag>, <&boot_stage>,

0 commit comments

Comments
 (0)