Commit 6619ac5a authored by Iyappan Subramanian's avatar Iyappan Subramanian Committed by David S. Miller

dtb: xgene: Add channel property

Added 'channel' property, describing ethernet to CPU channel number.
Signed-off-by: default avatarIyappan Subramanian <isubramanian@apm.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 4cac949f
......@@ -653,6 +653,7 @@ xgenet1: ethernet@1f620000 {
<0 113 4>,
<0 114 4>,
<0 115 4>;
channel = <12>;
port-id = <1>;
dma-coherent;
clocks = <&xge1clk 0>;
......
......@@ -993,6 +993,7 @@ xgenet: ethernet@1f610000 {
<0x0 0x65 0x4>,
<0x0 0x66 0x4>,
<0x0 0x67 0x4>;
channel = <0>;
dma-coherent;
clocks = <&xge0clk 0>;
/* mac address will be overwritten by the bootloader */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment