diff for duplicates of <87bo1tmibv.fsf@natisbad.org> diff --git a/a/1.txt b/N1/1.txt index 7823ada..d5affb4 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -11,7 +11,7 @@ controllers, G751 temperature sensor) except for: Support for both of those is currently work in progress and does not prevent boot. -Signed-off-by: Arnaud Ebalard <arno@natisbad.org> +Signed-off-by: Arnaud Ebalard <arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org> --- Hi, @@ -57,7 +57,7 @@ index 0000000..2651ba3 +/* + * Device Tree file for NETGEAR ReadyNAS 2120 + * -+ * 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 @@ -90,19 +90,19 @@ index 0000000..2651ba3 + status = "okay"; + + /* Connected to first Marvell 88SE9170 SATA controller */ -+ pcie at 1,0 { ++ pcie@1,0 { + /* Port 0, Lane 0 */ + status = "okay"; + }; + + /* Connected to second Marvell 88SE9170 SATA controller */ -+ pcie at 2,0 { ++ pcie@2,0 { + /* Port 0, Lane 1 */ + status = "okay"; + }; + + /* Connected to Fresco Logic FL1009 USB 3.0 controller */ -+ pcie at 5,0 { ++ pcie@5,0 { + /* Port 1, Lane 0 */ + status = "okay"; + }; @@ -191,46 +191,46 @@ index 0000000..2651ba3 + }; + }; + -+ serial at 12000 { ++ serial@12000 { + clock-frequency = <250000000>; + status = "okay"; + }; + + 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"; + }; + + /* Front USB 2.0 port */ -+ usb at 50000 { ++ usb@50000 { + status = "okay"; + }; + -+ i2c at 11000 { ++ i2c@11000 { + compatible = "marvell,mv64xxx-i2c"; + clock-frequency = <400000>; + status = "okay"; + + /* Rear fan #1 of 3 (Protechnic MGT4012XB-O20, + * 8000RPM) near eSATA port */ -+ g762_fan1: g762 at 3e { ++ g762_fan1: g762@3e { + compatible = "gmt,g762"; + reg = <0x3e>; + clocks = <&g762_clk>; /* input clock */ @@ -240,7 +240,7 @@ index 0000000..2651ba3 + }; + + /* Rear fan #2 of 3 at the center */ -+ g762_fan2: g762 at 48 { ++ g762_fan2: g762@48 { + compatible = "gmt,g762"; + reg = <0x48>; + clocks = <&g762_clk>; /* input clock */ @@ -250,7 +250,7 @@ index 0000000..2651ba3 + }; + + /* Rear fan #3 of 3 */ -+ g762_fan3: g762 at 49 { ++ g762_fan3: g762@49 { + compatible = "gmt,g762"; + reg = <0x49>; + clocks = <&g762_clk>; /* input clock */ @@ -259,7 +259,7 @@ index 0000000..2651ba3 + pwm_polarity = <0>; + }; + -+ g751: g751 at 4c { ++ g751: g751@4c { + compatible = "gmt,g751"; + reg = <0x4c>; + }; @@ -323,13 +323,13 @@ index 0000000..2651ba3 + &reset_key_pin>; + pinctrl-names = "default"; + -+ button at 1 { ++ button@1 { + label = "Power Button"; + linux,code = <116>; /* KEY_POWER */ + gpios = <&gpio0 27 0>; + }; + -+ button at 2 { ++ button@2 { + label = "Reset Button"; + linux,code = <0x198>; /* KEY_RESTART */ + gpios = <&gpio1 9 1>; @@ -345,3 +345,8 @@ index 0000000..2651ba3 +}; -- 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 9b15957..6fdc380 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,21 @@ - "From\0arno@natisbad.org (Arnaud Ebalard)\0" + "From\0arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org (Arnaud Ebalard)\0" "Subject\0[PATCH] ARM: mvebu: Add Netgear ReadyNAS 2120 board\0" "Date\0Sat, 09 Nov 2013 21:27:32 +0100\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> + Ezequiel Garcia <ezequiel.garcia-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> + " Thomas Petazzoni <thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0" + "Cc\0Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>" + linux-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> + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + " Guenter Roeck <linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>\0" "\00:1\0" "b\0" "\n" @@ -17,7 +31,7 @@ "Support for both of those is currently work in progress and does not\n" "prevent boot.\n" "\n" - "Signed-off-by: Arnaud Ebalard <arno@natisbad.org>\n" + "Signed-off-by: Arnaud Ebalard <arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org>\n" "---\n" "Hi,\n" "\n" @@ -63,7 +77,7 @@ "+/*\n" "+ * Device Tree file for NETGEAR ReadyNAS 2120\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" @@ -96,19 +110,19 @@ "+\t\t\tstatus = \"okay\";\n" "+\n" "+\t\t\t/* Connected to first Marvell 88SE9170 SATA 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 second Marvell 88SE9170 SATA controller */\n" - "+\t\t\tpcie at 2,0 {\n" + "+\t\t\tpcie@2,0 {\n" "+\t\t\t\t/* Port 0, Lane 1 */\n" "+\t\t\t\tstatus = \"okay\";\n" "+\t\t\t};\n" "+\n" "+\t\t\t/* Connected to Fresco Logic FL1009 USB 3.0 controller */\n" - "+\t\t\tpcie at 5,0 {\n" + "+\t\t\tpcie@5,0 {\n" "+\t\t\t\t/* Port 1, Lane 0 */\n" "+\t\t\t\tstatus = \"okay\";\n" "+\t\t\t};\n" @@ -197,46 +211,46 @@ "+\t\t\t\t};\n" "+\t\t\t};\n" "+\n" - "+\t\t\tserial at 12000 {\n" + "+\t\t\tserial@12000 {\n" "+\t\t\t\tclock-frequency = <250000000>;\n" "+\t\t\t\tstatus = \"okay\";\n" "+\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\t/* Front USB 2.0 port */\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 = <400000>;\n" "+\t\t\t\tstatus = \"okay\";\n" "+\n" "+\t\t\t\t/* Rear fan #1 of 3 (Protechnic MGT4012XB-O20,\n" "+\t\t\t\t * 8000RPM) near eSATA port */\n" - "+\t\t\t\tg762_fan1: g762 at 3e {\n" + "+\t\t\t\tg762_fan1: 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" @@ -246,7 +260,7 @@ "+\t\t\t\t};\n" "+\n" "+\t\t\t\t/* Rear fan #2 of 3 at the center */\n" - "+\t\t\t\tg762_fan2: g762 at 48 {\n" + "+\t\t\t\tg762_fan2: g762@48 {\n" "+\t\t\t\t\tcompatible = \"gmt,g762\";\n" "+\t\t\t\t\treg = <0x48>;\n" "+\t\t\t\t\tclocks = <&g762_clk>; /* input clock */\n" @@ -256,7 +270,7 @@ "+\t\t\t\t};\n" "+\n" "+\t\t\t\t/* Rear fan #3 of 3 */\n" - "+\t\t\t\tg762_fan3: g762 at 49 {\n" + "+\t\t\t\tg762_fan3: g762@49 {\n" "+\t\t\t\t\tcompatible = \"gmt,g762\";\n" "+\t\t\t\t\treg = <0x49>;\n" "+\t\t\t\t\tclocks = <&g762_clk>; /* input clock */\n" @@ -265,7 +279,7 @@ "+\t\t\t\t\tpwm_polarity = <0>;\n" "+\t\t\t\t};\n" "+\n" - "+\t\t\t\tg751: g751 at 4c {\n" + "+\t\t\t\tg751: g751@4c {\n" "+\t\t\t\t\tcompatible = \"gmt,g751\";\n" "+\t\t\t\t\treg = <0x4c>;\n" "+\t\t\t\t};\n" @@ -329,13 +343,13 @@ "+\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 = \"Power Button\";\n" "+\t\t\tlinux,code = <116>; /* KEY_POWER */\n" "+\t\t\tgpios = <&gpio0 27 0>;\n" "+\t\t};\n" "+\n" - "+\t\tbutton at 2 {\n" + "+\t\tbutton@2 {\n" "+\t\t\tlabel = \"Reset Button\";\n" "+\t\t\tlinux,code = <0x198>; /* KEY_RESTART */\n" "+\t\t\tgpios = <&gpio1 9 1>;\n" @@ -350,6 +364,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 -e0dfcbb1a9fb456819defcd0abf891f35d9dde88033ef7b361967f2876d5ea10 +1cffd3c46624714fc8f815448468067e394e1c277cab908f79b6a85c4b81c6c7
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.