diff options
| author | Maud Spierings <maudspierings@gocontroll.com> | 2025-02-27 13:57:52 +0100 |
|---|---|---|
| committer | Guenter Roeck <linux@roeck-us.net> | 2025-03-02 08:36:14 -0800 |
| commit | 9fd33bb86747bc9d76f86e3a7ef7da5c613b95a9 (patch) | |
| tree | 88aa0e4a1a71ea77c3ad4ccf12160838e997e8ca | |
| parent | e3ff0c72cbb7ff6e9c293c3ec4bd612253a68b1e (diff) | |
| download | linux-9fd33bb86747bc9d76f86e3a7ef7da5c613b95a9.tar.gz | |
dt-bindings: hwmon: ntc-thermistor: fix typo regarding the deprecation of the ntc, compatibles
Fix the comment stating that the "ntp," compatible strings are deprecated
which should be "ntc,"
Signed-off-by: Maud Spierings <maudspierings@gocontroll.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20250227-ntc_thermistor_fixes-v1-2-70fa73200b52@gocontroll.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
| -rw-r--r-- | Documentation/devicetree/bindings/hwmon/ntc-thermistor.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/hwmon/ntc-thermistor.yaml b/Documentation/devicetree/bindings/hwmon/ntc-thermistor.yaml index 3d0146e20d3e10..b8e500e6cd9f86 100644 --- a/Documentation/devicetree/bindings/hwmon/ntc-thermistor.yaml +++ b/Documentation/devicetree/bindings/hwmon/ntc-thermistor.yaml @@ -76,7 +76,7 @@ properties: - const: murata,ncp03wf104 - const: murata,ncp15xh103 - const: samsung,1404-001221 - # Deprecated "ntp," compatible strings + # Deprecated "ntc," compatible strings - const: ntc,ncp15wb473 deprecated: true - const: ntc,ncp18wb473 |
