aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolodymyr Babchuk <[email protected]>2019-05-23 11:23:35 +0000
committerSudeep Holla <[email protected]>2019-06-12 12:28:55 +0100
commit0ab2c44def8f6cc637a5fb3ce9766d69d2c289d0 (patch)
tree48b2f048f9eb1567a77d08899540a19a5e0f3272
parenta188339ca5a396acc588e5851ed7e19f66b0ebd9 (diff)
dt-bindings: arm: fix the document ID for SCMI protocol documentation
arm,scmi.txt used the wrong document identifier. "ARM DUI 0922B" is the "ARM Compute Subsystem SCP, Message Interface Protocols". What we need is the ARM DEN 0056A - "ARM System Control and Management Interface Platform Design Document". Fixes: fe7be8b297b2 ("dt-bindings: arm: add support for ARM System Control and Management Interface(SCMI) protocol") Signed-off-by: Volodymyr Babchuk <[email protected]> Signed-off-by: Sudeep Holla <[email protected]>
-rw-r--r--Documentation/devicetree/bindings/arm/arm,scmi.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/arm/arm,scmi.txt b/Documentation/devicetree/bindings/arm/arm,scmi.txt
index 5f3719ab7075..317a2fc3667a 100644
--- a/Documentation/devicetree/bindings/arm/arm,scmi.txt
+++ b/Documentation/devicetree/bindings/arm/arm,scmi.txt
@@ -6,7 +6,7 @@ that are provided by the hardware platform it is running on, including power
and performance functions.
This binding is intended to define the interface the firmware implementing
-the SCMI as described in ARM document number ARM DUI 0922B ("ARM System Control
+the SCMI as described in ARM document number ARM DEN 0056A ("ARM System Control
and Management Interface Platform Design Document")[0] provide for OSPM in
the device tree.