]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
qualcommax: ipq50xx: fix tsens node status to enable thermal sensor 19564/head
authorShubham Vishwakarma <shubhamvis98@fossfrog.in>
Mon, 28 Jul 2025 04:12:00 +0000 (09:42 +0530)
committerRobert Marko <robimarko@gmail.com>
Mon, 28 Jul 2025 08:04:02 +0000 (10:04 +0200)
The tsens node had an extra space in the "okay" status string, preventing
thermal sensors from being properly registered. This patch corrects it to
enable proper thermal monitoring support.

Signed-off-by: Shubham Vishwakarma <shubhamvis98@fossfrog.in>
Link: https://github.com/openwrt/openwrt/pull/19564
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq5018-ax830.dts
target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq5018-gl-b3000.dts

index 8a6c06cdaf7bc78cb18683cb27bea59d2c0cab17..3eab1749336a2eefc50b2b487b021ebfcea2e8cf 100644 (file)
 };
 
 &tsens {
-       status = "okay ";
+       status = "okay";
 };
 
 &q6v5_wcss {
index b08d9235c7b52789e2a7c2b63a34b5a05b52989b..3fd16bdc9d4b41db6887d77713b1eb396ae2d99d 100644 (file)
 };
 
 &tsens {
-       status = "okay ";
+       status = "okay";
 };
 
 &q6v5_wcss {