Commit 5739da3e authored by Elliot Berman's avatar Elliot Berman Committed by Sebastian Reichel

dt-bindings: power: reset: $ref reboot-mode in nvmem-reboot-mode

nvmem-reboot-mode.yaml should $ref: reboot-mode.yaml, but instead
rewrites the properties. Update so it $refs instead.
Signed-off-by: default avatarElliot Berman <quic_eberman@quicinc.com>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Reviewed-by: default avatarMukesh Ojha <quic_mojha@quicinc.com>
Link: https://lore.kernel.org/r/20231031-ref-nvmem-reboot-mode-v1-1-c1af9070ce52@quicinc.comSigned-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.com>
parent 160dff47
...@@ -28,17 +28,15 @@ properties: ...@@ -28,17 +28,15 @@ properties:
items: items:
- const: reboot-mode - const: reboot-mode
patternProperties: allOf:
"^mode-.+": - $ref: reboot-mode.yaml#
$ref: /schemas/types.yaml#/definitions/uint32
description: Vendor-specific mode value written to the mode register
required: required:
- compatible - compatible
- nvmem-cells - nvmem-cells
- nvmem-cell-names - nvmem-cell-names
additionalProperties: false unevaluatedProperties: false
examples: examples:
- | - |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment