[PATCH v2 2/2] dt-bindings: hwmon: lm90: do not require VCC supply

From: Krzysztof Kozlowski
Date: Mon Sep 20 2021 - 14:26:10 EST


The LM90-like sensors usually need VCC supply, however this can be
hard-wired to the board main supply (like in SiFive HiFive Unmatched
RISC-V board). Original bindings made VCC supply as required but in
practice several other boards skipped it. Make it optional.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxx>

---

Changes since v1:
1. New patch
---
Documentation/devicetree/bindings/hwmon/national,lm90.yaml | 1 -
1 file changed, 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/hwmon/national,lm90.yaml b/Documentation/devicetree/bindings/hwmon/national,lm90.yaml
index e712117da3df..6e1d54ff5d5b 100644
--- a/Documentation/devicetree/bindings/hwmon/national,lm90.yaml
+++ b/Documentation/devicetree/bindings/hwmon/national,lm90.yaml
@@ -55,7 +55,6 @@ properties:
required:
- compatible
- reg
- - vcc-supply

additionalProperties: false

--
2.30.2