diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2016-10-05 09:33:32 +0200 |
---|---|---|
committer | Sudeep Holla <sudeep.holla@arm.com> | 2016-11-17 16:31:13 +0000 |
commit | 42b3178b0a055a71891649a39a659476f5aa83af (patch) | |
tree | a37085ce024f725e3b6f5c1dcafc115e88bc51d1 /Documentation/devicetree/bindings | |
parent | bc24108b66dedb4e1a82e44e3e68a96598802144 (diff) | |
download | linux-42b3178b0a055a71891649a39a659476f5aa83af.tar.gz linux-42b3178b0a055a71891649a39a659476f5aa83af.tar.bz2 linux-42b3178b0a055a71891649a39a659476f5aa83af.zip |
Documentation: bindings: Add support for Amlogic GXBB SCPI protocol
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
(decoupled from the generic scpi binding)
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Diffstat (limited to 'Documentation/devicetree/bindings')
-rw-r--r-- | Documentation/devicetree/bindings/arm/amlogic,scpi.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/amlogic,scpi.txt b/Documentation/devicetree/bindings/arm/amlogic,scpi.txt new file mode 100644 index 000000000000..7b9a861e9306 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/amlogic,scpi.txt @@ -0,0 +1,20 @@ +System Control and Power Interface (SCPI) Message Protocol +(in addition to the standard binding in [0]) +---------------------------------------------------------- +Required properties + +- compatible : should be "amlogic,meson-gxbb-scpi" + +AMLOGIC SRAM and Shared Memory for SCPI +------------------------------------ + +Required properties: +- compatible : should be "amlogic,meson-gxbb-sram" + +Each sub-node represents the reserved area for SCPI. + +Required sub-node properties: +- compatible : should be "amlogic,meson-gxbb-scp-shmem" for SRAM based shared + memory on Amlogic GXBB SoC. + +[0] Documentation/devicetree/bindings/arm/arm,scpi.txt |