Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

syscon-reboot-mode.yaml should $ref: reboot-mode.yaml, but instead
rewrites the properties. Update so it $refs instead.

Signed-off-by: Elliot Berman <quic_eberman@quicinc.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20231031-ref-reboot-mode-v1-1-18dde4faf7e8@quicinc.com
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>

authored by

Elliot Berman and committed by
Sebastian Reichel
160dff47 b9afaa06

+3 -5
+3 -5
Documentation/devicetree/bindings/power/reset/syscon-reboot-mode.yaml
··· 29 29 $ref: /schemas/types.yaml#/definitions/uint32 30 30 description: Offset in the register map for the mode register (in bytes) 31 31 32 - patternProperties: 33 - "^mode-.+": 34 - $ref: /schemas/types.yaml#/definitions/uint32 35 - description: Vendor-specific mode value written to the mode register 32 + allOf: 33 + - $ref: reboot-mode.yaml# 36 34 37 - additionalProperties: false 35 + unevaluatedProperties: false 38 36 39 37 required: 40 38 - compatible