提交 3b73ad33 编写于 作者: N Nishanth Menon 提交者: Rob Herring

dt-bindings: mailbox: ti,message-manager: Fix interrupt name error

Message Manager's mailbox interrupts are queue based and not proxy
specific. The interrupt names are wrong in the binding, however
correctly reflected in the example provided. Remove the relation
to proxy ID in the documentation of binding. Existing device tree
descriptions follow the correct conventions already and documentation
update has been missed.
Signed-off-by: NNishanth Menon <nm@ti.com>
Reviewed-by: NLokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: NRob Herring <robh@kernel.org>
上级 271ba36e
...@@ -20,9 +20,9 @@ Required properties: ...@@ -20,9 +20,9 @@ Required properties:
order referring to the transfer path. order referring to the transfer path.
- interrupt-names: Contains interrupt names matching the rx transfer path - interrupt-names: Contains interrupt names matching the rx transfer path
for a given SoC. Receive interrupts shall be of the for a given SoC. Receive interrupts shall be of the
format: "rx_<QID>_<PID>". format: "rx_<QID>".
For ti,k2g-message-manager, this shall contain: For ti,k2g-message-manager, this shall contain:
"rx_005_002", "rx_057_002" "rx_005", "rx_057"
- interrupts: Contains the interrupt information corresponding to - interrupts: Contains the interrupt information corresponding to
interrupt-names property. interrupt-names property.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册