diff for duplicates of <50223428.6030506@codethink.co.uk> diff --git a/a/1.txt b/N1/1.txt index ccb0f7d..3c77ba7 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -17,19 +17,19 @@ however the device tree looks basically sane. - mdio at 2000 { + mdio@2000 { #address-cells = <1>; #size-cells = <0>; device_type = "mdio"; compatible = "marvell,mv643xx-mdio"; - PHY0: ethernet-phy at 1 { + PHY0: ethernet-phy@1 { device_type = "ethernet-phy"; compatible = "broadcom,bcm5421"; interrupts = <76>; /* GPP 12 */ interrupt-parent = <&PIC>; reg = <1>; }; - PHY1: ethernet-phy at 3 { + PHY1: ethernet-phy@3 { device_type = "ethernet-phy"; compatible = "broadcom,bcm5421"; interrupts = <76>; /* GPP 12 */ @@ -38,12 +38,12 @@ however the device tree looks basically sane. }; }; - ethernet-group at 2400 { + ethernet-group@2400 { #address-cells = <1>; #size-cells = <0>; compatible = "marvell,mv64360-eth-group"; reg = <0x2400 0x2000>; - ethernet at 0 { + ethernet@0 { device_type = "network"; compatible = "marvell,mv64360-eth"; reg = <0>; @@ -52,7 +52,7 @@ however the device tree looks basically sane. phy = <&phy0>; local-mac-address = [ 00 00 00 00 00 00 ]; }; - ethernet at 1 { + ethernet@1 { device_type = "network"; compatible = "marvell,mv64360-eth"; reg = <1>; diff --git a/a/content_digest b/N1/content_digest index a56c4cc..0547f41 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,10 +1,16 @@ "ref\01344350092-24050-1-git-send-email-ian.molton@codethink.co.uk\0" "ref\020120807.162923.34400427265666163.davem@davemloft.net\0" "ref\0201208080816.29218.arnd@arndb.de\0" - "From\0ian.molton@codethink.co.uk (Ian Molton)\0" - "Subject\0[PATCH v3 0/7] mv643xx.c: Add basic device tree support.\0" + "From\0Ian Molton <ian.molton@codethink.co.uk>\0" + "Subject\0Re: [PATCH v3 0/7] mv643xx.c: Add basic device tree support.\0" "Date\0Wed, 08 Aug 2012 10:40:56 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Arnd Bergmann <arnd@arndb.de>\0" + "Cc\0David Miller <davem@davemloft.net>" + linux-arm-kernel@lists.infradead.org + andrew@lunn.ch + thomas.petazzoni@free-electrons.com + ben.dooks@codethink.co.uk + " netdev@vger.kernel.org\0" "\00:1\0" "b\0" "On 08/08/12 09:16, Arnd Bergmann wrote:\n" @@ -26,19 +32,19 @@ "\n" "\n" "\n" - " mdio at 2000 {\n" + " mdio@2000 {\n" " #address-cells = <1>;\n" " #size-cells = <0>;\n" " device_type = \"mdio\";\n" " compatible = \"marvell,mv643xx-mdio\";\n" - " PHY0: ethernet-phy at 1 {\n" + " PHY0: ethernet-phy@1 {\n" " device_type = \"ethernet-phy\";\n" " compatible = \"broadcom,bcm5421\";\n" " interrupts = <76>; /* GPP 12 */\n" " interrupt-parent = <&PIC>;\n" " reg = <1>;\n" " };\n" - " PHY1: ethernet-phy at 3 {\n" + " PHY1: ethernet-phy@3 {\n" " device_type = \"ethernet-phy\";\n" " compatible = \"broadcom,bcm5421\";\n" " interrupts = <76>; /* GPP 12 */\n" @@ -47,12 +53,12 @@ " };\n" " };\n" "\n" - " ethernet-group at 2400 {\n" + " ethernet-group@2400 {\n" " #address-cells = <1>;\n" " #size-cells = <0>;\n" " compatible = \"marvell,mv64360-eth-group\";\n" " reg = <0x2400 0x2000>;\n" - " ethernet at 0 {\n" + " ethernet@0 {\n" " device_type = \"network\";\n" " compatible = \"marvell,mv64360-eth\";\n" " reg = <0>;\n" @@ -61,7 +67,7 @@ " phy = <&phy0>;\n" " local-mac-address = [ 00 00 00 00 00 00 ];\n" " };\n" - " ethernet at 1 {\n" + " ethernet@1 {\n" " device_type = \"network\";\n" " compatible = \"marvell,mv64360-eth\";\n" " reg = <1>;\n" @@ -72,4 +78,4 @@ " };\n" }; -42d21f27ad346c393dadff8ba341b5ef6794c5adcfde857cd99ec15cf3935aa7 +24d2d4fce2194c0c33132da7a697203539b6086a93ee027196b269460b591e9c
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.