diff for duplicates of <521B5947.6050009@overkiz.com> diff --git a/a/1.txt b/N1/1.txt index e861b43..bef4aec 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -21,19 +21,19 @@ On 26/08/2013 15:21, Sergei Shtylyov wrote: >> +++ b/arch/arm/boot/dts/sama5d3xmb.dtsi >> @@ -81,6 +81,14 @@ >> ->> macb1: ethernet at f802c000 { +>> macb1: ethernet@f802c000 { >> phy-mode = "rmii"; >> + >> + #address-cells = <1>; >> + #size-cells = <0>; ->> + phy0: ethernet-phy at 0 { +>> + phy0: ethernet-phy@0 { > > Address part of the node name doesn't match the "reg" property. Indeed, I based my definition on arch/arc/boot/dts/angel4.dts where phy is registered like this : - phy0: ethernet-phy at 0 { + phy0: ethernet-phy@0 { reg = <1>; }; diff --git a/a/content_digest b/N1/content_digest index 7bca0c8..f4ef01a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,10 +1,21 @@ "ref\01377520431-21807-1-git-send-email-b.brezillon@overkiz.com\0" "ref\01377520540-21884-1-git-send-email-b.brezillon@overkiz.com\0" "ref\0521B5648.3020608@cogentembedded.com\0" - "From\0b.brezillon@overkiz.com (boris brezillon)\0" - "Subject\0[PATCH v2 2/2] ARM: at91/dt: define phy available on sama5d3 mother board\0" + "From\0boris brezillon <b.brezillon@overkiz.com>\0" + "Subject\0Re: [PATCH v2 2/2] ARM: at91/dt: define phy available on sama5d3 mother board\0" "Date\0Mon, 26 Aug 2013 15:33:59 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>\0" + "Cc\0Rob Herring <rob.herring@calxeda.com>" + Pawel Moll <pawel.moll@arm.com> + Mark Rutland <mark.rutland@arm.com> + Stephen Warren <swarren@wwwdotorg.org> + Ian Campbell <ian.campbell@citrix.com> + Russell King <linux@arm.linux.org.uk> + Nicolas Ferre <nicolas.ferre@atmel.com> + devicetree@vger.kernel.org + linux-arm-kernel@lists.infradead.org + linux-kernel@vger.kernel.org + " netdev@vger.kernel.org\0" "\00:1\0" "b\0" "Hello Sergei,\n" @@ -30,19 +41,19 @@ ">> +++ b/arch/arm/boot/dts/sama5d3xmb.dtsi\n" ">> @@ -81,6 +81,14 @@\n" ">>\n" - ">> macb1: ethernet at f802c000 {\n" + ">> macb1: ethernet@f802c000 {\n" ">> phy-mode = \"rmii\";\n" ">> +\n" ">> + #address-cells = <1>;\n" ">> + #size-cells = <0>;\n" - ">> + phy0: ethernet-phy at 0 {\n" + ">> + phy0: ethernet-phy@0 {\n" ">\n" "> Address part of the node name doesn't match the \"reg\" property.\n" "\n" "Indeed, I based my definition on arch/arc/boot/dts/angel4.dts where phy \n" "is registered like this :\n" "\n" - " phy0: ethernet-phy at 0 {\n" + " phy0: ethernet-phy@0 {\n" " reg = <1>;\n" " };\n" "\n" @@ -68,4 +79,4 @@ "> WBR, Sergei\n" > -c23eec6cf208fafdbbb46d810903eed6998124567f5a0f8ee6e627756c1d1890 +6e55e854d42a026398aff5f71414e261454edec20f353f9e8d6dae9c78c00c43
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.