dt-bindings: reset: syscon-reboot: Allow both 'reg' and 'offset'

For compatibility, it is necessary to support both 'reg' and 'offset' at
the same time.

Link: https://patch.msgid.link/20251215212648.3320333-1-robh@kernel.org
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
This commit is contained in:
Rob Herring (Arm) 2025-12-15 15:26:47 -06:00
parent 16f47ecae1
commit e03a631628

View file

@ -79,7 +79,7 @@ allOf:
required:
- value
oneOf:
anyOf:
- required: [offset]
- required: [reg]