diff options
author | Frank Li <Frank.Li@nxp.com> | 2025-09-25 15:22:19 -0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2025-09-25 18:21:31 -0700 |
commit | 76bb6969a8cfc5e00ca142fdad86ffd0a6ed9ecd (patch) | |
tree | a954b2654b4873e870baa7b6b5859bb291ba4ed4 | |
parent | 1e11552ee54d10c0b602c76b94db602e2581ce57 (diff) |
dt-bindings: hwmon: (lm75) allow interrupt for ti,tmp75
Allow interrupt for ti,tmp75 because chip has open drain ALERT signal.
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20250925192219.303825-1-Frank.Li@nxp.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
-rw-r--r-- | Documentation/devicetree/bindings/hwmon/lm75.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/hwmon/lm75.yaml b/Documentation/devicetree/bindings/hwmon/lm75.yaml index ecdd09a032e5..0b9fda81e3ec 100644 --- a/Documentation/devicetree/bindings/hwmon/lm75.yaml +++ b/Documentation/devicetree/bindings/hwmon/lm75.yaml @@ -70,6 +70,7 @@ allOf: - ti,tmp100 - ti,tmp101 - ti,tmp112 + - ti,tmp75 then: properties: interrupts: false |