Re: [PATCH v25 05/10] dt-bindings: arm: Document reboot mode magic
From: Rob Herring
Date: Mon Sep 21 2026 - 14:41:46 EST
On Mon, Sep 21, 2026 at 03:59:22PM +0530, Shivendra Pratap wrote:
>
>
> On 9/19/2026 3:36 AM, Rob Herring wrote:
> > > + minimum: 0x80000000
> > > + - description:
> > > + arg2 (cookie_lo in 2-cell form, cookie_hi in 3-cell form)
> > > + $ref: /schemas/types.yaml#/definitions/uint32
> > Drop. Types are per property, not per item.
>
> Ack.
>
> > > + - description: arg3 (cookie_lo in 3-cell form)
> > > + $ref: /schemas/types.yaml#/definitions/uint32
> > Drop.
>
> something like this?
>
> items:
> - description: arg1 (vendor-specific SYSTEM_RESET2 reset_type)
> minimum: 0x80000000
> - description: arg2 (cookie_lo in 2-cell form, cookie_hi in 3-cell form)
> - description: arg3 (cookie_lo in 3-cell form)
Yes.
Rob