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

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>

+4 -1
+4 -1
Documentation/devicetree/bindings/arm/arm,scpi.txt
··· 7 7 8 8 Required 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 14 - mboxes: List of phandle and mailbox channel specifiers 12 15 All the channels reserved by remote SCP firmware for use by 13 16 SCPI message protocol should be specified in any order