On Mon, Sep 20, 2021 at 08:19:13PM +0200, Krzysztof Kozlowski wrote: > 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> > Reviewed-by: Rob Herring <robh@xxxxxxxxxx> Applied. Thanks, Guenter > --- > > 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 >