Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Neil Armstrong and committed by
Sudeep Holla
42b3178b bc24108b

+20
+20
Documentation/devicetree/bindings/arm/amlogic,scpi.txt
··· 1 + System Control and Power Interface (SCPI) Message Protocol 2 + (in addition to the standard binding in [0]) 3 + ---------------------------------------------------------- 4 + Required properties 5 + 6 + - compatible : should be "amlogic,meson-gxbb-scpi" 7 + 8 + AMLOGIC SRAM and Shared Memory for SCPI 9 + ------------------------------------ 10 + 11 + Required properties: 12 + - compatible : should be "amlogic,meson-gxbb-sram" 13 + 14 + Each sub-node represents the reserved area for SCPI. 15 + 16 + Required sub-node properties: 17 + - compatible : should be "amlogic,meson-gxbb-scp-shmem" for SRAM based shared 18 + memory on Amlogic GXBB SoC. 19 + 20 + [0] Documentation/devicetree/bindings/arm/arm,scpi.txt