mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-22 07:27:12 +08: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:
@@ -79,7 +79,7 @@ allOf:
|
|||||||
required:
|
required:
|
||||||
- value
|
- value
|
||||||
|
|
||||||
oneOf:
|
anyOf:
|
||||||
- required: [offset]
|
- required: [offset]
|
||||||
- required: [reg]
|
- required: [reg]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user