qualcommax: ipq50xx: fix tsens node status to enable thermal sensor
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:
committed by
Robert Marko
parent
ebd0052f45
commit
c78320c732
@@ -386,7 +386,7 @@
|
||||
};
|
||||
|
||||
&tsens {
|
||||
status = "okay ";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&q6v5_wcss {
|
||||
|
||||
@@ -321,7 +321,7 @@
|
||||
};
|
||||
|
||||
&tsens {
|
||||
status = "okay ";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&q6v5_wcss {
|
||||
|
||||
Reference in New Issue
Block a user