Re: [PATCH v2 2/4] dt-bindings: arm: Document reboot mode magic

From: Konrad Dybcio
Date: Mon Apr 15 2024 - 15:42:00 EST




On 4/14/24 21:30, Elliot Berman 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.

Signed-off-by: Elliot Berman <quic_eberman@xxxxxxxxxxx>
---

[...]


+
+ // Case 5: SYSTEM_RESET2 vendor resets
+ psci {
+ compatible = "arm,psci-1.0";
+ method = "smc";
+
+ mode-edl = <0>;
+ mode-bootloader = <1 2>;

These properties seem overly generic, and with PSCI only growing every
now and then, I think a reboot-mode (or similar) subnode would be in
order here

Konrad