summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Marangi2024-05-21 13:37:14 +0000
committerDaniel Golle2024-06-01 15:40:10 +0000
commite5c7b5ec43718df0c758368a7c1fa645fab96ce2 (patch)
tree0f7e9e89bc06595506dca44494ccfe43aaaf90d9
parentac783b419b279cf2b026baa4bb3626bc00f0c8a9 (diff)
downloadopenwrt-e5c7b5ec43718df0c758368a7c1fa645fab96ce2.tar.gz
mvebu: fix missing property in puzzle thermal
Fix missing property in puzzle thermal. The thing was never supposed to work. Property #thermal-sensor-cells was missing from the puzzle hwmon, making the entire thermal platform referencing that fail to probe with -EINVAL. The puzzle hwmon expose 2 termistor but they probably use an userspace downstream utility to configure and handle thermal. For this reason we really don't know what they use the sensor for or when it's attached. We use them to sensor if the Chassis gets too hot due to ambient temperature and generic components getting too warm. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
-rw-r--r--target/linux/mvebu/files-6.6/arch/arm64/boot/dts/marvell/cn9132-puzzle-m902.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mvebu/files-6.6/arch/arm64/boot/dts/marvell/cn9132-puzzle-m902.dts b/target/linux/mvebu/files-6.6/arch/arm64/boot/dts/marvell/cn9132-puzzle-m902.dts
index f1cae8e5e4..1394f2010a 100644
--- a/target/linux/mvebu/files-6.6/arch/arm64/boot/dts/marvell/cn9132-puzzle-m902.dts
+++ b/target/linux/mvebu/files-6.6/arch/arm64/boot/dts/marvell/cn9132-puzzle-m902.dts
@@ -243,6 +243,7 @@
compatible = "iei,wt61p803-puzzle-hwmon";
#address-cells = <1>;
#size-cells = <0>;
+ #thermal-sensor-cells = <1>;
chassis_fan_group0: fan-group@0 {
#cooling-cells = <2>;