diff for duplicates of <20140306142117.GL4780@lunn.ch> diff --git a/a/1.txt b/N1/1.txt index 866a161..2c83b09 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -29,13 +29,13 @@ more. > >> + * 0x30000. > >> + */ > >> + -> >> + ethernet at 70000 { +> >> + ethernet@70000 { > >> + status = "okay"; > >> + phy = <&phy0>; > >> + phy-mode = "rgmii"; > >> + }; > >> + -> >> + ethernet at 30000 { +> >> + ethernet@30000 { > >> + status = "okay"; > >> + phy = <&phy1>; > >> + phy-mode = "rgmii"; @@ -56,12 +56,19 @@ As there already is in armada-370-xp.dtsi }; - eth0: ethernet at 70000 { + eth0: ethernet@70000 { } - eth1: ethernet at 74000 { + eth1: ethernet@74000 { } This at least works for i2c devices. The pdev->id is set using the alias number. Andrew + + + +-- +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 52034b3..fcc68cb 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,10 +1,22 @@ "ref\01394107868-26094-1-git-send-email-gregory.clement@free-electrons.com\0" "ref\020140306131429.GJ4780@lunn.ch\0" "ref\05318779C.8030901@free-electrons.com\0" - "From\0andrew@lunn.ch (Andrew Lunn)\0" - "Subject\0[PATCH] ARM: mvebu: add Device Tree for the Armada 385 RD board\0" + "ref\05318779C.8030901-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org\0" + "From\0Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>\0" + "Subject\0Re: [PATCH] ARM: mvebu: add Device Tree for the Armada 385 RD board\0" "Date\0Thu, 6 Mar 2014 15:21:17 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Gregory CLEMENT <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0" + "Cc\0Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>" + Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org> + Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> + Thomas Petazzoni <thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> + Ezequiel Garcia <ezequiel.garcia-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + Lior Amsalem <alior-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org> + Tawfik Bayouk <tawfik-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org> + Nadav Haklai <nadavh-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org> + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" "\00:1\0" "b\0" "> > Hi Gregory\n" @@ -38,13 +50,13 @@ "> >> +\t\t\t * 0x30000.\n" "> >> +\t\t\t */\n" "> >> +\n" - "> >> +\t\t\tethernet at 70000 {\n" + "> >> +\t\t\tethernet@70000 {\n" "> >> +\t\t\t\tstatus = \"okay\";\n" "> >> +\t\t\t\tphy = <&phy0>;\n" "> >> +\t\t\t\tphy-mode = \"rgmii\";\n" "> >> +\t\t\t};\n" "> >> +\n" - "> >> +\t\t\tethernet at 30000 {\n" + "> >> +\t\t\tethernet@30000 {\n" "> >> +\t\t\t\tstatus = \"okay\";\n" "> >> +\t\t\t\tphy = <&phy1>;\n" "> >> +\t\t\t\tphy-mode = \"rgmii\";\n" @@ -65,14 +77,21 @@ " };\n" "\n" "\n" - "\teth0: ethernet at 70000 {\n" + "\teth0: ethernet@70000 {\n" "\t}\n" - " eth1: ethernet at 74000 {\n" + " eth1: ethernet@74000 {\n" "\t}\n" "\n" "This at least works for i2c devices. The pdev->id is set using the\n" "alias number.\n" "\n" - Andrew + " Andrew\n" + "\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 -13badc1857fbaaf45dfb760b13a3ee022de1906cf74164e1958808bdd63174db +7132215021c10f2a2184878f5606758f529c2106514dfa2ae5554b91b0febf1c
diff --git a/a/1.txt b/N2/1.txt index 866a161..dffcd58 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -29,13 +29,13 @@ more. > >> + * 0x30000. > >> + */ > >> + -> >> + ethernet at 70000 { +> >> + ethernet@70000 { > >> + status = "okay"; > >> + phy = <&phy0>; > >> + phy-mode = "rgmii"; > >> + }; > >> + -> >> + ethernet at 30000 { +> >> + ethernet@30000 { > >> + status = "okay"; > >> + phy = <&phy1>; > >> + phy-mode = "rgmii"; @@ -56,9 +56,9 @@ As there already is in armada-370-xp.dtsi }; - eth0: ethernet at 70000 { + eth0: ethernet@70000 { } - eth1: ethernet at 74000 { + eth1: ethernet@74000 { } This at least works for i2c devices. The pdev->id is set using the diff --git a/a/content_digest b/N2/content_digest index 52034b3..ad31313 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,10 +1,21 @@ "ref\01394107868-26094-1-git-send-email-gregory.clement@free-electrons.com\0" "ref\020140306131429.GJ4780@lunn.ch\0" "ref\05318779C.8030901@free-electrons.com\0" - "From\0andrew@lunn.ch (Andrew Lunn)\0" - "Subject\0[PATCH] ARM: mvebu: add Device Tree for the Armada 385 RD board\0" + "From\0Andrew Lunn <andrew@lunn.ch>\0" + "Subject\0Re: [PATCH] ARM: mvebu: add Device Tree for the Armada 385 RD board\0" "Date\0Thu, 6 Mar 2014 15:21:17 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Gregory CLEMENT <gregory.clement@free-electrons.com>\0" + "Cc\0Andrew Lunn <andrew@lunn.ch>" + Jason Cooper <jason@lakedaemon.net> + Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> + Thomas Petazzoni <thomas.petazzoni@free-electrons.com> + Ezequiel Garcia <ezequiel.garcia@free-electrons.com> + linux-arm-kernel@lists.infradead.org + Lior Amsalem <alior@marvell.com> + Tawfik Bayouk <tawfik@marvell.com> + Nadav Haklai <nadavh@marvell.com> + devicetree@vger.kernel.org + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" "> > Hi Gregory\n" @@ -38,13 +49,13 @@ "> >> +\t\t\t * 0x30000.\n" "> >> +\t\t\t */\n" "> >> +\n" - "> >> +\t\t\tethernet at 70000 {\n" + "> >> +\t\t\tethernet@70000 {\n" "> >> +\t\t\t\tstatus = \"okay\";\n" "> >> +\t\t\t\tphy = <&phy0>;\n" "> >> +\t\t\t\tphy-mode = \"rgmii\";\n" "> >> +\t\t\t};\n" "> >> +\n" - "> >> +\t\t\tethernet at 30000 {\n" + "> >> +\t\t\tethernet@30000 {\n" "> >> +\t\t\t\tstatus = \"okay\";\n" "> >> +\t\t\t\tphy = <&phy1>;\n" "> >> +\t\t\t\tphy-mode = \"rgmii\";\n" @@ -65,9 +76,9 @@ " };\n" "\n" "\n" - "\teth0: ethernet at 70000 {\n" + "\teth0: ethernet@70000 {\n" "\t}\n" - " eth1: ethernet at 74000 {\n" + " eth1: ethernet@74000 {\n" "\t}\n" "\n" "This at least works for i2c devices. The pdev->id is set using the\n" @@ -75,4 +86,4 @@ "\n" Andrew -13badc1857fbaaf45dfb760b13a3ee022de1906cf74164e1958808bdd63174db +fbd11fdc93a8aca8ad80665a6b76c26c78f0bd834e403f4ba0d4b9de6bf3c6e8
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.