Message ID | 20210920182114.339419-2-krzysztof.kozlowski@canonical.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | [1/6] dt-bindings: hwmon: lm70: move to trivial devices | expand |
On Mon, 20 Sep 2021 20:21:10 +0200, Krzysztof Kozlowski wrote: > gmt,g751 is covered by LM75 sensor bindings. This fixes warning: > > arch/arm/boot/dts/gemini-dlink-dns-313.dt.yaml: temperature-sensor@48: > '#thermal-sensor-cells' does not match any of the regexes: 'pinctrl-[0-9]+' > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> > --- > Documentation/devicetree/bindings/trivial-devices.yaml | 2 -- > 1 file changed, 2 deletions(-) > Reviewed-by: Rob Herring <robh@kernel.org>
On Mon, Sep 20, 2021 at 08:21:10PM +0200, Krzysztof Kozlowski wrote: > gmt,g751 is covered by LM75 sensor bindings. This fixes warning: > > arch/arm/boot/dts/gemini-dlink-dns-313.dt.yaml: temperature-sensor@48: > '#thermal-sensor-cells' does not match any of the regexes: 'pinctrl-[0-9]+' > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> > Reviewed-by: Rob Herring <robh@kernel.org> Applied. Thanks, Guenter > --- > Documentation/devicetree/bindings/trivial-devices.yaml | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml > index 183ee0da22c6..1bbfa98a85d8 100644 > --- a/Documentation/devicetree/bindings/trivial-devices.yaml > +++ b/Documentation/devicetree/bindings/trivial-devices.yaml > @@ -109,8 +109,6 @@ properties: > - mps,mp2888 > # Monolithic Power Systems Inc. multi-phase controller mp2975 > - mps,mp2975 > - # G751: Digital Temperature Sensor and Thermal Watchdog with Two-Wire Interface > - - gmt,g751 > # Infineon IR36021 digital POL buck controller > - infineon,ir36021 > # Infineon IR38064 Voltage Regulator
diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml index 183ee0da22c6..1bbfa98a85d8 100644 --- a/Documentation/devicetree/bindings/trivial-devices.yaml +++ b/Documentation/devicetree/bindings/trivial-devices.yaml @@ -109,8 +109,6 @@ properties: - mps,mp2888 # Monolithic Power Systems Inc. multi-phase controller mp2975 - mps,mp2975 - # G751: Digital Temperature Sensor and Thermal Watchdog with Two-Wire Interface - - gmt,g751 # Infineon IR36021 digital POL buck controller - infineon,ir36021 # Infineon IR38064 Voltage Regulator
gmt,g751 is covered by LM75 sensor bindings. This fixes warning: arch/arm/boot/dts/gemini-dlink-dns-313.dt.yaml: temperature-sensor@48: '#thermal-sensor-cells' does not match any of the regexes: 'pinctrl-[0-9]+' Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> --- Documentation/devicetree/bindings/trivial-devices.yaml | 2 -- 1 file changed, 2 deletions(-)