mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
qualcommax: ipq50xx: fix tsens node status to enable thermal sensor
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
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:
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