summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorRob Herring (Arm) <robh@kernel.org>2025-12-15 15:26:47 -0600
committerRob Herring (Arm) <robh@kernel.org>2026-02-03 20:58:10 -0600
commite03a631628db59b0fb7a4563594ed745c7adc2d8 (patch)
tree04e18758b59e2b9457c70f17adf7f25beed76885 /Documentation
parent16f47ecae157a62490c68e2697462cc13c247d25 (diff)
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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/power/reset/syscon-reboot.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/power/reset/syscon-reboot.yaml b/Documentation/devicetree/bindings/power/reset/syscon-reboot.yaml
index ccd555870094..b1c0bcb1e25d 100644
--- a/Documentation/devicetree/bindings/power/reset/syscon-reboot.yaml
+++ b/Documentation/devicetree/bindings/power/reset/syscon-reboot.yaml
@@ -79,7 +79,7 @@ allOf:
required:
- value
- oneOf:
+ anyOf:
- required: [offset]
- required: [reg]