diff for duplicates of <87fvrtqgmq.fsf@natisbad.org> diff --git a/a/1.txt b/N1/1.txt index a40b997..da619fb 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -15,7 +15,7 @@ work remains for: but the device is usable w/o those. -Signed-off-by: Arnaud Ebalard <arno@natisbad.org> +Signed-off-by: Arnaud Ebalard <arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org> --- Changes since v0, based on comments from Andrew: @@ -49,7 +49,7 @@ index 0000000..2eb855f +/* + * Device Tree file for NETGEAR ReadyNAS 104 + * -+ * Copyright (C) 2013, Arnaud EBALARD <arno@natisbad.org> ++ * Copyright (C) 2013, Arnaud EBALARD <arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org> + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License @@ -82,20 +82,20 @@ index 0000000..2eb855f + status = "okay"; + + /* Connected to FL1009 USB 3.0 controller */ -+ pcie at 1,0 { ++ pcie@1,0 { + /* Port 0, Lane 0 */ + status = "okay"; + }; + + /* Connected to Marvell 88SE9215 SATA controller */ -+ pcie at 2,0 { ++ pcie@2,0 { + /* Port 1, Lane 0 */ + status = "okay"; + }; + }; + + internal-regs { -+ serial at 12000 { ++ serial@12000 { + clock-frequency = <200000000>; + status = "okay"; + }; @@ -133,37 +133,37 @@ index 0000000..2eb855f + }; + + mdio { -+ phy0: ethernet-phy at 0 { ++ phy0: ethernet-phy@0 { + reg = <0>; + }; + -+ phy1: ethernet-phy at 1 { ++ phy1: ethernet-phy@1 { + reg = <1>; + }; + }; + -+ ethernet at 70000 { ++ ethernet@70000 { + status = "okay"; + phy = <&phy0>; + phy-mode = "rgmii-id"; + }; + -+ ethernet at 74000 { ++ ethernet@74000 { + status = "okay"; + phy = <&phy1>; + phy-mode = "rgmii-id"; + }; + -+ usb at 50000 { ++ usb@50000 { + status = "okay"; + }; + -+ i2c at 11000 { ++ i2c@11000 { + compatible = "marvell,mv64xxx-i2c"; + clock-frequency = <100000>; + status = "okay"; + -+ g762: g762 at 3e { ++ g762: g762@3e { + compatible = "gmt,g762"; + reg = <0x3e>; + clocks = <&g762_clk>; /* input clock */ @@ -213,19 +213,19 @@ index 0000000..2eb855f + &reset_key_pin>; + pinctrl-names = "default"; + -+ button at 1 { ++ button@1 { + label = "Backup Button"; + linux,code = <133>; /* KEY_COPY */ + gpios = <&gpio1 20 1>; + }; + -+ button at 2 { ++ button@2 { + label = "Power Button"; + linux,code = <116>; /* KEY_POWER */ + gpios = <&gpio1 30 0>; + }; + -+ button at 3 { ++ button@3 { + label = "Reset Button"; + linux,code = <0x198>; /* KEY_RESTART */ + gpios = <&gpio2 1 1>; @@ -241,3 +241,8 @@ index 0000000..2eb855f +}; -- 1.8.4.rc3 + +-- +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 0192569..23d29ae 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,18 @@ - "From\0arno@natisbad.org (Arnaud Ebalard)\0" + "From\0arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org (Arnaud Ebalard)\0" "Subject\0[PATCHv1] ARM: mvebu: Add Netgear ReadyNAS 104 board\0" "Date\0Tue, 22 Oct 2013 20:56:13 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>" + Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org> + Gregory Clement <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> + " Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" + "Cc\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" + Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org> + Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org> + Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> + Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> + Ian Campbell <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org> + Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org> + " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" "\00:1\0" "b\0" "\n" @@ -21,7 +32,7 @@ "\n" "but the device is usable w/o those.\n" "\n" - "Signed-off-by: Arnaud Ebalard <arno@natisbad.org>\n" + "Signed-off-by: Arnaud Ebalard <arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org>\n" "---\n" "\n" "Changes since v0, based on comments from Andrew:\n" @@ -55,7 +66,7 @@ "+/*\n" "+ * Device Tree file for NETGEAR ReadyNAS 104\n" "+ *\n" - "+ * Copyright (C) 2013, Arnaud EBALARD <arno@natisbad.org>\n" + "+ * Copyright (C) 2013, Arnaud EBALARD <arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org>\n" "+ *\n" "+ * This program is free software; you can redistribute it and/or\n" "+ * modify it under the terms of the GNU General Public License\n" @@ -88,20 +99,20 @@ "+\t\t\tstatus = \"okay\";\n" "+\n" "+\t\t\t/* Connected to FL1009 USB 3.0 controller */\n" - "+\t\t\tpcie at 1,0 {\n" + "+\t\t\tpcie@1,0 {\n" "+\t\t\t\t/* Port 0, Lane 0 */\n" "+\t\t\t\tstatus = \"okay\";\n" "+\t\t\t};\n" "+\n" "+\t\t\t/* Connected to Marvell 88SE9215 SATA controller */\n" - "+\t\t\tpcie at 2,0 {\n" + "+\t\t\tpcie@2,0 {\n" "+\t\t\t\t/* Port 1, Lane 0 */\n" "+\t\t\t\tstatus = \"okay\";\n" "+\t\t\t};\n" "+\t\t};\n" "+\n" "+\t\tinternal-regs {\n" - "+\t\t\tserial at 12000 {\n" + "+\t\t\tserial@12000 {\n" "+\t\t\t\tclock-frequency = <200000000>;\n" "+\t\t\t\tstatus = \"okay\";\n" "+\t\t\t};\n" @@ -139,37 +150,37 @@ "+\t\t\t};\n" "+\n" "+\t\t\tmdio {\n" - "+\t\t\t\tphy0: ethernet-phy at 0 {\n" + "+\t\t\t\tphy0: ethernet-phy@0 {\n" "+\t\t\t\t\treg = <0>;\n" "+\t\t\t\t};\n" "+\n" - "+\t\t\t\tphy1: ethernet-phy at 1 {\n" + "+\t\t\t\tphy1: ethernet-phy@1 {\n" "+\t\t\t\t\treg = <1>;\n" "+\t\t\t\t};\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-id\";\n" "+\t\t\t};\n" "+\n" - "+\t\t\tethernet at 74000 {\n" + "+\t\t\tethernet@74000 {\n" "+\t\t\t\tstatus = \"okay\";\n" "+\t\t\t\tphy = <&phy1>;\n" "+\t\t\t\tphy-mode = \"rgmii-id\";\n" "+\t\t\t};\n" "+\n" - "+\t\t\tusb at 50000 {\n" + "+\t\t\tusb@50000 {\n" "+\t\t\t\tstatus = \"okay\";\n" "+\t\t\t};\n" "+\n" - "+\t\t\ti2c at 11000 {\n" + "+\t\t\ti2c@11000 {\n" "+\t\t\t\tcompatible = \"marvell,mv64xxx-i2c\";\n" "+\t\t\t\tclock-frequency = <100000>;\n" "+\t\t\t\tstatus = \"okay\";\n" "+\n" - "+\t\t\t\tg762: g762 at 3e {\n" + "+\t\t\t\tg762: g762@3e {\n" "+\t\t\t\t\tcompatible = \"gmt,g762\";\n" "+\t\t\t\t\treg = <0x3e>;\n" "+\t\t\t\t\tclocks = <&g762_clk>; /* input clock */\n" @@ -219,19 +230,19 @@ "+\t\t\t &reset_key_pin>;\n" "+\t\tpinctrl-names = \"default\";\n" "+\n" - "+\t\tbutton at 1 {\n" + "+\t\tbutton@1 {\n" "+\t\t\tlabel = \"Backup Button\";\n" "+\t\t\tlinux,code = <133>; /* KEY_COPY */\n" "+\t\t\tgpios = <&gpio1 20 1>;\n" "+\t\t};\n" "+\n" - "+\t\tbutton at 2 {\n" + "+\t\tbutton@2 {\n" "+\t\t\tlabel = \"Power Button\";\n" "+\t\t\tlinux,code = <116>; /* KEY_POWER */\n" "+\t\t\tgpios = <&gpio1 30 0>;\n" "+\t\t};\n" "+\n" - "+\t\tbutton at 3 {\n" + "+\t\tbutton@3 {\n" "+\t\t\tlabel = \"Reset Button\";\n" "+\t\t\tlinux,code = <0x198>; /* KEY_RESTART */\n" "+\t\t\tgpios = <&gpio2 1 1>;\n" @@ -246,6 +257,11 @@ "+\t};\n" "+};\n" "-- \n" - 1.8.4.rc3 + "1.8.4.rc3\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 -fb01195822fe2b3245a382545b6205bc865884ab61b148b58ed8555349e71eda +a3c6bcfbd2cfc383f25a2d4d9083a1de1b6e2db1a47a0389c75a6e9379d5a0c0
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.