aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSudeep Holla <sudeep.holla@arm.com>2016-11-02 13:24:38 -0400
committerSudeep Holla <sudeep.holla@arm.com>2016-11-17 11:31:12 -0500
commitbc24108b66dedb4e1a82e44e3e68a96598802144 (patch)
treef3a8e2cf27cf357598341eeaf1769defd01a8502
parenta90b15e0ad7221c9d432291e85ae72f8dfc3ca34 (diff)
Documentation: bindings: add compatible specific to pre v1.0 SCPI protocols
This patch adds specific compatible to support all the unversioned SCPI protocols prior to v1.0 release. This will be applicable for all the implementations using draft versions or modified versions of those draft vesrions of SCPI protocol. Cc: Rob Herring <robh+dt@kernel.org> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
-rw-r--r--Documentation/devicetree/bindings/arm/arm,scpi.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/arm/arm,scpi.txt b/Documentation/devicetree/bindings/arm/arm,scpi.txt
index d1882c4540d0..401831973638 100644
--- a/Documentation/devicetree/bindings/arm/arm,scpi.txt
+++ b/Documentation/devicetree/bindings/arm/arm,scpi.txt
@@ -7,7 +7,10 @@ by Linux to initiate various system control and power operations.
7 7
8Required properties: 8Required properties:
9 9
10- compatible : should be "arm,scpi" 10- compatible : should be
11 * "arm,scpi" : For implementations complying to SCPI v1.0 or above
12 * "arm,scpi-pre-1.0" : For implementations complying to all
13 unversioned releases prior to SCPI v1.0
11- mboxes: List of phandle and mailbox channel specifiers 14- mboxes: List of phandle and mailbox channel specifiers
12 All the channels reserved by remote SCP firmware for use by 15 All the channels reserved by remote SCP firmware for use by
13 SCPI message protocol should be specified in any order 16 SCPI message protocol should be specified in any order