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: samsung-wdt: Define cluster constraints top-level

Properties should be always constrained in top-level part of the
bindings, so move the samsung,cluster-index constrain from if: block.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>

authored by

Krzysztof Kozlowski and committed by
Wim Van Sebroeck
f2cfba28 2dea984a

+1 -2
+1 -2
Documentation/devicetree/bindings/watchdog/samsung-wdt.yaml
··· 49 49 50 50 samsung,cluster-index: 51 51 $ref: /schemas/types.yaml#/definitions/uint32 52 + enum: [0, 1, 2] 52 53 description: 53 54 Index of CPU cluster on which watchdog is running (in case of Exynos850, 54 55 Exynos990 or Google gs101). ··· 105 104 items: 106 105 - const: watchdog 107 106 - const: watchdog_src 108 - samsung,cluster-index: 109 - enum: [0, 1, 2] 110 107 required: 111 108 - samsung,cluster-index 112 109 else: