diff options
author | Sudeep Holla <sudeep.holla@arm.com> | 2016-11-02 20:09:24 +0300 |
---|---|---|
committer | Sudeep Holla <sudeep.holla@arm.com> | 2016-11-17 19:30:56 +0300 |
commit | a90b15e0ad7221c9d432291e85ae72f8dfc3ca34 (patch) | |
tree | 019865830dbcf915eee5bbb840b8f33bcdead02d /Documentation/devicetree/bindings/arm/juno,scpi.txt | |
parent | abd3e80545c184f2b472f7527ae8eda34bd59f2d (diff) | |
download | linux-a90b15e0ad7221c9d432291e85ae72f8dfc3ca34.tar.xz |
Documentation: bindings: decouple juno specific details from generic binding
Since SCPI is a generic protocol and the bindings are intended to be
generic, we need to decouple all the platform specific binding details
out of the generic bindings.
This patch moves are the Juno platform specific details into a separate
binding document.
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/juno,scpi.txt')
-rw-r--r-- | Documentation/devicetree/bindings/arm/juno,scpi.txt | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/juno,scpi.txt b/Documentation/devicetree/bindings/arm/juno,scpi.txt new file mode 100644 index 000000000000..2ace8696bbee --- /dev/null +++ b/Documentation/devicetree/bindings/arm/juno,scpi.txt @@ -0,0 +1,26 @@ +System Control and Power Interface (SCPI) Message Protocol +(in addition to the standard binding in [0]) + +Juno SRAM and Shared Memory for SCPI +------------------------------------ + +Required properties: +- compatible : should be "arm,juno-sram-ns" for Non-secure SRAM + +Each sub-node represents the reserved area for SCPI. + +Required sub-node properties: +- reg : The base offset and size of the reserved area with the SRAM +- compatible : should be "arm,juno-scp-shmem" for Non-secure SRAM based + shared memory on Juno platforms + +Sensor bindings for the sensors based on SCPI Message Protocol +-------------------------------------------------------------- +Required properties: +- compatible : should be "arm,scpi-sensors". +- #thermal-sensor-cells: should be set to 1. + For Juno R0 and Juno R1 refer to [1] for the + sensor identifiers + +[0] Documentation/devicetree/bindings/arm/arm,scpi.txt +[1] http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0922b/apas03s22.html |