Re: [PATCH v24 05/12] dt-bindings: arm: Document reboot mode magic
From: Shivendra Pratap
Date: Sun Sep 13 2026 - 11:25:26 EST
On 8/3/2026 7:32 PM, Rob Herring wrote:
On Mon, Aug 03, 2026 at 03:13:36PM +0530, Shivendra Pratap wrote:
Add bindings to describe vendor-specific reboot modes. Values here
correspond to valid parameters to vendor-specific reset types in PSCI
SYSTEM_RESET2 call.
[snip..]
+ - if:
+ not:
+ properties:
+ compatible:
+ contains:
+ const: arm,psci-1.0
SYSTEM_RESET2 was introduced in PSCI 1.1...
just wanted to check on this.
we have a max of arm,psci-1.0 defined in compatible.
SYSTEM_RESET2 is already being used in some cases with "arm,psci-1.0".
how should this be handled here?
thanks,
Shivendra