From: ashwin.chaugule@linaro.org (Ashwin Chaugule)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v1 2/2] Documentation: devicetree: Add new binding for PSCIv0.2
Date: Wed, 19 Mar 2014 20:54:25 -0400 [thread overview]
Message-ID: <1395276865-6868-2-git-send-email-ashwin.chaugule@linaro.org> (raw)
In-Reply-To: <1395276865-6868-1-git-send-email-ashwin.chaugule@linaro.org>
The PSCI v0.2+ spec defines static values for PSCI function IDs.
Add a new binding entry so that pre v0.2 implementations can
use DT entries for function IDs and v0.2+ implementations use
static entries as defined by the PSCIv0.2 specification.
Signed-off-by: Ashwin Chaugule <ashwin.chaugule@linaro.org>
---
Documentation/devicetree/bindings/arm/psci.txt | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/arm/psci.txt b/Documentation/devicetree/bindings/arm/psci.txt
index 433afe9..a808284 100644
--- a/Documentation/devicetree/bindings/arm/psci.txt
+++ b/Documentation/devicetree/bindings/arm/psci.txt
@@ -21,7 +21,11 @@ to #0.
Main node required properties:
- - compatible : Must be "arm,psci"
+ - compatible : "arm,psci" : pre PSCIv0.2 spec implementations use this
+ to get the function IDs from DT entries.
+
+ "arm,psci-0.2": PSCIv0.2+ spec implementations use static
+ values for function IDs as defined in the spec.
- method : The method of calling the PSCI firmware. Permitted
values are:
--
1.8.3.2
next prev parent reply other threads:[~2014-03-20 0:54 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-20 0:54 [PATCH v1 1/2] PSCI: Use DT Function ID values only for old versions of spec Ashwin Chaugule
2014-03-20 0:54 ` Ashwin Chaugule [this message]
2014-03-20 3:03 ` [PATCH v1 2/2] Documentation: devicetree: Add new binding for PSCIv0.2 Christoffer Dall
2014-03-20 14:22 ` Mark Rutland
2014-03-20 14:53 ` Christoffer Dall
2014-03-20 1:25 ` [PATCH v1 1/2] PSCI: Use DT Function ID values only for old versions of spec Rob Herring
2014-03-20 2:51 ` Christoffer Dall
2014-03-20 14:26 ` Mark Rutland
2014-03-20 17:04 ` Rob Herring
2014-03-20 17:09 ` Christoffer Dall
2014-03-20 3:06 ` Christoffer Dall
2014-03-20 14:57 ` Mark Rutland
2014-03-20 15:39 ` Ashwin Chaugule
2014-03-21 10:51 ` Mark Rutland
2014-03-21 12:49 ` Ashwin Chaugule
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1395276865-6868-2-git-send-email-ashwin.chaugule@linaro.org \
--to=ashwin.chaugule@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).