提交 1cfbfdd8 编写于 作者: L Lijun Ou 提交者: Doug Ledford

IB/hns: Add node_guid definition to the bindings document

This patch adds node_guid definition in bindings document.
The value of node_guid will be used during RDMA connection.
Signed-off-by: NLijun Ou <oulijun@huawei.com>
Reviewed-by: NWei Hu <xavier.huwei@huawei.com>
Signed-off-by: NSalil Mehta <salil.mehta@huawei.com>
Signed-off-by: NDoug Ledford <dledford@redhat.com>
上级 ac11125b
...@@ -14,6 +14,7 @@ length of memory mapped region. ...@@ -14,6 +14,7 @@ length of memory mapped region.
representing a ethernet device. representing a ethernet device.
- dsaf-handle: phandle, specifies a reference to a node - dsaf-handle: phandle, specifies a reference to a node
representing a dsaf device. representing a dsaf device.
- node_guid: a number that uniquely identifies a device or component
- #address-cells: must be 2 - #address-cells: must be 2
- #size-cells: must be 2 - #size-cells: must be 2
Optional properties: Optional properties:
...@@ -32,6 +33,7 @@ Example: ...@@ -32,6 +33,7 @@ Example:
dma-coherent; dma-coherent;
eth-handle = <&eth2 &eth3 &eth4 &eth5 &eth6 &eth7>; eth-handle = <&eth2 &eth3 &eth4 &eth5 &eth6 &eth7>;
dsaf-handle = <&soc0_dsa>; dsaf-handle = <&soc0_dsa>;
node-guid = [00 9A CD 00 00 01 02 03];
#address-cells = <2>; #address-cells = <2>;
#size-cells = <2>; #size-cells = <2>;
interrupt-parent = <&mbigen_dsa>; interrupt-parent = <&mbigen_dsa>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册