[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1582577858-12410-2-git-send-email-eberman@codeaurora.org>
Date: Mon, 24 Feb 2020 12:57:36 -0800
From: Elliot Berman <eberman@...eaurora.org>
To: Mark Rutland <mark.rutland@....com>,
Lorenzo Pieralisi <lorenzo.pieralisi@....com>,
Sudeep Holla <sudeep.holla@....com>
Cc: Elliot Berman <eberman@...eaurora.org>,
Bjorn Andersson <bjorn.andersson@...aro.org>,
Trilok Soni <tsoni@...eaurora.org>,
Prasad Sodagudi <psodagud@...eaurora.org>,
David Collins <collinsd@...eaurora.org>,
linux-arm-kernel@...ts.infradead.org,
linux-arm-msm@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH v2 1/3] dt: psci: Add arm,psci-sys-reset2-type property
Some implementors of PSCI may relax the requirements of the PSCI
architectural warm reset. In order to comply with PSCI specification, a
different reset_type value must be used. The alternate PSCI
SYSTEM_RESET2 may be used in all warm/soft reboot scenarios, replacing
the architectural warm reset.
Signed-off-by: Elliot Berman <eberman@...eaurora.org>
---
Documentation/devicetree/bindings/arm/psci.yaml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/Documentation/devicetree/bindings/arm/psci.yaml b/Documentation/devicetree/bindings/arm/psci.yaml
index 8ef8542..469256a2 100644
--- a/Documentation/devicetree/bindings/arm/psci.yaml
+++ b/Documentation/devicetree/bindings/arm/psci.yaml
@@ -102,6 +102,11 @@ properties:
[1] Kernel documentation - ARM idle states bindings
Documentation/devicetree/bindings/arm/idle-states.txt
+ arm,psci-sys-reset2-param:
+ $ref: /schemas/types.yaml#/definitions/uint32
+ description: |
+ reset_param value to use during a warm or soft reboot.
+
"#power-domain-cells":
description:
The number of cells in a PM domain specifier as per binding in [3].
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project
Powered by blists - more mailing lists