Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: watchdog: fsl-imx7ulp-wdt: simplify with unevaluatedProperties

Allow generic watchdog properties by using unevaluatedProperties: false.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230415095112.51257-4-krzysztof.kozlowski@linaro.org
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>

authored by

Krzysztof Kozlowski and committed by
Wim Van Sebroeck
d5e8f87e f0d6e92e

+1 -3
+1 -3
Documentation/devicetree/bindings/watchdog/fsl-imx7ulp-wdt.yaml
··· 30 30 clocks: 31 31 maxItems: 1 32 32 33 - timeout-sec: true 34 - 35 33 required: 36 34 - compatible 37 35 - interrupts 38 36 - reg 39 37 - clocks 40 38 41 - additionalProperties: false 39 + unevaluatedProperties: false 42 40 43 41 examples: 44 42 - |