diff for duplicates of <20140618132915.GK8860@dragon> diff --git a/a/1.txt b/N1/1.txt index ffe5170..bc686cc 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -12,11 +12,11 @@ On Wed, Jun 11, 2014 at 08:35:48AM +0200, Heiko Schocher wrote: > differences between them are extracted into 2 DTS files, and > the common settings are collected in a common file. > -> Signed-off-by: Heiko Schocher <hs@denx.de> -> Cc: Shawn Guo <shawn.guo@freescale.com> -> Cc: Sascha Hauer <s.hauer@pengutronix.de> -> Cc: devicetree at vger.kernel.org <devicetree@vger.kernel.org> -> Cc: linux-arm-kernel at lists.infradead.org +> Signed-off-by: Heiko Schocher <hs-ynQEQJNshbs@public.gmane.org> +> Cc: Shawn Guo <shawn.guo-KZfg59tc24xl57MIdRCFDg@public.gmane.org> +> Cc: Sascha Hauer <s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> +> Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> +> Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org Patch subject 'ARM: dts: imx6: ...' should be more idiomatic. @@ -52,7 +52,7 @@ Patch subject 'ARM: dts: imx6: ...' should be more idiomatic. > +/* > + * support fot the imx6 based aristainetos board > + * -> + * Copyright (C) 2014 Heiko Schocher <hs@denx.de> +> + * Copyright (C) 2014 Heiko Schocher <hs-ynQEQJNshbs@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 version 2 as @@ -84,7 +84,7 @@ We generally put 'status' at the bottom of property list. > + }; > + > + soc { -> + display0: display at di0 { +> + display0: display@di0 { > + compatible = "fsl,imx-parallel-display"; > + interface-pix-fmt = "rgb24"; > + pinctrl-names = "default"; @@ -154,7 +154,7 @@ make it a little bit easier to read. > +/* > + * support fot the imx6 based aristainetos board > + * -> + * Copyright (C) 2014 Heiko Schocher <hs@denx.de> +> + * Copyright (C) 2014 Heiko Schocher <hs-ynQEQJNshbs@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 version 2 as @@ -176,7 +176,7 @@ make it a little bit easier to read. Have a new line above the node. -> + display0: display at di0 { +> + display0: display@di0 { > + compatible = "fsl,imx-parallel-display"; > + interface-pix-fmt = "rgb24"; > + pinctrl-names = "default"; @@ -234,7 +234,7 @@ Have a new line above the node. > +/* > + * support fot the imx6 based aristainetos board > + * -> + * Copyright (C) 2014 Heiko Schocher <hs@denx.de> +> + * Copyright (C) 2014 Heiko Schocher <hs-ynQEQJNshbs@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 version 2 as @@ -304,13 +304,13 @@ arch/arm/boot/dts/imx6qdl-sabresd.dtsi for example. > + pinctrl-0 = <&pinctrl_ecspi4>; > + status = "okay"; > + -> + flash: m25p80 at 0 { +> + flash: m25p80@0 { > + #address-cells = <1>; > + #size-cells = <1>; > + compatible = "micron,n25q128a11"; > + spi-max-frequency = <20000000>; > + reg = <0>; -> + partition at 0 { +> + partition@0 { Partition table is a user configuration data, and shouldn't be in mainline device tree. @@ -319,19 +319,19 @@ mainline device tree. > + reg = <0x0 0xc0000>; > + read-only; > + }; -> + partition at 1 { +> + partition@1 { > + label = "u-boot-env"; > + reg = <0xd0000 0x10000>; > + }; -> + partition at 2 { +> + partition@2 { > + label = "u-boot-env-red"; > + reg = <0xe0000 0x10000>; > + }; -> + partition at 3 { +> + partition@3 { > + label = "kernel"; > + reg = <0xf0000 0x520000>; > + }; -> + partition at 4 { +> + partition@4 { > + label = "rootfs"; > + reg = <0x610000 0x9f0000>; > + }; @@ -344,7 +344,7 @@ mainline device tree. > + pinctrl-0 = <&pinctrl_i2c1>; > + status = "okay"; > + -> + tmp103: tmp103 at 71 { +> + tmp103: tmp103@71 { > + compatible = "ti,tmp103"; > + reg = <0x71>; > + }; @@ -356,7 +356,7 @@ mainline device tree. > + pinctrl-0 = <&pinctrl_i2c3>; > + status = "okay"; > + -> + rtc at 68 { +> + rtc@68 { > + compatible = "dallas,m41t00"; > + reg = <0x68>; > + }; @@ -706,5 +706,9 @@ Shawn > > -- > To unsubscribe from this list: send the line "unsubscribe devicetree" in -> the body of a message to majordomo at vger.kernel.org +> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > More majordomo info at http://vger.kernel.org/majordomo-info.html +-- +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 903de2e..514949e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,12 @@ "ref\01402468548-17539-1-git-send-email-hs@denx.de\0" - "From\0shawn.guo@freescale.com (Shawn Guo)\0" - "Subject\0[PATCH] arm, imx6, dts: add aristainetos board support\0" + "ref\01402468548-17539-1-git-send-email-hs-ynQEQJNshbs@public.gmane.org\0" + "From\0Shawn Guo <shawn.guo-KZfg59tc24xl57MIdRCFDg@public.gmane.org>\0" + "Subject\0Re: [PATCH] arm, imx6, dts: add aristainetos board support\0" "Date\0Wed, 18 Jun 2014 21:29:17 +0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Heiko Schocher <hs-ynQEQJNshbs@public.gmane.org>\0" + "Cc\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" + Sascha Hauer <s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> + " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>\0" "\00:1\0" "b\0" "On Wed, Jun 11, 2014 at 08:35:48AM +0200, Heiko Schocher wrote:\n" @@ -19,11 +23,11 @@ "> differences between them are extracted into 2 DTS files, and\n" "> the common settings are collected in a common file.\n" "> \n" - "> Signed-off-by: Heiko Schocher <hs@denx.de>\n" - "> Cc: Shawn Guo <shawn.guo@freescale.com>\n" - "> Cc: Sascha Hauer <s.hauer@pengutronix.de>\n" - "> Cc: devicetree at vger.kernel.org <devicetree@vger.kernel.org>\n" - "> Cc: linux-arm-kernel at lists.infradead.org\n" + "> Signed-off-by: Heiko Schocher <hs-ynQEQJNshbs@public.gmane.org>\n" + "> Cc: Shawn Guo <shawn.guo-KZfg59tc24xl57MIdRCFDg@public.gmane.org>\n" + "> Cc: Sascha Hauer <s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>\n" + "> Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>\n" + "> Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\n" "\n" "Patch subject 'ARM: dts: imx6: ...' should be more idiomatic.\n" "\n" @@ -59,7 +63,7 @@ "> +/*\n" "> + * support fot the imx6 based aristainetos board\n" "> + *\n" - "> + * Copyright (C) 2014 Heiko Schocher <hs@denx.de>\n" + "> + * Copyright (C) 2014 Heiko Schocher <hs-ynQEQJNshbs@public.gmane.org>\n" "> + *\n" "> + * This program is free software; you can redistribute it and/or modify\n" "> + * it under the terms of the GNU General Public License version 2 as\n" @@ -91,7 +95,7 @@ "> +\t};\n" "> +\n" "> +\tsoc {\n" - "> +\t\tdisplay0: display at di0 {\n" + "> +\t\tdisplay0: display@di0 {\n" "> +\t\t\tcompatible = \"fsl,imx-parallel-display\";\n" "> +\t\t\tinterface-pix-fmt = \"rgb24\";\n" "> +\t\t\tpinctrl-names = \"default\";\n" @@ -161,7 +165,7 @@ "> +/*\n" "> + * support fot the imx6 based aristainetos board\n" "> + *\n" - "> + * Copyright (C) 2014 Heiko Schocher <hs@denx.de>\n" + "> + * Copyright (C) 2014 Heiko Schocher <hs-ynQEQJNshbs@public.gmane.org>\n" "> + *\n" "> + * This program is free software; you can redistribute it and/or modify\n" "> + * it under the terms of the GNU General Public License version 2 as\n" @@ -183,7 +187,7 @@ "\n" "Have a new line above the node.\n" "\n" - "> +\t\tdisplay0: display at di0 {\n" + "> +\t\tdisplay0: display@di0 {\n" "> +\t\t\tcompatible = \"fsl,imx-parallel-display\";\n" "> +\t\t\tinterface-pix-fmt = \"rgb24\";\n" "> +\t\t\tpinctrl-names = \"default\";\n" @@ -241,7 +245,7 @@ "> +/*\n" "> + * support fot the imx6 based aristainetos board\n" "> + *\n" - "> + * Copyright (C) 2014 Heiko Schocher <hs@denx.de>\n" + "> + * Copyright (C) 2014 Heiko Schocher <hs-ynQEQJNshbs@public.gmane.org>\n" "> + *\n" "> + * This program is free software; you can redistribute it and/or modify\n" "> + * it under the terms of the GNU General Public License version 2 as\n" @@ -311,13 +315,13 @@ "> +\tpinctrl-0 = <&pinctrl_ecspi4>;\n" "> +\tstatus = \"okay\";\n" "> +\n" - "> +\tflash: m25p80 at 0 {\n" + "> +\tflash: m25p80@0 {\n" "> +\t\t#address-cells = <1>;\n" "> +\t\t#size-cells = <1>;\n" "> +\t\tcompatible = \"micron,n25q128a11\";\n" "> +\t\tspi-max-frequency = <20000000>;\n" "> +\t\treg = <0>;\n" - "> +\t\tpartition at 0 {\n" + "> +\t\tpartition@0 {\n" "\n" "Partition table is a user configuration data, and shouldn't be in\n" "mainline device tree.\n" @@ -326,19 +330,19 @@ "> +\t\t\treg = <0x0 0xc0000>;\n" "> +\t\t\tread-only;\n" "> +\t\t};\n" - "> +\t\tpartition at 1 {\n" + "> +\t\tpartition@1 {\n" "> +\t\t\tlabel = \"u-boot-env\";\n" "> +\t\t\treg = <0xd0000 0x10000>;\n" "> +\t\t};\n" - "> +\t\tpartition at 2 {\n" + "> +\t\tpartition@2 {\n" "> +\t\t\tlabel = \"u-boot-env-red\";\n" "> +\t\t\treg = <0xe0000 0x10000>;\n" "> +\t\t};\n" - "> +\t\tpartition at 3 {\n" + "> +\t\tpartition@3 {\n" "> +\t\t\tlabel = \"kernel\";\n" "> +\t\t\treg = <0xf0000 0x520000>;\n" "> +\t\t};\n" - "> +\t\tpartition at 4 {\n" + "> +\t\tpartition@4 {\n" "> +\t\t\tlabel = \"rootfs\";\n" "> +\t\t\treg = <0x610000 0x9f0000>;\n" "> +\t\t};\n" @@ -351,7 +355,7 @@ "> +\tpinctrl-0 = <&pinctrl_i2c1>;\n" "> +\tstatus = \"okay\";\n" "> +\n" - "> +\ttmp103: tmp103 at 71 {\n" + "> +\ttmp103: tmp103@71 {\n" "> +\t\tcompatible = \"ti,tmp103\";\n" "> +\t\treg = <0x71>;\n" "> +\t};\n" @@ -363,7 +367,7 @@ "> +\tpinctrl-0 = <&pinctrl_i2c3>;\n" "> +\tstatus = \"okay\";\n" "> +\n" - "> +\trtc at 68 {\n" + "> +\trtc@68 {\n" "> +\t\tcompatible = \"dallas,m41t00\";\n" "> +\t\treg = <0x68>;\n" "> +\t};\n" @@ -713,7 +717,11 @@ "> \n" "> --\n" "> To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n" - "> the body of a message to majordomo at vger.kernel.org\n" - > More majordomo info at http://vger.kernel.org/majordomo-info.html + "> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + "> More majordomo info at http://vger.kernel.org/majordomo-info.html\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 -ddacb559a93d7bf84636754ba0bf9a064944a8642bf186782bf4f5588675ba96 +31f9251931fa8cf5b4cd6a48e94ec84b34ef449418beb6f3155c4484514a5527
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.