diff for duplicates of <56D5D031.9080609@gmail.com> diff --git a/a/1.txt b/N1/1.txt index 51ef876..f8c6ec5 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -7,7 +7,7 @@ is ok for you. On 02/29/2016 05:29 PM, Alexandre TORGUE wrote: > Add Ethernet support (Synopsys MAC IP 3.50a) on stm32f429 SOC. > -> Signed-off-by: Alexandre TORGUE <alexandre.torgue@gmail.com> +> Signed-off-by: Alexandre TORGUE <alexandre.torgue-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > > diff --git a/arch/arm/boot/dts/stm32f429.dtsi b/arch/arm/boot/dts/stm32f429.dtsi > index bb7a736..af0367c 100644 @@ -18,7 +18,7 @@ On 02/29/2016 05:29 PM, Alexandre TORGUE wrote: > }; > }; > + -> + ethernet0_mii: mii at 0 { +> + ethernet0_mii: mii@0 { > + mii { > + slew-rate = <2>; I moved slew-rate property below the pinmux one for consistency with @@ -41,12 +41,12 @@ other pin configs in the file. > + }; > }; > -> rcc: rcc at 40023810 { +> rcc: rcc@40023810 { > @@ -323,6 +343,21 @@ > st,mem2mem; > }; > -> + ethernet0: dwmac at 40028000 { +> + ethernet0: dwmac@40028000 { > + compatible = "st,stm32-dwmac", "snps,dwmac-3.50a"; > + status = "disabled"; I moved status property at the end of the node for consistency @@ -67,9 +67,15 @@ interrupts = <61>, <62>; > + dma-ranges; > + }; > + -> rng: rng at 50060800 { +> rng: rng@50060800 { > compatible = "st,stm32-rng"; > reg = <0x50060800 0x400>; Regards, Maxime + + +-- +To unsubscribe from this list: send the line "unsubscribe devicetree" in +the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index 5e96761..48ea091 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,21 @@ "ref\01456763376-21457-1-git-send-email-alexandre.torgue@gmail.com\0" "ref\01456763376-21457-3-git-send-email-alexandre.torgue@gmail.com\0" - "From\0mcoquelin.stm32@gmail.com (Maxime Coquelin)\0" - "Subject\0[PATCH 2/3] ARM: dts: stm32f429: Add Ethernet support\0" + "ref\01456763376-21457-3-git-send-email-alexandre.torgue-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0" + "From\0Maxime Coquelin <mcoquelin.stm32-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" + "Subject\0Re: [PATCH 2/3] ARM: dts: stm32f429: Add Ethernet support\0" "Date\0Tue, 1 Mar 2016 18:24:01 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Alexandre TORGUE <alexandre.torgue-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>" + Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org> + olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org + khilman-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + " Giuseppe Cavallaro <peppe.cavallaro-qxv4g6HH51o@public.gmane.org>\0" + "Cc\0devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" + Daniel Thompson <daniel.thompson-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> + netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + Kamil Lulko <rev13-5tc4TXWwyLM@public.gmane.org> + " afaerber-l3A5Bk7waGM@public.gmane.org\0" "\00:1\0" "b\0" "Hi Alex,\n" @@ -15,7 +27,7 @@ "On 02/29/2016 05:29 PM, Alexandre TORGUE wrote:\n" "> Add Ethernet support (Synopsys MAC IP 3.50a) on stm32f429 SOC.\n" ">\n" - "> Signed-off-by: Alexandre TORGUE <alexandre.torgue@gmail.com>\n" + "> Signed-off-by: Alexandre TORGUE <alexandre.torgue-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n" ">\n" "> diff --git a/arch/arm/boot/dts/stm32f429.dtsi b/arch/arm/boot/dts/stm32f429.dtsi\n" "> index bb7a736..af0367c 100644\n" @@ -26,7 +38,7 @@ "> \t\t\t\t};\n" "> \t\t\t};\n" "> +\n" - "> +\t\t\tethernet0_mii: mii at 0 {\n" + "> +\t\t\tethernet0_mii: mii@0 {\n" "> +\t\t\t\tmii {\n" "> +\t\t\t\t\tslew-rate = <2>;\n" "I moved slew-rate property below the pinmux one for consistency with \n" @@ -49,12 +61,12 @@ "> +\t\t\t};\n" "> \t\t};\n" "> \n" - "> \t\trcc: rcc at 40023810 {\n" + "> \t\trcc: rcc@40023810 {\n" "> @@ -323,6 +343,21 @@\n" "> \t\t\tst,mem2mem;\n" "> \t\t};\n" "> \n" - "> +\t\tethernet0: dwmac at 40028000 {\n" + "> +\t\tethernet0: dwmac@40028000 {\n" "> +\t\t\tcompatible = \"st,stm32-dwmac\", \"snps,dwmac-3.50a\";\n" "> +\t\t\tstatus = \"disabled\";\n" "I moved status property at the end of the node for consistency\n" @@ -75,11 +87,17 @@ "> +\t\t\tdma-ranges;\n" "> +\t\t};\n" "> +\n" - "> \t\trng: rng at 50060800 {\n" + "> \t\trng: rng@50060800 {\n" "> \t\t\tcompatible = \"st,stm32-rng\";\n" "> \t\t\treg = <0x50060800 0x400>;\n" "\n" "Regards,\n" - Maxime + "Maxime\n" + "\n" + "\n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n" + "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + More majordomo info at http://vger.kernel.org/majordomo-info.html -b86898c4a5dab38b1f4595e8366da39d6ad7a6faf5f2f5607cd80d1e443ad2ec +9f86513580e57476b99c9c50ba77ef1b43570d8768085b6d8e8a603cc7d90b6f
diff --git a/a/1.txt b/N2/1.txt index 51ef876..1fba3eb 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -18,7 +18,7 @@ On 02/29/2016 05:29 PM, Alexandre TORGUE wrote: > }; > }; > + -> + ethernet0_mii: mii at 0 { +> + ethernet0_mii: mii@0 { > + mii { > + slew-rate = <2>; I moved slew-rate property below the pinmux one for consistency with @@ -41,12 +41,12 @@ other pin configs in the file. > + }; > }; > -> rcc: rcc at 40023810 { +> rcc: rcc@40023810 { > @@ -323,6 +343,21 @@ > st,mem2mem; > }; > -> + ethernet0: dwmac at 40028000 { +> + ethernet0: dwmac@40028000 { > + compatible = "st,stm32-dwmac", "snps,dwmac-3.50a"; > + status = "disabled"; I moved status property at the end of the node for consistency @@ -67,7 +67,7 @@ interrupts = <61>, <62>; > + dma-ranges; > + }; > + -> rng: rng at 50060800 { +> rng: rng@50060800 { > compatible = "st,stm32-rng"; > reg = <0x50060800 0x400>; diff --git a/a/content_digest b/N2/content_digest index 5e96761..97ae8b3 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,9 +1,20 @@ "ref\01456763376-21457-1-git-send-email-alexandre.torgue@gmail.com\0" "ref\01456763376-21457-3-git-send-email-alexandre.torgue@gmail.com\0" - "From\0mcoquelin.stm32@gmail.com (Maxime Coquelin)\0" - "Subject\0[PATCH 2/3] ARM: dts: stm32f429: Add Ethernet support\0" + "From\0Maxime Coquelin <mcoquelin.stm32@gmail.com>\0" + "Subject\0Re: [PATCH 2/3] ARM: dts: stm32f429: Add Ethernet support\0" "Date\0Tue, 1 Mar 2016 18:24:01 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Alexandre TORGUE <alexandre.torgue@gmail.com>" + Arnd Bergmann <arnd@arndb.de> + olof@lixom.net + khilman@kernel.org + linux-arm-kernel@lists.infradead.org + " Giuseppe Cavallaro <peppe.cavallaro@st.com>\0" + "Cc\0devicetree@vger.kernel.org" + Daniel Thompson <daniel.thompson@linaro.org> + netdev@vger.kernel.org + linux-kernel@vger.kernel.org + Kamil Lulko <rev13@wp.pl> + " afaerber@suse.de\0" "\00:1\0" "b\0" "Hi Alex,\n" @@ -26,7 +37,7 @@ "> \t\t\t\t};\n" "> \t\t\t};\n" "> +\n" - "> +\t\t\tethernet0_mii: mii at 0 {\n" + "> +\t\t\tethernet0_mii: mii@0 {\n" "> +\t\t\t\tmii {\n" "> +\t\t\t\t\tslew-rate = <2>;\n" "I moved slew-rate property below the pinmux one for consistency with \n" @@ -49,12 +60,12 @@ "> +\t\t\t};\n" "> \t\t};\n" "> \n" - "> \t\trcc: rcc at 40023810 {\n" + "> \t\trcc: rcc@40023810 {\n" "> @@ -323,6 +343,21 @@\n" "> \t\t\tst,mem2mem;\n" "> \t\t};\n" "> \n" - "> +\t\tethernet0: dwmac at 40028000 {\n" + "> +\t\tethernet0: dwmac@40028000 {\n" "> +\t\t\tcompatible = \"st,stm32-dwmac\", \"snps,dwmac-3.50a\";\n" "> +\t\t\tstatus = \"disabled\";\n" "I moved status property at the end of the node for consistency\n" @@ -75,11 +86,11 @@ "> +\t\t\tdma-ranges;\n" "> +\t\t};\n" "> +\n" - "> \t\trng: rng at 50060800 {\n" + "> \t\trng: rng@50060800 {\n" "> \t\t\tcompatible = \"st,stm32-rng\";\n" "> \t\t\treg = <0x50060800 0x400>;\n" "\n" "Regards,\n" Maxime -b86898c4a5dab38b1f4595e8366da39d6ad7a6faf5f2f5607cd80d1e443ad2ec +aebeb08bc2798c54dd9b26d6056bb399839a3584bef5fb3d03fc02eaa0335911
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.