qualcommax: ipq50xx: fix tsens node status to enable thermal sensor
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run

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>
This commit is contained in:
Shubham Vishwakarma 2025-07-28 09:42:00 +05:30 committed by Robert Marko
parent ebd0052f45
commit c78320c732
2 changed files with 2 additions and 2 deletions

View file

@ -386,7 +386,7 @@
};
&tsens {
status = "okay ";
status = "okay";
};
&q6v5_wcss {

View file

@ -321,7 +321,7 @@
};
&tsens {
status = "okay ";
status = "okay";
};
&q6v5_wcss {