diff for duplicates of <871u2pmfm3.fsf@natisbad.org> diff --git a/a/1.txt b/N1/1.txt index 50b5a52..ab92b8c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,6 +1,6 @@ Hi, -Andrew Lunn <andrew@lunn.ch> writes: +Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org> writes: > On Sat, Nov 09, 2013 at 09:27:32PM +0100, Arnaud Ebalard wrote: >> @@ -10,14 +10,14 @@ Andrew Lunn <andrew@lunn.ch> writes: >> serial port, LEDs, Buttons, 88SE9170 SATA controllers, three G762 fan >> controllers, G751 temperature sensor) except for: > ->> + 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 */ @@ -27,7 +27,7 @@ Andrew Lunn <andrew@lunn.ch> writes: >> + }; >> + >> + /* 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 */ @@ -37,7 +37,7 @@ Andrew Lunn <andrew@lunn.ch> writes: >> + }; >> + >> + /* Rear fan #3 of 3 */ ->> + g762_fan3: g762 at 49 { +>> + g762_fan3: g762@49 { >> + compatible = "gmt,g762"; >> + reg = <0x49>; >> + clocks = <&g762_clk>; /* input clock */ @@ -46,7 +46,7 @@ Andrew Lunn <andrew@lunn.ch> writes: >> + pwm_polarity = <0>; >> + }; >> + ->> + g751: g751 at 4c { +>> + g751: g751@4c { >> + compatible = "gmt,g751"; >> + reg = <0x4c>; >> + }; @@ -63,7 +63,7 @@ I'll keep that in mind. Thanks. GMT G751 is an I2C temperature sensor and thermal watchdog chip. It is basically a clone of National Semiconductor LM75 chip: -root at thin:/sys# sensors +root@thin:/sys# sensors g762-i2c-0-3e Adapter: mv64xxx_i2c adapter fan1: 5461 RPM (div = 1) @@ -78,12 +78,16 @@ fan1: 5461 RPM (div = 1) g751-i2c-0-4c Adapter: mv64xxx_i2c adapter -temp1: +30.5?C (high = +80.0?C, hyst = +75.0?C) +temp1: +30.5°C (high = +80.0°C, hyst = +75.0°C) armada_thermal-virtual-0 Adapter: Virtual device -temp1: +34.2?C +temp1: +34.2°C Cheers, a+ +-- +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 9d52b17..b40e22c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,14 +1,29 @@ "ref\087bo1tmibv.fsf@natisbad.org\0" "ref\020131109210836.GK14890@lunn.ch\0" - "From\0arno@natisbad.org (Arnaud Ebalard)\0" - "Subject\0[PATCH] ARM: mvebu: Add Netgear ReadyNAS 2120 board\0" + "ref\020131109210836.GK14890-g2DYL2Zd6BY@public.gmane.org\0" + "From\0arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org (Arnaud Ebalard)\0" + "Subject\0Re: [PATCH] ARM: mvebu: Add Netgear ReadyNAS 2120 board\0" "Date\0Sat, 09 Nov 2013 22:26:12 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>\0" + "Cc\0Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@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> + Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org> + Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org> + Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> + Ian Campbell <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org> + Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org> + Guenter Roeck <linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org> + " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0" "\00:1\0" "b\0" "Hi,\n" "\n" - "Andrew Lunn <andrew@lunn.ch> writes:\n" + "Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org> writes:\n" "\n" "> On Sat, Nov 09, 2013 at 09:27:32PM +0100, Arnaud Ebalard wrote:\n" ">> \n" @@ -18,14 +33,14 @@ ">> serial port, LEDs, Buttons, 88SE9170 SATA controllers, three G762 fan\n" ">> controllers, G751 temperature sensor) except for:\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" @@ -35,7 +50,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" @@ -45,7 +60,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" @@ -54,7 +69,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" @@ -71,7 +86,7 @@ "GMT G751 is an I2C temperature sensor and thermal watchdog chip. It is\n" "basically a clone of National Semiconductor LM75 chip:\n" "\n" - "root at thin:/sys# sensors\n" + "root@thin:/sys# sensors\n" "g762-i2c-0-3e\n" "Adapter: mv64xxx_i2c adapter\n" "fan1: 5461 RPM (div = 1)\n" @@ -86,14 +101,18 @@ "\n" "g751-i2c-0-4c\n" "Adapter: mv64xxx_i2c adapter\n" - "temp1: +30.5?C (high = +80.0?C, hyst = +75.0?C)\n" + "temp1: +30.5\302\260C (high = +80.0\302\260C, hyst = +75.0\302\260C)\n" "\n" "armada_thermal-virtual-0\n" "Adapter: Virtual device\n" - "temp1: +34.2?C\n" + "temp1: +34.2\302\260C\n" "\n" "Cheers,\n" "\n" - a+ + "a+\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 -ce0514d00b1ba297e26e5105ff8b0cabdb4d5aeaa5f13abd12197afc126896d1 +2d2f2c823b9d46b24c4cb9dd65c35dd85d4ed51f7a052565bb281f4d41b6ff89
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.