mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:04:41 +01:00
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:
parent
16f47ecae1
commit
e03a631628
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ allOf:
|
|||
required:
|
||||
- value
|
||||
|
||||
oneOf:
|
||||
anyOf:
|
||||
- required: [offset]
|
||||
- required: [reg]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue