diff for duplicates of <560358B5.3050403@hisilicon.com> diff --git a/a/1.txt b/N1/1.txt index a9c45b1..badca05 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -122,7 +122,7 @@ yes. >> + >> +Example: >> + ->> +dsa: dsa at c7000000 { +>> +dsa: dsa@c7000000 { >> + compatible = "hisilicon,hns-dsaf-v1"; >> + dsa_name = "dsaf0"; >> + mode = "6port-16rss"; @@ -171,13 +171,13 @@ agreed. >> +Typically an MDIO bus might have several children. >> + >> +Example: ->> + mdio at 803c0000 { +>> + mdio@803c0000 { >> + #address-cells = <1>; >> + #size-cells = <0>; >> + compatible = "hisilicon,mdio","hisilicon,hns-mdio"; >> + reg = <0x0 0x803c0000 0x0 0x10000>; >> + ->> + ethernet-phy at 0 { +>> + ethernet-phy@0 { >> + ... >> + reg = <0>; >> + }; @@ -240,7 +240,7 @@ could you please explain it clearly? >> + >> +Example: >> + ->> + ethernet at 0{ +>> + ethernet@0{ >> + compatible = "hisilicon,hns-nic-v1"; >> + ae-name = "dsaf0"; >> + port-id = <0>; @@ -252,7 +252,7 @@ could you please explain it clearly? >> --- /dev/null >> +++ b/arch/arm64/boot/dts/hisilicon/hip05_hns.dtsi >> @@ -0,0 +1,193 @@ ->> +soc0: soc at 000000000 { +>> +soc0: soc@000000000 { >> + #address-cells = <2>; >> + #size-cells = <2>; >> + device_type = "soc"; @@ -260,14 +260,14 @@ could you please explain it clearly? >> + ranges = <0x0 0x0 0x0 0x0 0x1 0x0>; >> + chip-id = <0>; >> + ->> + soc0_mdio0: mdio at 803c0000 { +>> + soc0_mdio0: mdio@803c0000 { >> + #address-cells = <1>; >> + #size-cells = <0>; >> + compatible = "hisilicon,hns-mdio"; >> + reg = <0x0 0x803c0000 0x0 0x10000 >> + 0x0 0x80000000 0x0 0x10000>; >> + ->> + soc0_phy4: ethernet-phy at 4 { +>> + soc0_phy4: ethernet-phy@4 { >> + reg = <0x0>; > Should be 4? @@ -284,7 +284,7 @@ agreed. > >> + compatible = "ethernet-phy-ieee802.3-c22"; >> + }; ->> + soc0_phy5: ethernet-phy at 5 { +>> + soc0_phy5: ethernet-phy@5 { >> + reg = <0x1>; > Should be 5? Or unit-address should be 1. @@ -296,7 +296,7 @@ the reason is same with 4. >> + }; >> + }; >> + ->> + dsa: dsa at c7000000 { +>> + dsa: dsa@c7000000 { >> + compatible = "hisilicon,hns-dsaf-v1"; >> + dsa_name = "dsaf0"; >> + mode = "6port-16rss"; @@ -398,7 +398,7 @@ the reason is same with 4. >> + dma-coherent; >> + }; >> + ->> + eth0: ethernet at 0{ +>> + eth0: ethernet@0{ >> + compatible = "hisilicon,hns-nic-v1"; >> + ae-name = "dsaf0"; >> + port-id = <0>; @@ -421,14 +421,14 @@ we should specify every port information, so that the enet module can identify each of them. >> + }; ->> + eth1: ethernet at 1{ +>> + eth1: ethernet@1{ >> + compatible = "hisilicon,hns-nic-v1"; >> + ae-name = "dsaf0"; >> + port-id = <1>; >> + status = "disabled"; >> + dma-coherent; >> + }; ->> + eth2: ethernet at 2{ +>> + eth2: ethernet@2{ >> + compatible = "hisilicon,hns-nic-v1"; >> + ae-name = "dsaf0"; >> + port-id = <2>; @@ -436,7 +436,7 @@ identify each of them. >> + status = "disabled"; >> + dma-coherent; >> + }; ->> + eth3: ethernet at 3{ +>> + eth3: ethernet@3{ >> + compatible = "hisilicon,hns-nic-v1"; >> + ae-name = "dsaf0"; >> + port-id = <3>; @@ -444,7 +444,7 @@ identify each of them. >> + status = "disabled"; >> + dma-coherent; >> + }; ->> + eth4: ethernet at 4{ +>> + eth4: ethernet@4{ >> + compatible = "hisilicon,hns-nic-v1"; >> + ae-name = "dsaf0"; >> + port-id = <4>; @@ -452,7 +452,7 @@ identify each of them. >> + status = "disabled"; >> + dma-coherent; >> + }; ->> + eth5: ethernet at 5{ +>> + eth5: ethernet@5{ >> + compatible = "hisilicon,hns-nic-v1"; >> + ae-name = "dsaf0"; >> + port-id = <5>; @@ -460,7 +460,7 @@ identify each of them. >> + status = "disabled"; >> + dma-coherent; >> + }; ->> + eth6: ethernet at 6{ +>> + eth6: ethernet@6{ >> + compatible = "hisilicon,hns-nic-v1"; >> + ae-name = "dsaf0"; >> + port-id = <6>; @@ -468,7 +468,7 @@ identify each of them. >> + status = "disabled"; >> + dma-coherent; >> + }; ->> + eth7: ethernet at 7{ +>> + eth7: ethernet@7{ >> + compatible = "hisilicon,hns-nic-v1"; >> + ae-name = "dsaf0"; >> + port-id = <7>; diff --git a/a/content_digest b/N1/content_digest index 2a5ce05..e5b8f97 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,10 +1,31 @@ "ref\01442472710-20909-1-git-send-email-huangdaode@hisilicon.com\0" "ref\01442472710-20909-2-git-send-email-huangdaode@hisilicon.com\0" "ref\0560019C5.6030407@kernel.org\0" - "From\0huangdaode@hisilicon.com (huangdaode)\0" - "Subject\0[PATCH v2 1/5] net: add Hisilicon Network Subsystem support (config and documents)\0" + "From\0huangdaode <huangdaode@hisilicon.com>\0" + "Subject\0Re: [PATCH v2 1/5] net: add Hisilicon Network Subsystem support (config and documents)\0" "Date\0Thu, 24 Sep 2015 09:58:13 +0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Rob Herring <robh@kernel.org>\0" + "Cc\0pawel.moll@arm.com" + mark.rutland@arm.com + ijc+devicetree@hellion.org.uk + galak@codeaurora.org + catalin.marinas@arm.com + will.deacon@arm.com + liguozhu@hisilicon.com + Yisen.Zhuang@huawei.com + davem@davemloft.net + paul.gortmaker@windriver.com + dingtianhong@huawei.com + zhangfei.gao@linaro.org + devicetree@vger.kernel.org + linux-kernel@vger.kernel.org + linux-arm-kernel@lists.infradead.org + netdev@vger.kernel.org + linuxarm@huawei.com + salil.mehta@huawei.com + kenneth-lee-2012@foxmail.com + xuwei5@hisilicon.com + " lisheng011@huawei.com\0" "\00:1\0" "b\0" "On 2015/9/21 22:52, Rob Herring wrote:\n" @@ -131,7 +152,7 @@ ">> +\n" ">> +Example:\n" ">> +\n" - ">> +dsa: dsa at c7000000 {\n" + ">> +dsa: dsa@c7000000 {\n" ">> +\tcompatible = \"hisilicon,hns-dsaf-v1\";\n" ">> +\tdsa_name = \"dsaf0\";\n" ">> +\tmode = \"6port-16rss\";\n" @@ -180,13 +201,13 @@ ">> +Typically an MDIO bus might have several children.\n" ">> +\n" ">> +Example:\n" - ">> + mdio at 803c0000 {\n" + ">> + mdio@803c0000 {\n" ">> + #address-cells = <1>;\n" ">> + #size-cells = <0>;\n" ">> + compatible = \"hisilicon,mdio\",\"hisilicon,hns-mdio\";\n" ">> + reg = <0x0 0x803c0000 0x0 0x10000>;\n" ">> +\n" - ">> + ethernet-phy at 0 {\n" + ">> + ethernet-phy@0 {\n" ">> + ...\n" ">> + reg = <0>;\n" ">> + };\n" @@ -249,7 +270,7 @@ ">> +\n" ">> +Example:\n" ">> +\n" - ">> +\tethernet at 0{\n" + ">> +\tethernet@0{\n" ">> +\t\tcompatible = \"hisilicon,hns-nic-v1\";\n" ">> +\t\tae-name = \"dsaf0\";\n" ">> +\t\tport-id = <0>;\n" @@ -261,7 +282,7 @@ ">> --- /dev/null\n" ">> +++ b/arch/arm64/boot/dts/hisilicon/hip05_hns.dtsi\n" ">> @@ -0,0 +1,193 @@\n" - ">> +soc0: soc at 000000000 {\n" + ">> +soc0: soc@000000000 {\n" ">> +\t#address-cells = <2>;\n" ">> +\t#size-cells = <2>;\n" ">> +\tdevice_type = \"soc\";\n" @@ -269,14 +290,14 @@ ">> +\tranges = <0x0 0x0 0x0 0x0 0x1 0x0>;\n" ">> +\tchip-id = <0>;\n" ">> +\n" - ">> +\tsoc0_mdio0: mdio at 803c0000 {\n" + ">> +\tsoc0_mdio0: mdio@803c0000 {\n" ">> +\t\t#address-cells = <1>;\n" ">> +\t\t#size-cells = <0>;\n" ">> +\t\tcompatible = \"hisilicon,hns-mdio\";\n" ">> +\t\treg = <0x0 0x803c0000 0x0 0x10000\n" ">> +\t\t 0x0 0x80000000 0x0 0x10000>;\n" ">> +\n" - ">> +\t\tsoc0_phy4: ethernet-phy at 4 {\n" + ">> +\t\tsoc0_phy4: ethernet-phy@4 {\n" ">> +\t\t\treg = <0x0>;\n" "> Should be 4?\n" "\n" @@ -293,7 +314,7 @@ ">\n" ">> +\t\t\tcompatible = \"ethernet-phy-ieee802.3-c22\";\n" ">> +\t\t};\n" - ">> +\t\tsoc0_phy5: ethernet-phy at 5 {\n" + ">> +\t\tsoc0_phy5: ethernet-phy@5 {\n" ">> +\t\t\treg = <0x1>;\n" "> Should be 5? Or unit-address should be 1.\n" "\n" @@ -305,7 +326,7 @@ ">> +\t\t};\n" ">> +\t};\n" ">> +\n" - ">> +\tdsa: dsa at c7000000 {\n" + ">> +\tdsa: dsa@c7000000 {\n" ">> +\t\tcompatible = \"hisilicon,hns-dsaf-v1\";\n" ">> +\t\tdsa_name = \"dsaf0\";\n" ">> +\t\tmode = \"6port-16rss\";\n" @@ -407,7 +428,7 @@ ">> +\t\tdma-coherent;\n" ">> +\t};\n" ">> +\n" - ">> +\teth0: ethernet at 0{\n" + ">> +\teth0: ethernet@0{\n" ">> +\t\tcompatible = \"hisilicon,hns-nic-v1\";\n" ">> +\t\tae-name = \"dsaf0\";\n" ">> +\t\tport-id = <0>;\n" @@ -430,14 +451,14 @@ "identify each of them.\n" "\n" ">> +\t};\n" - ">> +\teth1: ethernet at 1{\n" + ">> +\teth1: ethernet@1{\n" ">> +\t\tcompatible = \"hisilicon,hns-nic-v1\";\n" ">> +\t\tae-name = \"dsaf0\";\n" ">> +\t\tport-id = <1>;\n" ">> +\t\tstatus = \"disabled\";\n" ">> +\t\tdma-coherent;\n" ">> +\t};\n" - ">> +\teth2: ethernet at 2{\n" + ">> +\teth2: ethernet@2{\n" ">> +\t\tcompatible = \"hisilicon,hns-nic-v1\";\n" ">> +\t\tae-name = \"dsaf0\";\n" ">> +\t\tport-id = <2>;\n" @@ -445,7 +466,7 @@ ">> +\t\tstatus = \"disabled\";\n" ">> +\t\tdma-coherent;\n" ">> +\t};\n" - ">> +\teth3: ethernet at 3{\n" + ">> +\teth3: ethernet@3{\n" ">> +\t\tcompatible = \"hisilicon,hns-nic-v1\";\n" ">> +\t\tae-name = \"dsaf0\";\n" ">> +\t\tport-id = <3>;\n" @@ -453,7 +474,7 @@ ">> +\t\tstatus = \"disabled\";\n" ">> +\t\tdma-coherent;\n" ">> +\t};\n" - ">> +\teth4: ethernet at 4{\n" + ">> +\teth4: ethernet@4{\n" ">> +\t\tcompatible = \"hisilicon,hns-nic-v1\";\n" ">> +\t\tae-name = \"dsaf0\";\n" ">> +\t\tport-id = <4>;\n" @@ -461,7 +482,7 @@ ">> +\t\tstatus = \"disabled\";\n" ">> +\t\tdma-coherent;\n" ">> +\t};\n" - ">> +\teth5: ethernet at 5{\n" + ">> +\teth5: ethernet@5{\n" ">> +\t\tcompatible = \"hisilicon,hns-nic-v1\";\n" ">> +\t\tae-name = \"dsaf0\";\n" ">> +\t\tport-id = <5>;\n" @@ -469,7 +490,7 @@ ">> +\t\tstatus = \"disabled\";\n" ">> +\t\tdma-coherent;\n" ">> +\t};\n" - ">> +\teth6: ethernet at 6{\n" + ">> +\teth6: ethernet@6{\n" ">> +\t\tcompatible = \"hisilicon,hns-nic-v1\";\n" ">> +\t\tae-name = \"dsaf0\";\n" ">> +\t\tport-id = <6>;\n" @@ -477,7 +498,7 @@ ">> +\t\tstatus = \"disabled\";\n" ">> +\t\tdma-coherent;\n" ">> +\t};\n" - ">> +\teth7: ethernet at 7{\n" + ">> +\teth7: ethernet@7{\n" ">> +\t\tcompatible = \"hisilicon,hns-nic-v1\";\n" ">> +\t\tae-name = \"dsaf0\";\n" ">> +\t\tport-id = <7>;\n" @@ -494,4 +515,4 @@ "> .\n" > -e0081a42e7eb4d8ac85797902a1e8c34affd45d4993ba95a73b0fc7fabce8a26 +37e25d8f881e8841f0239db6d1f48d33935e8e8a95e8ac0876aa9afec5b51ad4
diff --git a/a/1.txt b/N2/1.txt index a9c45b1..badca05 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -122,7 +122,7 @@ yes. >> + >> +Example: >> + ->> +dsa: dsa at c7000000 { +>> +dsa: dsa@c7000000 { >> + compatible = "hisilicon,hns-dsaf-v1"; >> + dsa_name = "dsaf0"; >> + mode = "6port-16rss"; @@ -171,13 +171,13 @@ agreed. >> +Typically an MDIO bus might have several children. >> + >> +Example: ->> + mdio at 803c0000 { +>> + mdio@803c0000 { >> + #address-cells = <1>; >> + #size-cells = <0>; >> + compatible = "hisilicon,mdio","hisilicon,hns-mdio"; >> + reg = <0x0 0x803c0000 0x0 0x10000>; >> + ->> + ethernet-phy at 0 { +>> + ethernet-phy@0 { >> + ... >> + reg = <0>; >> + }; @@ -240,7 +240,7 @@ could you please explain it clearly? >> + >> +Example: >> + ->> + ethernet at 0{ +>> + ethernet@0{ >> + compatible = "hisilicon,hns-nic-v1"; >> + ae-name = "dsaf0"; >> + port-id = <0>; @@ -252,7 +252,7 @@ could you please explain it clearly? >> --- /dev/null >> +++ b/arch/arm64/boot/dts/hisilicon/hip05_hns.dtsi >> @@ -0,0 +1,193 @@ ->> +soc0: soc at 000000000 { +>> +soc0: soc@000000000 { >> + #address-cells = <2>; >> + #size-cells = <2>; >> + device_type = "soc"; @@ -260,14 +260,14 @@ could you please explain it clearly? >> + ranges = <0x0 0x0 0x0 0x0 0x1 0x0>; >> + chip-id = <0>; >> + ->> + soc0_mdio0: mdio at 803c0000 { +>> + soc0_mdio0: mdio@803c0000 { >> + #address-cells = <1>; >> + #size-cells = <0>; >> + compatible = "hisilicon,hns-mdio"; >> + reg = <0x0 0x803c0000 0x0 0x10000 >> + 0x0 0x80000000 0x0 0x10000>; >> + ->> + soc0_phy4: ethernet-phy at 4 { +>> + soc0_phy4: ethernet-phy@4 { >> + reg = <0x0>; > Should be 4? @@ -284,7 +284,7 @@ agreed. > >> + compatible = "ethernet-phy-ieee802.3-c22"; >> + }; ->> + soc0_phy5: ethernet-phy at 5 { +>> + soc0_phy5: ethernet-phy@5 { >> + reg = <0x1>; > Should be 5? Or unit-address should be 1. @@ -296,7 +296,7 @@ the reason is same with 4. >> + }; >> + }; >> + ->> + dsa: dsa at c7000000 { +>> + dsa: dsa@c7000000 { >> + compatible = "hisilicon,hns-dsaf-v1"; >> + dsa_name = "dsaf0"; >> + mode = "6port-16rss"; @@ -398,7 +398,7 @@ the reason is same with 4. >> + dma-coherent; >> + }; >> + ->> + eth0: ethernet at 0{ +>> + eth0: ethernet@0{ >> + compatible = "hisilicon,hns-nic-v1"; >> + ae-name = "dsaf0"; >> + port-id = <0>; @@ -421,14 +421,14 @@ we should specify every port information, so that the enet module can identify each of them. >> + }; ->> + eth1: ethernet at 1{ +>> + eth1: ethernet@1{ >> + compatible = "hisilicon,hns-nic-v1"; >> + ae-name = "dsaf0"; >> + port-id = <1>; >> + status = "disabled"; >> + dma-coherent; >> + }; ->> + eth2: ethernet at 2{ +>> + eth2: ethernet@2{ >> + compatible = "hisilicon,hns-nic-v1"; >> + ae-name = "dsaf0"; >> + port-id = <2>; @@ -436,7 +436,7 @@ identify each of them. >> + status = "disabled"; >> + dma-coherent; >> + }; ->> + eth3: ethernet at 3{ +>> + eth3: ethernet@3{ >> + compatible = "hisilicon,hns-nic-v1"; >> + ae-name = "dsaf0"; >> + port-id = <3>; @@ -444,7 +444,7 @@ identify each of them. >> + status = "disabled"; >> + dma-coherent; >> + }; ->> + eth4: ethernet at 4{ +>> + eth4: ethernet@4{ >> + compatible = "hisilicon,hns-nic-v1"; >> + ae-name = "dsaf0"; >> + port-id = <4>; @@ -452,7 +452,7 @@ identify each of them. >> + status = "disabled"; >> + dma-coherent; >> + }; ->> + eth5: ethernet at 5{ +>> + eth5: ethernet@5{ >> + compatible = "hisilicon,hns-nic-v1"; >> + ae-name = "dsaf0"; >> + port-id = <5>; @@ -460,7 +460,7 @@ identify each of them. >> + status = "disabled"; >> + dma-coherent; >> + }; ->> + eth6: ethernet at 6{ +>> + eth6: ethernet@6{ >> + compatible = "hisilicon,hns-nic-v1"; >> + ae-name = "dsaf0"; >> + port-id = <6>; @@ -468,7 +468,7 @@ identify each of them. >> + status = "disabled"; >> + dma-coherent; >> + }; ->> + eth7: ethernet at 7{ +>> + eth7: ethernet@7{ >> + compatible = "hisilicon,hns-nic-v1"; >> + ae-name = "dsaf0"; >> + port-id = <7>; diff --git a/a/content_digest b/N2/content_digest index 2a5ce05..a60e343 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,10 +1,31 @@ "ref\01442472710-20909-1-git-send-email-huangdaode@hisilicon.com\0" "ref\01442472710-20909-2-git-send-email-huangdaode@hisilicon.com\0" "ref\0560019C5.6030407@kernel.org\0" - "From\0huangdaode@hisilicon.com (huangdaode)\0" - "Subject\0[PATCH v2 1/5] net: add Hisilicon Network Subsystem support (config and documents)\0" + "From\0huangdaode <huangdaode@hisilicon.com>\0" + "Subject\0Re: [PATCH v2 1/5] net: add Hisilicon Network Subsystem support (config and documents)\0" "Date\0Thu, 24 Sep 2015 09:58:13 +0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Rob Herring <robh@kernel.org>\0" + "Cc\0<pawel.moll@arm.com>" + <mark.rutland@arm.com> + <ijc+devicetree@hellion.org.uk> + <galak@codeaurora.org> + <catalin.marinas@arm.com> + <will.deacon@arm.com> + <liguozhu@hisilicon.com> + <Yisen.Zhuang@huawei.com> + <davem@davemloft.net> + <paul.gortmaker@windriver.com> + <dingtianhong@huawei.com> + <zhangfei.gao@linaro.org> + <devicetree@vger.kernel.org> + <linux-kernel@vger.kernel.org> + <linux-arm-kernel@lists.infradead.org> + <netdev@vger.kernel.org> + <linuxarm@huawei.com> + <salil.mehta@huawei.com> + <kenneth-lee-2012@foxmail.com> + <xuwei5@hisilicon.com> + " <lisheng011@huawei.com>\0" "\00:1\0" "b\0" "On 2015/9/21 22:52, Rob Herring wrote:\n" @@ -131,7 +152,7 @@ ">> +\n" ">> +Example:\n" ">> +\n" - ">> +dsa: dsa at c7000000 {\n" + ">> +dsa: dsa@c7000000 {\n" ">> +\tcompatible = \"hisilicon,hns-dsaf-v1\";\n" ">> +\tdsa_name = \"dsaf0\";\n" ">> +\tmode = \"6port-16rss\";\n" @@ -180,13 +201,13 @@ ">> +Typically an MDIO bus might have several children.\n" ">> +\n" ">> +Example:\n" - ">> + mdio at 803c0000 {\n" + ">> + mdio@803c0000 {\n" ">> + #address-cells = <1>;\n" ">> + #size-cells = <0>;\n" ">> + compatible = \"hisilicon,mdio\",\"hisilicon,hns-mdio\";\n" ">> + reg = <0x0 0x803c0000 0x0 0x10000>;\n" ">> +\n" - ">> + ethernet-phy at 0 {\n" + ">> + ethernet-phy@0 {\n" ">> + ...\n" ">> + reg = <0>;\n" ">> + };\n" @@ -249,7 +270,7 @@ ">> +\n" ">> +Example:\n" ">> +\n" - ">> +\tethernet at 0{\n" + ">> +\tethernet@0{\n" ">> +\t\tcompatible = \"hisilicon,hns-nic-v1\";\n" ">> +\t\tae-name = \"dsaf0\";\n" ">> +\t\tport-id = <0>;\n" @@ -261,7 +282,7 @@ ">> --- /dev/null\n" ">> +++ b/arch/arm64/boot/dts/hisilicon/hip05_hns.dtsi\n" ">> @@ -0,0 +1,193 @@\n" - ">> +soc0: soc at 000000000 {\n" + ">> +soc0: soc@000000000 {\n" ">> +\t#address-cells = <2>;\n" ">> +\t#size-cells = <2>;\n" ">> +\tdevice_type = \"soc\";\n" @@ -269,14 +290,14 @@ ">> +\tranges = <0x0 0x0 0x0 0x0 0x1 0x0>;\n" ">> +\tchip-id = <0>;\n" ">> +\n" - ">> +\tsoc0_mdio0: mdio at 803c0000 {\n" + ">> +\tsoc0_mdio0: mdio@803c0000 {\n" ">> +\t\t#address-cells = <1>;\n" ">> +\t\t#size-cells = <0>;\n" ">> +\t\tcompatible = \"hisilicon,hns-mdio\";\n" ">> +\t\treg = <0x0 0x803c0000 0x0 0x10000\n" ">> +\t\t 0x0 0x80000000 0x0 0x10000>;\n" ">> +\n" - ">> +\t\tsoc0_phy4: ethernet-phy at 4 {\n" + ">> +\t\tsoc0_phy4: ethernet-phy@4 {\n" ">> +\t\t\treg = <0x0>;\n" "> Should be 4?\n" "\n" @@ -293,7 +314,7 @@ ">\n" ">> +\t\t\tcompatible = \"ethernet-phy-ieee802.3-c22\";\n" ">> +\t\t};\n" - ">> +\t\tsoc0_phy5: ethernet-phy at 5 {\n" + ">> +\t\tsoc0_phy5: ethernet-phy@5 {\n" ">> +\t\t\treg = <0x1>;\n" "> Should be 5? Or unit-address should be 1.\n" "\n" @@ -305,7 +326,7 @@ ">> +\t\t};\n" ">> +\t};\n" ">> +\n" - ">> +\tdsa: dsa at c7000000 {\n" + ">> +\tdsa: dsa@c7000000 {\n" ">> +\t\tcompatible = \"hisilicon,hns-dsaf-v1\";\n" ">> +\t\tdsa_name = \"dsaf0\";\n" ">> +\t\tmode = \"6port-16rss\";\n" @@ -407,7 +428,7 @@ ">> +\t\tdma-coherent;\n" ">> +\t};\n" ">> +\n" - ">> +\teth0: ethernet at 0{\n" + ">> +\teth0: ethernet@0{\n" ">> +\t\tcompatible = \"hisilicon,hns-nic-v1\";\n" ">> +\t\tae-name = \"dsaf0\";\n" ">> +\t\tport-id = <0>;\n" @@ -430,14 +451,14 @@ "identify each of them.\n" "\n" ">> +\t};\n" - ">> +\teth1: ethernet at 1{\n" + ">> +\teth1: ethernet@1{\n" ">> +\t\tcompatible = \"hisilicon,hns-nic-v1\";\n" ">> +\t\tae-name = \"dsaf0\";\n" ">> +\t\tport-id = <1>;\n" ">> +\t\tstatus = \"disabled\";\n" ">> +\t\tdma-coherent;\n" ">> +\t};\n" - ">> +\teth2: ethernet at 2{\n" + ">> +\teth2: ethernet@2{\n" ">> +\t\tcompatible = \"hisilicon,hns-nic-v1\";\n" ">> +\t\tae-name = \"dsaf0\";\n" ">> +\t\tport-id = <2>;\n" @@ -445,7 +466,7 @@ ">> +\t\tstatus = \"disabled\";\n" ">> +\t\tdma-coherent;\n" ">> +\t};\n" - ">> +\teth3: ethernet at 3{\n" + ">> +\teth3: ethernet@3{\n" ">> +\t\tcompatible = \"hisilicon,hns-nic-v1\";\n" ">> +\t\tae-name = \"dsaf0\";\n" ">> +\t\tport-id = <3>;\n" @@ -453,7 +474,7 @@ ">> +\t\tstatus = \"disabled\";\n" ">> +\t\tdma-coherent;\n" ">> +\t};\n" - ">> +\teth4: ethernet at 4{\n" + ">> +\teth4: ethernet@4{\n" ">> +\t\tcompatible = \"hisilicon,hns-nic-v1\";\n" ">> +\t\tae-name = \"dsaf0\";\n" ">> +\t\tport-id = <4>;\n" @@ -461,7 +482,7 @@ ">> +\t\tstatus = \"disabled\";\n" ">> +\t\tdma-coherent;\n" ">> +\t};\n" - ">> +\teth5: ethernet at 5{\n" + ">> +\teth5: ethernet@5{\n" ">> +\t\tcompatible = \"hisilicon,hns-nic-v1\";\n" ">> +\t\tae-name = \"dsaf0\";\n" ">> +\t\tport-id = <5>;\n" @@ -469,7 +490,7 @@ ">> +\t\tstatus = \"disabled\";\n" ">> +\t\tdma-coherent;\n" ">> +\t};\n" - ">> +\teth6: ethernet at 6{\n" + ">> +\teth6: ethernet@6{\n" ">> +\t\tcompatible = \"hisilicon,hns-nic-v1\";\n" ">> +\t\tae-name = \"dsaf0\";\n" ">> +\t\tport-id = <6>;\n" @@ -477,7 +498,7 @@ ">> +\t\tstatus = \"disabled\";\n" ">> +\t\tdma-coherent;\n" ">> +\t};\n" - ">> +\teth7: ethernet at 7{\n" + ">> +\teth7: ethernet@7{\n" ">> +\t\tcompatible = \"hisilicon,hns-nic-v1\";\n" ">> +\t\tae-name = \"dsaf0\";\n" ">> +\t\tport-id = <7>;\n" @@ -494,4 +515,4 @@ "> .\n" > -e0081a42e7eb4d8ac85797902a1e8c34affd45d4993ba95a73b0fc7fabce8a26 +41491ed150764809d870448d058c8eae899153635c58f02f2f75bb53955937cf
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.