[PATCH] hwmon: sy7636a: Fix sensor description

akemnade@kernel.org posted 1 patch 3 months, 2 weeks ago
Documentation/hwmon/sy7636a-hwmon.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] hwmon: sy7636a: Fix sensor description
Posted by akemnade@kernel.org 3 months, 2 weeks ago
From: Andreas Kemnade <akemnade@kernel.org>

The temperature is not from the die itself but from an NTC. That was
verified with an IR camera. Fix that.

Signed-off-by: Andreas Kemnade <akemnade@kernel.org>
---
 Documentation/hwmon/sy7636a-hwmon.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/hwmon/sy7636a-hwmon.rst b/Documentation/hwmon/sy7636a-hwmon.rst
index c85db7b32941..0143ce0e5db7 100644
--- a/Documentation/hwmon/sy7636a-hwmon.rst
+++ b/Documentation/hwmon/sy7636a-hwmon.rst
@@ -17,10 +17,10 @@ the Silergy SY7636A PMIC.
 The following sensors are supported
 
   * Temperature
-      - SoC on-die temperature in milli-degree C
+      - Temperature of external NTC in milli-degree C
 
 sysfs-Interface
 ---------------
 
 temp0_input
-	- SoC on-die temperature (milli-degree C)
+	- Temperature of external NTC (milli-degree C)
-- 
2.47.3
Re: [PATCH] hwmon: sy7636a: Fix sensor description
Posted by Guenter Roeck 3 months, 1 week ago
On Mon, Oct 27, 2025 at 09:28:47PM +0100, akemnade@kernel.org wrote:
> From: Andreas Kemnade <akemnade@kernel.org>
> 
> The temperature is not from the die itself but from an NTC. That was
> verified with an IR camera. Fix that.
> 
> Signed-off-by: Andreas Kemnade <akemnade@kernel.org>

Applied.

Thanks,
Guenter