diff mbox series

dt-bindings: arm: fix the document ID for SCMI protocol documentation

Message ID 20190523112312.24529-1-volodymyr_babchuk@epam.com (mailing list archive)
State New, archived
Headers show
Series dt-bindings: arm: fix the document ID for SCMI protocol documentation | expand

Commit Message

Volodymyr Babchuk May 23, 2019, 11:23 a.m. UTC
From: Volodymyr Babchuk <volodymyr_babchuk@epam.com

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".

Signed-off-by: Volodymyr Babchuk <volodymyr_babchuk@epam.com>
---
 Documentation/devicetree/bindings/arm/arm,scmi.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Sudeep Holla May 23, 2019, 5:09 p.m. UTC | #1
On Thu, May 23, 2019 at 11:23:35AM +0000, Volodymyr Babchuk wrote:
> From: Volodymyr Babchuk <volodymyr_babchuk@epam.com
>
> 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".
>

Indeed, it's most stupid copy-paste mistake. Thanks for fixing this.
Applied now.

---
Regards,
Sudeep
Volodymyr Babchuk May 23, 2019, 5:24 p.m. UTC | #2
Hi,

Sudeep Holla writes:

> On Thu, May 23, 2019 at 11:23:35AM +0000, Volodymyr Babchuk wrote:
>> From: Volodymyr Babchuk <volodymyr_babchuk@epam.com

I accidentally deleted ending ">" symbol in the line above, so "git
send-email" decided to move that line from headers to the message body.

>> 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".
>>
>
> Indeed, it's most stupid copy-paste mistake. Thanks for fixing this.
> Applied now.
It happens all the time. I also did stupid mistake in my patch file. It
is described above. Could you please ensure that this line will be not
in the resulting commit message? Thank you.
Sudeep Holla May 24, 2019, 10:54 a.m. UTC | #3
On Thu, May 23, 2019 at 05:24:56PM +0000, Volodymyr Babchuk wrote:
> 
> Hi,
> 
> Sudeep Holla writes:
> 
> > On Thu, May 23, 2019 at 11:23:35AM +0000, Volodymyr Babchuk wrote:
> >> From: Volodymyr Babchuk <volodymyr_babchuk@epam.com
> 
> I accidentally deleted ending ">" symbol in the line above, so "git
> send-email" decided to move that line from headers to the message body.
> 
> >> 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".
> >>
> >
> > Indeed, it's most stupid copy-paste mistake. Thanks for fixing this.
> > Applied now.
> It happens all the time. I also did stupid mistake in my patch file. It
> is described above. Could you please ensure that this line will be not
> in the resulting commit message? Thank you.

Ah OK, I didn't notice that, but the applied patch seems fine.

--
Regards,
Sudeep
diff mbox series

Patch

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.