Message ID | 20230415095112.51257-5-krzysztof.kozlowski@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/6] dt-bindings: watchdog: drop duplicated GPIO watchdog bindings | expand |
> Subject: [PATCH 5/6] dt-bindings: watchdog: toshiba,visconti-wdt: simplify > with unevaluatedProperties > > Allow generic watchdog properties by using unevaluatedProperties: false. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > --- > .../devicetree/bindings/watchdog/toshiba,visconti-wdt.yaml | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) Acked-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp> Best regards, Nobuhiro > > diff --git > a/Documentation/devicetree/bindings/watchdog/toshiba,visconti-wdt.yaml > b/Documentation/devicetree/bindings/watchdog/toshiba,visconti-wdt.yaml > index eba083822d1f..51d03d5b08ad 100644 > --- > a/Documentation/devicetree/bindings/watchdog/toshiba,visconti-wdt.yaml > +++ > b/Documentation/devicetree/bindings/watchdog/toshiba,visconti-wdt.yaml > @@ -24,14 +24,12 @@ properties: > clocks: > maxItems: 1 > > - timeout-sec: true > - > required: > - compatible > - reg > - clocks > > -additionalProperties: false > +unevaluatedProperties: false > > examples: > - | > -- > 2.34.1
On Sat, 15 Apr 2023 11:51:11 +0200, Krzysztof Kozlowski wrote: > Allow generic watchdog properties by using unevaluatedProperties: false. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > --- > .../devicetree/bindings/watchdog/toshiba,visconti-wdt.yaml | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > Reviewed-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/watchdog/toshiba,visconti-wdt.yaml b/Documentation/devicetree/bindings/watchdog/toshiba,visconti-wdt.yaml index eba083822d1f..51d03d5b08ad 100644 --- a/Documentation/devicetree/bindings/watchdog/toshiba,visconti-wdt.yaml +++ b/Documentation/devicetree/bindings/watchdog/toshiba,visconti-wdt.yaml @@ -24,14 +24,12 @@ properties: clocks: maxItems: 1 - timeout-sec: true - required: - compatible - reg - clocks -additionalProperties: false +unevaluatedProperties: false examples: - |
Allow generic watchdog properties by using unevaluatedProperties: false. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- .../devicetree/bindings/watchdog/toshiba,visconti-wdt.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)