diff options
author | Konrad Dybcio <[email protected]> | 2024-01-25 13:11:15 +0100 |
---|---|---|
committer | Daniel Lezcano <[email protected]> | 2024-03-11 17:14:46 +0100 |
commit | 8d5d6abf28ae67c0062de9983254f1a5b6964961 (patch) | |
tree | 97692d8185a1cbc2fbf522c1e01b21b1ac23c425 | |
parent | 4d0642074c67ed9928e9d68734ace439aa06e403 (diff) |
dt-bindings: thermal-zones: Don't require polling-delay(-passive)
Currently, thermal zones associated with providers that have interrupts
for signaling hot/critical trips are required to set a polling-delay
of 0 to indicate no polling. This feels a bit backwards.
Assume 0 (no polling) when these properties are not defined.
Signed-off-by: Konrad Dybcio <[email protected]>
Reviewed-by: Conor Dooley <[email protected]>
Reviewed-by: Bjorn Andersson <[email protected]>
Signed-off-by: Daniel Lezcano <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | Documentation/devicetree/bindings/thermal/thermal-zones.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/thermal/thermal-zones.yaml b/Documentation/devicetree/bindings/thermal/thermal-zones.yaml index dbd52620d293..68398e7e8655 100644 --- a/Documentation/devicetree/bindings/thermal/thermal-zones.yaml +++ b/Documentation/devicetree/bindings/thermal/thermal-zones.yaml @@ -228,8 +228,6 @@ patternProperties: additionalProperties: false required: - - polling-delay - - polling-delay-passive - thermal-sensors - trips |