public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: reset: syscon-reboot: Allow both 'reg' and 'offset'
@ 2025-12-15 21:26 Rob Herring (Arm)
  2026-01-05 21:54 ` Rob Herring (Arm)
  0 siblings, 1 reply; 2+ messages in thread
From: Rob Herring (Arm) @ 2025-12-15 21:26 UTC (permalink / raw)
  To: Sebastian Reichel, Krzysztof Kozlowski, Conor Dooley
  Cc: linux-pm, devicetree, linux-kernel

For compatibility, it is necessary to support both 'reg' and 'offset' at
the same time.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
 .../devicetree/bindings/power/reset/syscon-reboot.yaml          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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]
 
-- 
2.51.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] dt-bindings: reset: syscon-reboot: Allow both 'reg' and 'offset'
  2025-12-15 21:26 [PATCH] dt-bindings: reset: syscon-reboot: Allow both 'reg' and 'offset' Rob Herring (Arm)
@ 2026-01-05 21:54 ` Rob Herring (Arm)
  0 siblings, 0 replies; 2+ messages in thread
From: Rob Herring (Arm) @ 2026-01-05 21:54 UTC (permalink / raw)
  To: Rob Herring (Arm)
  Cc: Conor Dooley, linux-kernel, linux-pm, devicetree,
	Sebastian Reichel, Krzysztof Kozlowski


On Mon, 15 Dec 2025 15:26:47 -0600, Rob Herring (Arm) wrote:
> For compatibility, it is necessary to support both 'reg' and 'offset' at
> the same time.
> 
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
> ---
>  .../devicetree/bindings/power/reset/syscon-reboot.yaml          | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied, thanks!


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-01-05 21:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-15 21:26 [PATCH] dt-bindings: reset: syscon-reboot: Allow both 'reg' and 'offset' Rob Herring (Arm)
2026-01-05 21:54 ` Rob Herring (Arm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox