forked from mirror/openwrt
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:
parent
ebd0052f45
commit
c78320c732
2 changed files with 2 additions and 2 deletions
|
|
@ -386,7 +386,7 @@
|
|||
};
|
||||
|
||||
&tsens {
|
||||
status = "okay ";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&q6v5_wcss {
|
||||
|
|
|
|||
|
|
@ -321,7 +321,7 @@
|
|||
};
|
||||
|
||||
&tsens {
|
||||
status = "okay ";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&q6v5_wcss {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue