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>
};
&tsens {
- status = "okay ";
+ status = "okay";
};
&q6v5_wcss {
};
&tsens {
- status = "okay ";
+ status = "okay";
};
&q6v5_wcss {