diff for duplicates of <20141116020024.GC15870@lunn.ch> diff --git a/a/1.txt b/N1/1.txt index 2fb2d52..9c71901 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -18,7 +18,7 @@ On Sun, Nov 16, 2014 at 01:04:23AM +0100, Arnaud Ebalard wrote: > - UART1 used for poweroff (connected to a TI MSP430F2111) > - Fan handled via 4 GPIO (3 for speed, 1 for alarm) > -> Signed-off-by: Arnaud Ebalard <arno@natisbad.org> +> Signed-off-by: Arnaud Ebalard <arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org> > --- > arch/arm/boot/dts/Makefile | 3 +- > arch/arm/boot/dts/armada-370-synology-ds213j.dts | 351 +++++++++++++++++++++++ @@ -48,7 +48,7 @@ On Sun, Nov 16, 2014 at 01:04:23AM +0100, Arnaud Ebalard wrote: > +/* > + * Device Tree file for Synology DS213j > + * -> + * Copyright (C) 2014, Arnaud EBALARD <arno@natisbad.org> +> + * Copyright (C) 2014, 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 @@ -96,7 +96,7 @@ On Sun, Nov 16, 2014 at 01:04:23AM +0100, Arnaud Ebalard wrote: > + > + internal-regs { > + -> + sata at a0000 { +> + sata@a0000 { > + nr-ports = <2>; > + status = "okay"; > + }; @@ -240,12 +240,12 @@ mdio_pins > + }; > + > + mdio { -> + phy1: ethernet-phy at 1 { /* Marvell 88E1512 */ +> + phy1: ethernet-phy@1 { /* Marvell 88E1512 */ > + reg = <1>; > + }; > + }; > + -> + ethernet at 70000 { +> + ethernet@70000 { > + status = "okay"; > + pinctrl-0 = <&pmx_ge0>; > + pinctrl-names = "default"; @@ -253,12 +253,12 @@ mdio_pins > + phy-mode = "sgmii"; > + }; > + -> + spi0: spi at 10600 { +> + spi0: spi@10600 { > + status = "okay"; > + pinctrl-0 = <&pmx_spi>; > + pinctrl-names = "default"; > + -> + spi-flash at 0 { +> + spi-flash@0 { > + #address-cells = <1>; > + #size-cells = <1>; > + compatible = "micron,n25q064"; @@ -286,32 +286,32 @@ mdio_pins > + * you are doing. > + */ -> + partition at 00000000 { /* u-boot */ +> + partition@00000000 { /* u-boot */ > + label = "RedBoot"; > + reg = <0x00000000 0x000c0000>; /* 768KB */ > + }; > + -> + partition at 000c0000 { /* uImage */ +> + partition@000c0000 { /* uImage */ > + label = "zImage"; > + reg = <0x000c0000 0x002d0000>; /* 2880KB */ > + }; > + -> + partition at 00390000 { /* uInitramfs */ +> + partition@00390000 { /* uInitramfs */ > + label = "rd.gz"; > + reg = <0x00390000 0x00440000>; /* 4250KB */ > + }; > + -> + partition at 007d0000 { /* MAC address and serial number */ +> + partition@007d0000 { /* MAC address and serial number */ > + label = "vendor"; > + reg = <0x007d0000 0x00010000>; /* 64KB */ > + }; > + -> + partition at 007e0000 { +> + partition@007e0000 { > + label = "RedBoot config"; > + reg = <0x007e0000 0x00010000>; /* 64KB */ > + }; > + -> + partition at 007f0000 { +> + partition@007f0000 { > + label = "FIS directory"; > + reg = <0x007f0000 0x00010000>; /* 64KB */ > + }; @@ -319,22 +319,22 @@ mdio_pins > + }; > + > + /* rear USB port, near reset button */ -> + usb at 50000 { +> + usb@50000 { > + status = "okay"; > + }; > + > + /* rear USB port, near RJ45 port */ -> + usb at 51000 { +> + usb@51000 { > + status = "okay"; > + }; > + -> + i2c at 11000 { +> + i2c@11000 { > + compatible = "marvell,mv64xxx-i2c"; > + clock-frequency = <400000>; > + status = "okay"; > + > + /* Main device RTC chip */ -> + s35390a: s35390a at 30 { +> + s35390a: s35390a@30 { > + compatible = "ssi,s35390a"; sii not ssi. @@ -344,21 +344,21 @@ sii not ssi. > + }; > + > + /* RTC provided by Seiko S-35390A above */ -> + rtc at 10300 { +> + rtc@10300 { > + status = "disabled"; > + }; > + > + /* Connected to a header on device's PCB */ -> + serial at 12000 { +> + serial@12000 { > + status = "okay"; > + }; > + > + /* Connected to a TI MSP430F2111 for power control */ -> + serial at 12100 { +> + serial@12100 { > + status = "okay"; > + }; > + -> + poweroff at 12100 { +> + poweroff@12100 { > + compatible = "synology,power-off"; > + reg = <0x12100 0x100>; > + clocks = <&coreclk 0>; @@ -450,5 +450,9 @@ Did you check this is appropriate? > > _______________________________________________ > linux-arm-kernel mailing list -> linux-arm-kernel at lists.infradead.org +> linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel +-- +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 7d88038..5bef625 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,23 @@ "ref\0cover.1416095841.git.arno@natisbad.org\0" "ref\01eb26f8c1946622910a7e2318c895a7082fea7e5.1416095841.git.arno@natisbad.org\0" - "From\0andrew@lunn.ch (Andrew Lunn)\0" - "Subject\0[PATCHv1 2/3] arm: mvebu: add .dts file for Synology DS213j\0" + "ref\01eb26f8c1946622910a7e2318c895a7082fea7e5.1416095841.git.arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org\0" + "From\0Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>\0" + "Subject\0Re: [PATCHv1 2/3] arm: mvebu: add .dts file for Synology DS213j\0" "Date\0Sun, 16 Nov 2014 03:00:24 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Arnaud Ebalard <arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org>\0" + "Cc\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> + Ben Peddell <klightspeed-aslSrjg9ejhWX4hkXwHRhw@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> + " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0" "\00:1\0" "b\0" "On Sun, Nov 16, 2014 at 01:04:23AM +0100, Arnaud Ebalard wrote:\n" @@ -26,7 +40,7 @@ "> - UART1 used for poweroff (connected to a TI MSP430F2111)\n" "> - Fan handled via 4 GPIO (3 for speed, 1 for alarm)\n" "> \n" - "> Signed-off-by: Arnaud Ebalard <arno@natisbad.org>\n" + "> Signed-off-by: Arnaud Ebalard <arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org>\n" "> ---\n" "> arch/arm/boot/dts/Makefile | 3 +-\n" "> arch/arm/boot/dts/armada-370-synology-ds213j.dts | 351 +++++++++++++++++++++++\n" @@ -56,7 +70,7 @@ "> +/*\n" "> + * Device Tree file for Synology DS213j\n" "> + *\n" - "> + * Copyright (C) 2014, Arnaud EBALARD <arno@natisbad.org>\n" + "> + * Copyright (C) 2014, 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" @@ -104,7 +118,7 @@ "> +\n" "> +\t\tinternal-regs {\n" "> +\n" - "> +\t\t\tsata at a0000 {\n" + "> +\t\t\tsata@a0000 {\n" "> +\t\t\t\tnr-ports = <2>;\n" "> +\t\t\t\tstatus = \"okay\";\n" "> +\t\t\t};\n" @@ -248,12 +262,12 @@ "> +\t\t\t};\n" "> +\n" "> +\t\t\tmdio {\n" - "> +\t\t\t\tphy1: ethernet-phy at 1 { /* Marvell 88E1512 */\n" + "> +\t\t\t\tphy1: ethernet-phy@1 { /* Marvell 88E1512 */\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 status = \"okay\";\n" "> +\t\t\t pinctrl-0 = <&pmx_ge0>;\n" "> +\t\t\t pinctrl-names = \"default\";\n" @@ -261,12 +275,12 @@ "> +\t\t\t phy-mode = \"sgmii\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tspi0: spi at 10600 {\n" + "> +\t\t\tspi0: spi@10600 {\n" "> +\t\t\t\tstatus = \"okay\";\n" "> +\t\t\t\tpinctrl-0 = <&pmx_spi>;\n" "> +\t\t\t\tpinctrl-names = \"default\";\n" "> +\n" - "> +\t\t\t\tspi-flash at 0 {\n" + "> +\t\t\t\tspi-flash@0 {\n" "> +\t\t\t\t\t#address-cells = <1>;\n" "> +\t\t\t\t\t#size-cells = <1>;\n" "> +\t\t\t\t\tcompatible = \"micron,n25q064\";\n" @@ -294,32 +308,32 @@ " \n" "> +\t\t\t\t\t * you are doing.\n" "> +\t\t\t\t\t */\n" - "> +\t\t\t\t\tpartition at 00000000 { /* u-boot */\n" + "> +\t\t\t\t\tpartition@00000000 { /* u-boot */\n" "> +\t\t\t\t\t\tlabel = \"RedBoot\";\n" "> +\t\t\t\t\t\treg = <0x00000000 0x000c0000>; /* 768KB */\n" "> +\t\t\t\t\t};\n" "> +\n" - "> +\t\t\t\t\tpartition at 000c0000 { /* uImage */\n" + "> +\t\t\t\t\tpartition@000c0000 { /* uImage */\n" "> +\t\t\t\t\t\tlabel = \"zImage\";\n" "> +\t\t\t\t\t\treg = <0x000c0000 0x002d0000>; /* 2880KB */\n" "> +\t\t\t\t\t};\n" "> +\n" - "> +\t\t\t\t\tpartition at 00390000 { /* uInitramfs */\n" + "> +\t\t\t\t\tpartition@00390000 { /* uInitramfs */\n" "> +\t\t\t\t\t\tlabel = \"rd.gz\";\n" "> +\t\t\t\t\t\treg = <0x00390000 0x00440000>; /* 4250KB */\n" "> +\t\t\t\t\t};\n" "> +\n" - "> +\t\t\t\t\tpartition at 007d0000 { /* MAC address and serial number */\n" + "> +\t\t\t\t\tpartition@007d0000 { /* MAC address and serial number */\n" "> +\t\t\t\t\t\tlabel = \"vendor\";\n" "> +\t\t\t\t\t\treg = <0x007d0000 0x00010000>; /* 64KB */\n" "> +\t\t\t\t\t};\n" "> +\n" - "> +\t\t\t\t\tpartition at 007e0000 {\n" + "> +\t\t\t\t\tpartition@007e0000 {\n" "> +\t\t\t\t\t\tlabel = \"RedBoot config\";\n" "> +\t\t\t\t\t\treg = <0x007e0000 0x00010000>; /* 64KB */\n" "> +\t\t\t\t\t};\n" "> +\n" - "> +\t\t\t\t\tpartition at 007f0000 {\n" + "> +\t\t\t\t\tpartition@007f0000 {\n" "> +\t\t\t\t\t\tlabel = \"FIS directory\";\n" "> +\t\t\t\t\t\treg = <0x007f0000 0x00010000>; /* 64KB */\n" "> +\t\t\t\t\t};\n" @@ -327,22 +341,22 @@ "> +\t\t\t};\n" "> +\n" "> +\t\t\t/* rear USB port, near reset button */\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\t/* rear USB port, near RJ45 port */\n" - "> +\t\t\tusb at 51000 {\n" + "> +\t\t\tusb@51000 {\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/* Main device RTC chip */\n" - "> +\t\t\t\ts35390a: s35390a at 30 {\n" + "> +\t\t\t\ts35390a: s35390a@30 {\n" "> +\t\t\t\t\t compatible = \"ssi,s35390a\";\n" "\n" "sii not ssi.\n" @@ -352,21 +366,21 @@ "> +\t\t\t};\n" "> +\n" "> +\t\t\t/* RTC provided by Seiko S-35390A above */\n" - "> +\t\t\trtc at 10300 {\n" + "> +\t\t\trtc@10300 {\n" "> +\t\t\t\tstatus = \"disabled\";\n" "> +\t\t\t};\n" "> +\n" "> +\t\t\t/* Connected to a header on device's PCB */\n" - "> +\t\t\tserial at 12000 {\n" + "> +\t\t\tserial@12000 {\n" "> +\t\t\t\tstatus = \"okay\";\n" "> +\t\t\t};\n" "> +\n" "> +\t\t\t/* Connected to a TI MSP430F2111 for power control */\n" - "> +\t\t\tserial at 12100 {\n" + "> +\t\t\tserial@12100 {\n" "> +\t\t\t\tstatus = \"okay\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tpoweroff at 12100 {\n" + "> +\t\t\tpoweroff@12100 {\n" "> +\t\t\t\tcompatible = \"synology,power-off\";\n" "> +\t\t\t\treg = <0x12100 0x100>;\n" "> +\t\t\t\tclocks = <&coreclk 0>;\n" @@ -458,7 +472,11 @@ "> \n" "> _______________________________________________\n" "> linux-arm-kernel mailing list\n" - "> linux-arm-kernel at lists.infradead.org\n" - > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel + "> linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\n" + "> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel\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 -0755b2e412c12dfd24ab226c5f651e41ca5bf5652991588ffc876fd79f5a6e61 +781432749c014d3f32599addac66fc271e9907eb431d94cc348a182462cbc353
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.