diff for duplicates of <20170908140322.GD25219@lunn.ch> diff --git a/a/1.txt b/N1/1.txt index 64c5342..0b4266f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,4 +1,4 @@ -> + eth: ethernet at 65000000 { +> + eth: ethernet@65000000 { > + compatible = "socionext,uniphier-ave4"; > + reg = <0x65000000 0x8500>; > + interrupts = <0 66 4>; @@ -11,7 +11,7 @@ > + #address-cells = <1>; > + #size-cells = <0>; -> + ethphy: ethphy at 1 { +> + ethphy: ethphy@1 { > + reg = <1>; > + }; @@ -20,7 +20,7 @@ So you normally have an mdio node, and the phy as a children of that node. mdio { - ethphy: ethernet-phy at 6 { + ethphy: ethernet-phy@6 { reg = <6>; }; }; diff --git a/a/content_digest b/N1/content_digest index 949197a..6a2074e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,12 +1,23 @@ "ref\01504875731-3680-1-git-send-email-hayashi.kunihiko@socionext.com\0" "ref\01504875731-3680-2-git-send-email-hayashi.kunihiko@socionext.com\0" - "From\0andrew@lunn.ch (Andrew Lunn)\0" - "Subject\0[PATCH net-next 1/3] dt-bindings: net: add DT bindings for Socionext UniPhier AVE\0" + "From\0Andrew Lunn <andrew@lunn.ch>\0" + "Subject\0Re: [PATCH net-next 1/3] dt-bindings: net: add DT bindings for Socionext UniPhier AVE\0" "Date\0Fri, 8 Sep 2017 16:03:22 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Kunihiko Hayashi <hayashi.kunihiko@socionext.com>\0" + "Cc\0netdev@vger.kernel.org" + David S. Miller <davem@davemloft.net> + Florian Fainelli <f.fainelli@gmail.com> + Rob Herring <robh+dt@kernel.org> + Mark Rutland <mark.rutland@arm.com> + linux-arm-kernel@lists.infradead.org + linux-kernel@vger.kernel.org + devicetree@vger.kernel.org + Masahiro Yamada <yamada.masahiro@socionext.com> + Masami Hiramatsu <masami.hiramatsu@linaro.org> + " Jassi Brar <jaswinder.singh@linaro.org>\0" "\00:1\0" "b\0" - "> +\teth: ethernet at 65000000 {\n" + "> +\teth: ethernet@65000000 {\n" "> +\t\tcompatible = \"socionext,uniphier-ave4\";\n" "> +\t\treg = <0x65000000 0x8500>;\n" "> +\t\tinterrupts = <0 66 4>;\n" @@ -19,7 +30,7 @@ "> +\t\t#address-cells = <1>;\n" "> +\t\t#size-cells = <0>;\n" "\n" - "> +\t\tethphy: ethphy at 1 {\n" + "> +\t\tethphy: ethphy@1 {\n" "> +\t\t\treg = <1>;\n" "> +\t\t};\n" "\n" @@ -28,11 +39,11 @@ "node.\n" "\n" " mdio {\n" - " ethphy: ethernet-phy at 6 {\n" + " ethphy: ethernet-phy@6 {\n" " reg = <6>;\n" " };\n" " };\n" "\n" "\tAndrew" -c1c03d7bb7550c523d5800d176a3c147e23864f26b379bed2df87b135c54cf35 +cdac666ad87d0a0063fd4841578217743cc021a72c24c035e6738c6f52fe3be2
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.