diff for duplicates of <20170120161842.GD25907@lunn.ch> diff --git a/a/content_digest b/N1/content_digest index 925b3d3..df731e0 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,7 +4,7 @@ "From\0andrew@lunn.ch (Andrew Lunn)\0" "Subject\0[PATCH v3 2/9] ARM64: dts: meson-gxbb-p200: add the ethernet PHY's reset GPIO\0" "Date\0Fri, 20 Jan 2017 17:18:42 +0100\0" - "To\0linus-amlogic@lists.infradead.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Fri, Jan 20, 2017 at 04:22:25PM +0100, Martin Blumenstingl wrote:\n" @@ -56,4 +56,4 @@ "\n" Andrew -3a9eaeb90b5da9f263e6832831bf10e6f38e769e6052248685f5d158f8638c2e +b0b17df37a7db663f7167cac74e4f3770bde6b6c5ee0f0fbe2c2f2905e97044b
diff --git a/a/1.txt b/N2/1.txt index 40cd8aa..27936c9 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -5,7 +5,7 @@ On Fri, Jan 20, 2017 at 04:22:25PM +0100, Martin Blumenstingl wrote: > PHY configuration similar to the one we have on GXL devices. This will > allow us to specify OF-properties for the PHY itself. > -> Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> +> Signed-off-by: Martin Blumenstingl <martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> > --- > arch/arm64/boot/dts/amlogic/meson-gxbb-p200.dts | 24 ++++++++++++++++++++++++ > 1 file changed, 24 insertions(+) @@ -34,11 +34,11 @@ On Fri, Jan 20, 2017 at 04:22:25PM +0100, Martin Blumenstingl wrote: > + #address-cells = <1>; > + #size-cells = <0>; > + -> + eth_phy0: ethernet-phy at 0 { +> + eth_phy0: ethernet-phy@0 { Hi Martin -ethernet-phy at 3, because of the reg property. +ethernet-phy@3, because of the reg property. > + compatible = "ethernet-phy-id0022.1620", @@ -46,3 +46,7 @@ ethernet-phy at 3, because of the reg property. > + reg = <3>; 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/N2/content_digest index 925b3d3..47b01ed 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,10 +1,22 @@ "ref\020170120132650.9784-1-martin.blumenstingl@googlemail.com\0" "ref\020170120152232.13943-1-martin.blumenstingl@googlemail.com\0" "ref\020170120152232.13943-3-martin.blumenstingl@googlemail.com\0" - "From\0andrew@lunn.ch (Andrew Lunn)\0" - "Subject\0[PATCH v3 2/9] ARM64: dts: meson-gxbb-p200: add the ethernet PHY's reset GPIO\0" + "ref\020170120152232.13943-3-martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org\0" + "From\0Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>\0" + "Subject\0Re: [PATCH v3 2/9] ARM64: dts: meson-gxbb-p200: add the ethernet PHY's reset GPIO\0" "Date\0Fri, 20 Jan 2017 17:18:42 +0100\0" - "To\0linus-amlogic@lists.infradead.org\0" + "To\0Martin Blumenstingl <martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>\0" + "Cc\0linux-amlogic-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" + khilman-rdvid1DuHRBWk0Htik3J/w@public.gmane.org + carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org + mark.rutland-5wv7dgnIgG8@public.gmane.org + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org + catalin.marinas-5wv7dgnIgG8@public.gmane.org + will.deacon-5wv7dgnIgG8@public.gmane.org + robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + " jbrunet-rdvid1DuHRBWk0Htik3J/w@public.gmane.org\0" "\00:1\0" "b\0" "On Fri, Jan 20, 2017 at 04:22:25PM +0100, Martin Blumenstingl wrote:\n" @@ -14,7 +26,7 @@ "> PHY configuration similar to the one we have on GXL devices. This will\n" "> allow us to specify OF-properties for the PHY itself.\n" "> \n" - "> Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>\n" + "> Signed-off-by: Martin Blumenstingl <martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>\n" "> ---\n" "> arch/arm64/boot/dts/amlogic/meson-gxbb-p200.dts | 24 ++++++++++++++++++++++++\n" "> 1 file changed, 24 insertions(+)\n" @@ -43,17 +55,21 @@ "> +\t\t#address-cells = <1>;\n" "> +\t\t#size-cells = <0>;\n" "> +\n" - "> +\t\teth_phy0: ethernet-phy at 0 {\n" + "> +\t\teth_phy0: ethernet-phy@0 {\n" "\n" "Hi Martin\n" "\n" - "ethernet-phy at 3, because of the reg property.\n" + "ethernet-phy@3, because of the reg property.\n" "\n" "\n" "> +\t\t\tcompatible = \"ethernet-phy-id0022.1620\",\n" "> +\t\t\t\t \"ethernet-phy-ieee802.3-c22\";\n" "> +\t\t\treg = <3>;\n" "\n" - Andrew + " Andrew\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 -3a9eaeb90b5da9f263e6832831bf10e6f38e769e6052248685f5d158f8638c2e +3259621706c74552cfec087103bc775e5da94afc0aefc06047d6da5b27200fbd
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.