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

dt-bindings: reset: syscon-reboot: Add priority property

This new optional priority property allows to specify custom priority level
of reset device. Prior this change priority level was hardcoded to 192 and
not possible to specify or change. Specifying other value is needed for
some boards. Default level when not specified stays at 192 as before.

Signed-off-by: Pali Rohár <pali@kernel.org>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
[add $ref to existing allOf to fix duplication warning]
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>

authored by

Pali Rohár and committed by
Sebastian Reichel
d7544cbe 6adaa9a4

+4
+4
Documentation/devicetree/bindings/power/reset/syscon-reboot.yaml
··· 42 42 $ref: /schemas/types.yaml#/definitions/uint32 43 43 description: The reset value written to the reboot register (32 bit access). 44 44 45 + priority: 46 + default: 192 47 + 45 48 required: 46 49 - compatible 47 50 - offset ··· 52 49 additionalProperties: false 53 50 54 51 allOf: 52 + - $ref: restart-handler.yaml# 55 53 - if: 56 54 not: 57 55 required: