All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20140322082352.GF5938@dragon>

diff --git a/a/1.txt b/N1/1.txt
index e148052..211dcf8 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,11 +1,11 @@
-On Wed, Mar 19, 2014 at 02:29:44PM +0100, Lothar Wa?mann wrote:
+On Wed, Mar 19, 2014 at 02:29:44PM +0100, Lothar Waßmann wrote:
 > This patch adds support for the Ka-Ro electronics GmbH TX6 modules.
 > There are five distinct module types with either i.MX6Q or i.MX6DL and
 > LVDS or LCD display interface and one DTS file for a complete system
 > with an i.MX6DL based TX6 module and a baseboard mounted on the back
 > of a display (imx6dl-tx6dl-comtft.dts).
 > 
-> Signed-off-by: Lothar Wa?mann <LW@KARO-electronics.de>
+> Signed-off-by: Lothar Waßmann <LW-bxm8fMRDkQLDiMYJYoSAnRvVK+yQ3ZXh@public.gmane.org>
 > ---
 >  arch/arm/boot/dts/Makefile                |    6 +
 >  arch/arm/boot/dts/imx6dl-tx6dl-comtft.dts |  114 +++++
@@ -55,7 +55,7 @@ On Wed, Mar 19, 2014 at 02:29:44PM +0100, Lothar Wa?mann wrote:
 > +++ b/arch/arm/boot/dts/imx6dl-tx6dl-comtft.dts
 > @@ -0,0 +1,114 @@
 > +/*
-> + * Copyright 2014 Lothar Wa?mann <LW@KARO-electronics.de>
+> + * Copyright 2014 Lothar Waßmann <LW-bxm8fMRDkQLDiMYJYoSAnRvVK+yQ3ZXh@public.gmane.org>
 > + *
 > + * The code contained herein is licensed under the GNU General Public
 > + * License. You may obtain a copy of the GNU General Public License
@@ -102,7 +102,7 @@ Shouldn't it be "karo,imx6dl-tx6dl" instead?
 > +		default-brightness-level = <50>;
 > +	};
 > +
-> +	display: display at di0 {
+> +	display: display@di0 {
 > +		compatible = "fsl,imx-parallel-display";
 > +		interface-pix-fmt = "rgb24";
 > +		pinctrl-names = "default";
@@ -181,7 +181,7 @@ I do not have OF graph stuff in my tree yet.
 > +++ b/arch/arm/boot/dts/imx6dl-tx6u-801x.dts
 > @@ -0,0 +1,188 @@
 > +/*
-> + * Copyright 2014 Lothar Wa?mann <LW@KARO-electronics.de>
+> + * Copyright 2014 Lothar Waßmann <LW-bxm8fMRDkQLDiMYJYoSAnRvVK+yQ3ZXh@public.gmane.org>
 > + *
 > + * The code contained herein is licensed under the GNU General Public
 > + * License. You may obtain a copy of the GNU General Public License
@@ -225,7 +225,7 @@ I do not have OF graph stuff in my tree yet.
 > +		default-brightness-level = <50>;
 > +	};
 > +
-> +	display: display at di0 {
+> +	display: display@di0 {
 > +		compatible = "fsl,imx-parallel-display";
 > +		interface-pix-fmt = "rgb24";
 > +		pinctrl-names = "default";
@@ -375,7 +375,7 @@ I do not have OF graph stuff in my tree yet.
 > +++ b/arch/arm/boot/dts/imx6dl-tx6u-811x.dts
 > @@ -0,0 +1,166 @@
 > +/*
-> + * Copyright 2014 Lothar Wa?mann <LW@KARO-electronics.de>
+> + * Copyright 2014 Lothar Waßmann <LW-bxm8fMRDkQLDiMYJYoSAnRvVK+yQ3ZXh@public.gmane.org>
 > + *
 > + * The code contained herein is licensed under the GNU General Public
 > + * License. You may obtain a copy of the GNU General Public License
@@ -445,8 +445,8 @@ I do not have OF graph stuff in my tree yet.
 > +
 > +	panel0 {
 
-The convention of device tree node is node-name at unit-address, so in this
-case it should probably be panel at 0.
+The convention of device tree node is node-name@unit-address, so in this
+case it should probably be panel@0.
 
 > +		compatible = "simple-panel";
 > +		power-supply = <&reg_3v3>;
@@ -461,7 +461,7 @@ case it should probably be panel at 0.
 > +};
 > +
 > +&i2c3 {
-> +	polytouch2: eeti at 04 {
+> +	polytouch2: eeti@04 {
 > +		compatible = "eeti,egalax_ts";
 > +		reg = <0x04>;
 > +		pinctrl-names = "default";
@@ -490,7 +490,7 @@ case it should probably be panel at 0.
 > +&ldb {
 > +	status = "okay";
 > +
-> +	lvds0: lvds-channel at 0 {
+> +	lvds0: lvds-channel@0 {
 > +		fsl,data-mapping = "spwg";
 > +		fsl,data-width = <18>;
 > +		status = "okay";
@@ -513,7 +513,7 @@ case it should probably be panel at 0.
 > +		};
 > +	};
 > +
-> +	lvds1: lvds-channel at 1 {
+> +	lvds1: lvds-channel@1 {
 > +		fsl,data-mapping = "spwg";
 > +		fsl,data-width = <18>;
 > +		status = "okay";
@@ -551,7 +551,7 @@ case it should probably be panel at 0.
 > +++ b/arch/arm/boot/dts/imx6q-tx6q-1010.dts
 > @@ -0,0 +1,192 @@
 > +/*
-> + * Copyright 2014 Lothar Wa?mann <LW@KARO-electronics.de>
+> + * Copyright 2014 Lothar Waßmann <LW-bxm8fMRDkQLDiMYJYoSAnRvVK+yQ3ZXh@public.gmane.org>
 > + *
 > + * The code contained herein is licensed under the GNU General Public
 > + * License. You may obtain a copy of the GNU General Public License
@@ -595,7 +595,7 @@ case it should probably be panel at 0.
 > +		default-brightness-level = <50>;
 > +	};
 > +
-> +	display: display at di0 {
+> +	display: display@di0 {
 > +		compatible = "fsl,imx-parallel-display";
 > +		interface-pix-fmt = "rgb24";
 > +		pinctrl-names = "default";
@@ -749,7 +749,7 @@ case it should probably be panel at 0.
 > +++ b/arch/arm/boot/dts/imx6q-tx6q-1020.dts
 > @@ -0,0 +1,192 @@
 > +/*
-> + * Copyright 2014 Lothar Wa?mann <LW@KARO-electronics.de>
+> + * Copyright 2014 Lothar Waßmann <LW-bxm8fMRDkQLDiMYJYoSAnRvVK+yQ3ZXh@public.gmane.org>
 > + *
 > + * The code contained herein is licensed under the GNU General Public
 > + * License. You may obtain a copy of the GNU General Public License
@@ -793,7 +793,7 @@ case it should probably be panel at 0.
 > +		default-brightness-level = <50>;
 > +	};
 > +
-> +	display: display at di0 {
+> +	display: display@di0 {
 > +		compatible = "fsl,imx-parallel-display";
 > +		interface-pix-fmt = "rgb24";
 > +		pinctrl-names = "default";
@@ -947,7 +947,7 @@ case it should probably be panel at 0.
 > +++ b/arch/arm/boot/dts/imx6q-tx6q-1110.dts
 > @@ -0,0 +1,174 @@
 > +/*
-> + * Copyright 2014 Lothar Wa?mann <LW@KARO-electronics.de>
+> + * Copyright 2014 Lothar Waßmann <LW-bxm8fMRDkQLDiMYJYoSAnRvVK+yQ3ZXh@public.gmane.org>
 > + *
 > + * The code contained herein is licensed under the GNU General Public
 > + * License. You may obtain a copy of the GNU General Public License
@@ -1029,7 +1029,7 @@ case it should probably be panel at 0.
 > +};
 > +
 > +&i2c3 {
-> +	polytouch2: eeti at 04 {
+> +	polytouch2: eeti@04 {
 > +		compatible = "eeti,egalax_ts";
 > +		reg = <0x04>;
 > +		pinctrl-names = "default";
@@ -1062,7 +1062,7 @@ case it should probably be panel at 0.
 > +&ldb {
 > +	status = "okay";
 > +
-> +	lvds0: lvds-channel at 0 {
+> +	lvds0: lvds-channel@0 {
 > +		fsl,data-mapping = "spwg";
 > +		fsl,data-width = <18>;
 > +		status = "okay";
@@ -1085,7 +1085,7 @@ case it should probably be panel at 0.
 > +		};
 > +	};
 > +
-> +	lvds1: lvds-channel at 1 {
+> +	lvds1: lvds-channel@1 {
 > +		fsl,data-mapping = "spwg";
 > +		fsl,data-width = <18>;
 > +		status = "okay";
@@ -1127,7 +1127,7 @@ case it should probably be panel at 0.
 > +++ b/arch/arm/boot/dts/imx6qdl-tx6.dtsi
 > @@ -0,0 +1,672 @@
 > +/*
-> + * Copyright 2014 Lothar Wa?mann <LW@KARO-electronics.de>
+> + * Copyright 2014 Lothar Waßmann <LW-bxm8fMRDkQLDiMYJYoSAnRvVK+yQ3ZXh@public.gmane.org>
 > + *
 > + * The code contained herein is licensed under the GNU General Public
 > + * License. You may obtain a copy of the GNU General Public License
@@ -1166,7 +1166,7 @@ case it should probably be panel at 0.
 > +		#size-cells = <0>;
 > +		mclk: codec_clock {
 
-clock at 0
+clock@0
 
 > +			compatible = "fixed-clock";
 > +			reg = <0>;
@@ -1201,7 +1201,7 @@ clock at 0
 > +		#address-cells = <1>;
 > +		#size-cells = <0>;
 > +
-> +		reg_3v3_etn: regulator at 0 {
+> +		reg_3v3_etn: regulator@0 {
 > +			compatible = "regulator-fixed";
 > +			reg = <0>;
 > +			regulator-name = "3V3_ETN";
@@ -1213,7 +1213,7 @@ clock at 0
 > +			enable-active-high;
 > +		};
 > +
-> +		reg_2v5: regulator at 1 {
+> +		reg_2v5: regulator@1 {
 > +			compatible = "regulator-fixed";
 > +			reg = <1>;
 > +			regulator-name = "2V5";
@@ -1222,7 +1222,7 @@ clock at 0
 > +			regulator-always-on;
 > +		};
 > +
-> +		reg_3v3: regulator at 2 {
+> +		reg_3v3: regulator@2 {
 > +			compatible = "regulator-fixed";
 > +			reg = <2>;
 > +			regulator-name = "3V3";
@@ -1231,7 +1231,7 @@ clock at 0
 > +			regulator-always-on;
 > +		};
 > +
-> +		reg_can_xcvr: regulator at 3 {
+> +		reg_can_xcvr: regulator@3 {
 > +			compatible = "regulator-fixed";
 > +			reg = <3>;
 > +			regulator-name = "CAN XCVR";
@@ -1243,7 +1243,7 @@ clock at 0
 > +			enable-active-low;
 > +		};
 > +
-> +		reg_lcd0_pwr: regulator at 4 {
+> +		reg_lcd0_pwr: regulator@4 {
 > +			compatible = "regulator-fixed";
 > +			reg = <4>;
 > +			regulator-name = "LCD0 POWER";
@@ -1256,7 +1256,7 @@ clock at 0
 > +			status = "disabled";
 > +		};
 > +
-> +		reg_lcd1_pwr: regulator at 5 {
+> +		reg_lcd1_pwr: regulator@5 {
 > +			compatible = "regulator-fixed";
 > +			reg = <5>;
 > +			regulator-name = "LCD1 POWER";
@@ -1269,7 +1269,7 @@ clock at 0
 > +			status = "disabled";
 > +		};
 > +#if 0
-> +		reg_lcd_reset: regulator at 6 {
+> +		reg_lcd_reset: regulator@6 {
 > +			compatible = "regulator-fixed";
 > +			reg = <6>;
 > +			regulator-name = "LCD RESET";
@@ -1284,7 +1284,7 @@ clock at 0
 > +			status = "disabled";
 > +		};
 > +#endif
-> +		reg_usbh1_vbus: regulator at 7 {
+> +		reg_usbh1_vbus: regulator@7 {
 > +			compatible = "regulator-fixed";
 > +			reg = <7>;
 > +			regulator-name = "usbh1_vbus";
@@ -1296,7 +1296,7 @@ clock at 0
 > +			enable-active-high;
 > +		};
 > +
-> +		reg_usbotg_vbus: regulator at 8 {
+> +		reg_usbotg_vbus: regulator@8 {
 > +			compatible = "regulator-fixed";
 > +			reg = <8>;
 > +			regulator-name = "usbotg_vbus";
@@ -1372,7 +1372,7 @@ Drop the new line.
 > +	clock-frequency = <400000>;
 > +	status = "okay";
 > +
-> +	ds1339: rtc at 68 {
+> +	ds1339: rtc@68 {
 > +		compatible = "dallas,ds1339";
 > +		reg = <0x68>;
 > +	};
@@ -1384,7 +1384,7 @@ Drop the new line.
 > +	clock-frequency = <400000>;
 > +	status = "okay";
 > +
-> +	sgtl5000: sgtl5000 at 0a {
+> +	sgtl5000: sgtl5000@0a {
 > +		compatible = "fsl,sgtl5000";
 > +		reg = <0x0a>;
 > +		VDDA-supply = <&reg_2v5>;
@@ -1392,7 +1392,7 @@ Drop the new line.
 > +		clocks = <&mclk>;
 > +	};
 > +
-> +	polytouch: edt-ft5x06 at 38 {
+> +	polytouch: edt-ft5x06@38 {
 > +		compatible = "edt,edt-ft5x06";
 > +		reg = <0x38>;
 > +		pinctrl-names = "default";
@@ -1407,7 +1407,7 @@ Where are all these bindings documented?
 > +		linux,wakeup;
 > +	};
 > +
-> +	touchscreen: tsc2007 at 48 {
+> +	touchscreen: tsc2007@48 {
 > +		compatible = "ti,tsc2007";
 > +		reg = <0x48>;
 > +		pinctrl-names = "default";
@@ -1825,4 +1825,9 @@ Shawn
 > 1.7.10.4
 > 
 > 
->
+> 
+
+--
+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 923397b..703fcdc 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,18 +1,29 @@
  "ref\01395235784-14034-1-git-send-email-LW@KARO-electronics.de\0"
- "From\0shawn.guo@freescale.com (Shawn Guo)\0"
- "Subject\0[PATCH] ARM: dts: imx6: add support for Ka-Ro TX6 modules\0"
+ "ref\01395235784-14034-1-git-send-email-LW-bxm8fMRDkQLDiMYJYoSAnRvVK+yQ3ZXh@public.gmane.org\0"
+ "From\0Shawn Guo <shawn.guo-KZfg59tc24xl57MIdRCFDg@public.gmane.org>\0"
+ "Subject\0Re: [PATCH] ARM: dts: imx6: add support for Ka-Ro TX6 modules\0"
  "Date\0Sat, 22 Mar 2014 16:23:53 +0800\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Lothar Wa\303\237mann <LW-bxm8fMRDkQLDiMYJYoSAnRvVK+yQ3ZXh@public.gmane.org>\0"
+ "Cc\0Ian Campbell <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>"
+  Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
+  Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>
+  Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>
+  Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
+  Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>
+  Sascha Hauer <kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+ " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
  "\00:1\0"
  "b\0"
- "On Wed, Mar 19, 2014 at 02:29:44PM +0100, Lothar Wa?mann wrote:\n"
+ "On Wed, Mar 19, 2014 at 02:29:44PM +0100, Lothar Wa\303\237mann wrote:\n"
  "> This patch adds support for the Ka-Ro electronics GmbH TX6 modules.\n"
  "> There are five distinct module types with either i.MX6Q or i.MX6DL and\n"
  "> LVDS or LCD display interface and one DTS file for a complete system\n"
  "> with an i.MX6DL based TX6 module and a baseboard mounted on the back\n"
  "> of a display (imx6dl-tx6dl-comtft.dts).\n"
  "> \n"
- "> Signed-off-by: Lothar Wa?mann <LW@KARO-electronics.de>\n"
+ "> Signed-off-by: Lothar Wa\303\237mann <LW-bxm8fMRDkQLDiMYJYoSAnRvVK+yQ3ZXh@public.gmane.org>\n"
  "> ---\n"
  ">  arch/arm/boot/dts/Makefile                |    6 +\n"
  ">  arch/arm/boot/dts/imx6dl-tx6dl-comtft.dts |  114 +++++\n"
@@ -62,7 +73,7 @@
  "> +++ b/arch/arm/boot/dts/imx6dl-tx6dl-comtft.dts\n"
  "> @@ -0,0 +1,114 @@\n"
  "> +/*\n"
- "> + * Copyright 2014 Lothar Wa?mann <LW@KARO-electronics.de>\n"
+ "> + * Copyright 2014 Lothar Wa\303\237mann <LW-bxm8fMRDkQLDiMYJYoSAnRvVK+yQ3ZXh@public.gmane.org>\n"
  "> + *\n"
  "> + * The code contained herein is licensed under the GNU General Public\n"
  "> + * License. You may obtain a copy of the GNU General Public License\n"
@@ -109,7 +120,7 @@
  "> +\t\tdefault-brightness-level = <50>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tdisplay: display at di0 {\n"
+ "> +\tdisplay: display@di0 {\n"
  "> +\t\tcompatible = \"fsl,imx-parallel-display\";\n"
  "> +\t\tinterface-pix-fmt = \"rgb24\";\n"
  "> +\t\tpinctrl-names = \"default\";\n"
@@ -188,7 +199,7 @@
  "> +++ b/arch/arm/boot/dts/imx6dl-tx6u-801x.dts\n"
  "> @@ -0,0 +1,188 @@\n"
  "> +/*\n"
- "> + * Copyright 2014 Lothar Wa?mann <LW@KARO-electronics.de>\n"
+ "> + * Copyright 2014 Lothar Wa\303\237mann <LW-bxm8fMRDkQLDiMYJYoSAnRvVK+yQ3ZXh@public.gmane.org>\n"
  "> + *\n"
  "> + * The code contained herein is licensed under the GNU General Public\n"
  "> + * License. You may obtain a copy of the GNU General Public License\n"
@@ -232,7 +243,7 @@
  "> +\t\tdefault-brightness-level = <50>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tdisplay: display at di0 {\n"
+ "> +\tdisplay: display@di0 {\n"
  "> +\t\tcompatible = \"fsl,imx-parallel-display\";\n"
  "> +\t\tinterface-pix-fmt = \"rgb24\";\n"
  "> +\t\tpinctrl-names = \"default\";\n"
@@ -382,7 +393,7 @@
  "> +++ b/arch/arm/boot/dts/imx6dl-tx6u-811x.dts\n"
  "> @@ -0,0 +1,166 @@\n"
  "> +/*\n"
- "> + * Copyright 2014 Lothar Wa?mann <LW@KARO-electronics.de>\n"
+ "> + * Copyright 2014 Lothar Wa\303\237mann <LW-bxm8fMRDkQLDiMYJYoSAnRvVK+yQ3ZXh@public.gmane.org>\n"
  "> + *\n"
  "> + * The code contained herein is licensed under the GNU General Public\n"
  "> + * License. You may obtain a copy of the GNU General Public License\n"
@@ -452,8 +463,8 @@
  "> +\n"
  "> +\tpanel0 {\n"
  "\n"
- "The convention of device tree node is node-name at unit-address, so in this\n"
- "case it should probably be panel at 0.\n"
+ "The convention of device tree node is node-name@unit-address, so in this\n"
+ "case it should probably be panel@0.\n"
  "\n"
  "> +\t\tcompatible = \"simple-panel\";\n"
  "> +\t\tpower-supply = <&reg_3v3>;\n"
@@ -468,7 +479,7 @@
  "> +};\n"
  "> +\n"
  "> +&i2c3 {\n"
- "> +\tpolytouch2: eeti at 04 {\n"
+ "> +\tpolytouch2: eeti@04 {\n"
  "> +\t\tcompatible = \"eeti,egalax_ts\";\n"
  "> +\t\treg = <0x04>;\n"
  "> +\t\tpinctrl-names = \"default\";\n"
@@ -497,7 +508,7 @@
  "> +&ldb {\n"
  "> +\tstatus = \"okay\";\n"
  "> +\n"
- "> +\tlvds0: lvds-channel at 0 {\n"
+ "> +\tlvds0: lvds-channel@0 {\n"
  "> +\t\tfsl,data-mapping = \"spwg\";\n"
  "> +\t\tfsl,data-width = <18>;\n"
  "> +\t\tstatus = \"okay\";\n"
@@ -520,7 +531,7 @@
  "> +\t\t};\n"
  "> +\t};\n"
  "> +\n"
- "> +\tlvds1: lvds-channel at 1 {\n"
+ "> +\tlvds1: lvds-channel@1 {\n"
  "> +\t\tfsl,data-mapping = \"spwg\";\n"
  "> +\t\tfsl,data-width = <18>;\n"
  "> +\t\tstatus = \"okay\";\n"
@@ -558,7 +569,7 @@
  "> +++ b/arch/arm/boot/dts/imx6q-tx6q-1010.dts\n"
  "> @@ -0,0 +1,192 @@\n"
  "> +/*\n"
- "> + * Copyright 2014 Lothar Wa?mann <LW@KARO-electronics.de>\n"
+ "> + * Copyright 2014 Lothar Wa\303\237mann <LW-bxm8fMRDkQLDiMYJYoSAnRvVK+yQ3ZXh@public.gmane.org>\n"
  "> + *\n"
  "> + * The code contained herein is licensed under the GNU General Public\n"
  "> + * License. You may obtain a copy of the GNU General Public License\n"
@@ -602,7 +613,7 @@
  "> +\t\tdefault-brightness-level = <50>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tdisplay: display at di0 {\n"
+ "> +\tdisplay: display@di0 {\n"
  "> +\t\tcompatible = \"fsl,imx-parallel-display\";\n"
  "> +\t\tinterface-pix-fmt = \"rgb24\";\n"
  "> +\t\tpinctrl-names = \"default\";\n"
@@ -756,7 +767,7 @@
  "> +++ b/arch/arm/boot/dts/imx6q-tx6q-1020.dts\n"
  "> @@ -0,0 +1,192 @@\n"
  "> +/*\n"
- "> + * Copyright 2014 Lothar Wa?mann <LW@KARO-electronics.de>\n"
+ "> + * Copyright 2014 Lothar Wa\303\237mann <LW-bxm8fMRDkQLDiMYJYoSAnRvVK+yQ3ZXh@public.gmane.org>\n"
  "> + *\n"
  "> + * The code contained herein is licensed under the GNU General Public\n"
  "> + * License. You may obtain a copy of the GNU General Public License\n"
@@ -800,7 +811,7 @@
  "> +\t\tdefault-brightness-level = <50>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tdisplay: display at di0 {\n"
+ "> +\tdisplay: display@di0 {\n"
  "> +\t\tcompatible = \"fsl,imx-parallel-display\";\n"
  "> +\t\tinterface-pix-fmt = \"rgb24\";\n"
  "> +\t\tpinctrl-names = \"default\";\n"
@@ -954,7 +965,7 @@
  "> +++ b/arch/arm/boot/dts/imx6q-tx6q-1110.dts\n"
  "> @@ -0,0 +1,174 @@\n"
  "> +/*\n"
- "> + * Copyright 2014 Lothar Wa?mann <LW@KARO-electronics.de>\n"
+ "> + * Copyright 2014 Lothar Wa\303\237mann <LW-bxm8fMRDkQLDiMYJYoSAnRvVK+yQ3ZXh@public.gmane.org>\n"
  "> + *\n"
  "> + * The code contained herein is licensed under the GNU General Public\n"
  "> + * License. You may obtain a copy of the GNU General Public License\n"
@@ -1036,7 +1047,7 @@
  "> +};\n"
  "> +\n"
  "> +&i2c3 {\n"
- "> +\tpolytouch2: eeti at 04 {\n"
+ "> +\tpolytouch2: eeti@04 {\n"
  "> +\t\tcompatible = \"eeti,egalax_ts\";\n"
  "> +\t\treg = <0x04>;\n"
  "> +\t\tpinctrl-names = \"default\";\n"
@@ -1069,7 +1080,7 @@
  "> +&ldb {\n"
  "> +\tstatus = \"okay\";\n"
  "> +\n"
- "> +\tlvds0: lvds-channel at 0 {\n"
+ "> +\tlvds0: lvds-channel@0 {\n"
  "> +\t\tfsl,data-mapping = \"spwg\";\n"
  "> +\t\tfsl,data-width = <18>;\n"
  "> +\t\tstatus = \"okay\";\n"
@@ -1092,7 +1103,7 @@
  "> +\t\t};\n"
  "> +\t};\n"
  "> +\n"
- "> +\tlvds1: lvds-channel at 1 {\n"
+ "> +\tlvds1: lvds-channel@1 {\n"
  "> +\t\tfsl,data-mapping = \"spwg\";\n"
  "> +\t\tfsl,data-width = <18>;\n"
  "> +\t\tstatus = \"okay\";\n"
@@ -1134,7 +1145,7 @@
  "> +++ b/arch/arm/boot/dts/imx6qdl-tx6.dtsi\n"
  "> @@ -0,0 +1,672 @@\n"
  "> +/*\n"
- "> + * Copyright 2014 Lothar Wa?mann <LW@KARO-electronics.de>\n"
+ "> + * Copyright 2014 Lothar Wa\303\237mann <LW-bxm8fMRDkQLDiMYJYoSAnRvVK+yQ3ZXh@public.gmane.org>\n"
  "> + *\n"
  "> + * The code contained herein is licensed under the GNU General Public\n"
  "> + * License. You may obtain a copy of the GNU General Public License\n"
@@ -1173,7 +1184,7 @@
  "> +\t\t#size-cells = <0>;\n"
  "> +\t\tmclk: codec_clock {\n"
  "\n"
- "clock at 0\n"
+ "clock@0\n"
  "\n"
  "> +\t\t\tcompatible = \"fixed-clock\";\n"
  "> +\t\t\treg = <0>;\n"
@@ -1208,7 +1219,7 @@
  "> +\t\t#address-cells = <1>;\n"
  "> +\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\treg_3v3_etn: regulator at 0 {\n"
+ "> +\t\treg_3v3_etn: regulator@0 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <0>;\n"
  "> +\t\t\tregulator-name = \"3V3_ETN\";\n"
@@ -1220,7 +1231,7 @@
  "> +\t\t\tenable-active-high;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\treg_2v5: regulator at 1 {\n"
+ "> +\t\treg_2v5: regulator@1 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <1>;\n"
  "> +\t\t\tregulator-name = \"2V5\";\n"
@@ -1229,7 +1240,7 @@
  "> +\t\t\tregulator-always-on;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\treg_3v3: regulator at 2 {\n"
+ "> +\t\treg_3v3: regulator@2 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <2>;\n"
  "> +\t\t\tregulator-name = \"3V3\";\n"
@@ -1238,7 +1249,7 @@
  "> +\t\t\tregulator-always-on;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\treg_can_xcvr: regulator at 3 {\n"
+ "> +\t\treg_can_xcvr: regulator@3 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <3>;\n"
  "> +\t\t\tregulator-name = \"CAN XCVR\";\n"
@@ -1250,7 +1261,7 @@
  "> +\t\t\tenable-active-low;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\treg_lcd0_pwr: regulator at 4 {\n"
+ "> +\t\treg_lcd0_pwr: regulator@4 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <4>;\n"
  "> +\t\t\tregulator-name = \"LCD0 POWER\";\n"
@@ -1263,7 +1274,7 @@
  "> +\t\t\tstatus = \"disabled\";\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\treg_lcd1_pwr: regulator at 5 {\n"
+ "> +\t\treg_lcd1_pwr: regulator@5 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <5>;\n"
  "> +\t\t\tregulator-name = \"LCD1 POWER\";\n"
@@ -1276,7 +1287,7 @@
  "> +\t\t\tstatus = \"disabled\";\n"
  "> +\t\t};\n"
  "> +#if 0\n"
- "> +\t\treg_lcd_reset: regulator at 6 {\n"
+ "> +\t\treg_lcd_reset: regulator@6 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <6>;\n"
  "> +\t\t\tregulator-name = \"LCD RESET\";\n"
@@ -1291,7 +1302,7 @@
  "> +\t\t\tstatus = \"disabled\";\n"
  "> +\t\t};\n"
  "> +#endif\n"
- "> +\t\treg_usbh1_vbus: regulator at 7 {\n"
+ "> +\t\treg_usbh1_vbus: regulator@7 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <7>;\n"
  "> +\t\t\tregulator-name = \"usbh1_vbus\";\n"
@@ -1303,7 +1314,7 @@
  "> +\t\t\tenable-active-high;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\treg_usbotg_vbus: regulator at 8 {\n"
+ "> +\t\treg_usbotg_vbus: regulator@8 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <8>;\n"
  "> +\t\t\tregulator-name = \"usbotg_vbus\";\n"
@@ -1379,7 +1390,7 @@
  "> +\tclock-frequency = <400000>;\n"
  "> +\tstatus = \"okay\";\n"
  "> +\n"
- "> +\tds1339: rtc at 68 {\n"
+ "> +\tds1339: rtc@68 {\n"
  "> +\t\tcompatible = \"dallas,ds1339\";\n"
  "> +\t\treg = <0x68>;\n"
  "> +\t};\n"
@@ -1391,7 +1402,7 @@
  "> +\tclock-frequency = <400000>;\n"
  "> +\tstatus = \"okay\";\n"
  "> +\n"
- "> +\tsgtl5000: sgtl5000 at 0a {\n"
+ "> +\tsgtl5000: sgtl5000@0a {\n"
  "> +\t\tcompatible = \"fsl,sgtl5000\";\n"
  "> +\t\treg = <0x0a>;\n"
  "> +\t\tVDDA-supply = <&reg_2v5>;\n"
@@ -1399,7 +1410,7 @@
  "> +\t\tclocks = <&mclk>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tpolytouch: edt-ft5x06 at 38 {\n"
+ "> +\tpolytouch: edt-ft5x06@38 {\n"
  "> +\t\tcompatible = \"edt,edt-ft5x06\";\n"
  "> +\t\treg = <0x38>;\n"
  "> +\t\tpinctrl-names = \"default\";\n"
@@ -1414,7 +1425,7 @@
  "> +\t\tlinux,wakeup;\n"
  "> +\t};\n"
  "> +\n"
- "> +\ttouchscreen: tsc2007 at 48 {\n"
+ "> +\ttouchscreen: tsc2007@48 {\n"
  "> +\t\tcompatible = \"ti,tsc2007\";\n"
  "> +\t\treg = <0x48>;\n"
  "> +\t\tpinctrl-names = \"default\";\n"
@@ -1832,6 +1843,11 @@
  "> 1.7.10.4\n"
  "> \n"
  "> \n"
- >
+ "> \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
 
-2d23b6d0c29ca813bbc197069d0da99da836729f9683d66601cb114fbd878d38
+aeffbeef40f4ced3a35eb2b3303aa23198e49a23e7b14705cec86e4f18598511

diff --git a/a/1.txt b/N2/1.txt
index e148052..21c63e1 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,11 +1,11 @@
-On Wed, Mar 19, 2014 at 02:29:44PM +0100, Lothar Wa?mann wrote:
+On Wed, Mar 19, 2014 at 02:29:44PM +0100, Lothar Waßmann wrote:
 > This patch adds support for the Ka-Ro electronics GmbH TX6 modules.
 > There are five distinct module types with either i.MX6Q or i.MX6DL and
 > LVDS or LCD display interface and one DTS file for a complete system
 > with an i.MX6DL based TX6 module and a baseboard mounted on the back
 > of a display (imx6dl-tx6dl-comtft.dts).
 > 
-> Signed-off-by: Lothar Wa?mann <LW@KARO-electronics.de>
+> Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
 > ---
 >  arch/arm/boot/dts/Makefile                |    6 +
 >  arch/arm/boot/dts/imx6dl-tx6dl-comtft.dts |  114 +++++
@@ -55,7 +55,7 @@ On Wed, Mar 19, 2014 at 02:29:44PM +0100, Lothar Wa?mann wrote:
 > +++ b/arch/arm/boot/dts/imx6dl-tx6dl-comtft.dts
 > @@ -0,0 +1,114 @@
 > +/*
-> + * Copyright 2014 Lothar Wa?mann <LW@KARO-electronics.de>
+> + * Copyright 2014 Lothar Waßmann <LW@KARO-electronics.de>
 > + *
 > + * The code contained herein is licensed under the GNU General Public
 > + * License. You may obtain a copy of the GNU General Public License
@@ -102,7 +102,7 @@ Shouldn't it be "karo,imx6dl-tx6dl" instead?
 > +		default-brightness-level = <50>;
 > +	};
 > +
-> +	display: display at di0 {
+> +	display: display@di0 {
 > +		compatible = "fsl,imx-parallel-display";
 > +		interface-pix-fmt = "rgb24";
 > +		pinctrl-names = "default";
@@ -181,7 +181,7 @@ I do not have OF graph stuff in my tree yet.
 > +++ b/arch/arm/boot/dts/imx6dl-tx6u-801x.dts
 > @@ -0,0 +1,188 @@
 > +/*
-> + * Copyright 2014 Lothar Wa?mann <LW@KARO-electronics.de>
+> + * Copyright 2014 Lothar Waßmann <LW@KARO-electronics.de>
 > + *
 > + * The code contained herein is licensed under the GNU General Public
 > + * License. You may obtain a copy of the GNU General Public License
@@ -225,7 +225,7 @@ I do not have OF graph stuff in my tree yet.
 > +		default-brightness-level = <50>;
 > +	};
 > +
-> +	display: display at di0 {
+> +	display: display@di0 {
 > +		compatible = "fsl,imx-parallel-display";
 > +		interface-pix-fmt = "rgb24";
 > +		pinctrl-names = "default";
@@ -375,7 +375,7 @@ I do not have OF graph stuff in my tree yet.
 > +++ b/arch/arm/boot/dts/imx6dl-tx6u-811x.dts
 > @@ -0,0 +1,166 @@
 > +/*
-> + * Copyright 2014 Lothar Wa?mann <LW@KARO-electronics.de>
+> + * Copyright 2014 Lothar Waßmann <LW@KARO-electronics.de>
 > + *
 > + * The code contained herein is licensed under the GNU General Public
 > + * License. You may obtain a copy of the GNU General Public License
@@ -445,8 +445,8 @@ I do not have OF graph stuff in my tree yet.
 > +
 > +	panel0 {
 
-The convention of device tree node is node-name at unit-address, so in this
-case it should probably be panel at 0.
+The convention of device tree node is node-name@unit-address, so in this
+case it should probably be panel@0.
 
 > +		compatible = "simple-panel";
 > +		power-supply = <&reg_3v3>;
@@ -461,7 +461,7 @@ case it should probably be panel at 0.
 > +};
 > +
 > +&i2c3 {
-> +	polytouch2: eeti at 04 {
+> +	polytouch2: eeti@04 {
 > +		compatible = "eeti,egalax_ts";
 > +		reg = <0x04>;
 > +		pinctrl-names = "default";
@@ -490,7 +490,7 @@ case it should probably be panel at 0.
 > +&ldb {
 > +	status = "okay";
 > +
-> +	lvds0: lvds-channel at 0 {
+> +	lvds0: lvds-channel@0 {
 > +		fsl,data-mapping = "spwg";
 > +		fsl,data-width = <18>;
 > +		status = "okay";
@@ -513,7 +513,7 @@ case it should probably be panel at 0.
 > +		};
 > +	};
 > +
-> +	lvds1: lvds-channel at 1 {
+> +	lvds1: lvds-channel@1 {
 > +		fsl,data-mapping = "spwg";
 > +		fsl,data-width = <18>;
 > +		status = "okay";
@@ -551,7 +551,7 @@ case it should probably be panel at 0.
 > +++ b/arch/arm/boot/dts/imx6q-tx6q-1010.dts
 > @@ -0,0 +1,192 @@
 > +/*
-> + * Copyright 2014 Lothar Wa?mann <LW@KARO-electronics.de>
+> + * Copyright 2014 Lothar Waßmann <LW@KARO-electronics.de>
 > + *
 > + * The code contained herein is licensed under the GNU General Public
 > + * License. You may obtain a copy of the GNU General Public License
@@ -595,7 +595,7 @@ case it should probably be panel at 0.
 > +		default-brightness-level = <50>;
 > +	};
 > +
-> +	display: display at di0 {
+> +	display: display@di0 {
 > +		compatible = "fsl,imx-parallel-display";
 > +		interface-pix-fmt = "rgb24";
 > +		pinctrl-names = "default";
@@ -749,7 +749,7 @@ case it should probably be panel at 0.
 > +++ b/arch/arm/boot/dts/imx6q-tx6q-1020.dts
 > @@ -0,0 +1,192 @@
 > +/*
-> + * Copyright 2014 Lothar Wa?mann <LW@KARO-electronics.de>
+> + * Copyright 2014 Lothar Waßmann <LW@KARO-electronics.de>
 > + *
 > + * The code contained herein is licensed under the GNU General Public
 > + * License. You may obtain a copy of the GNU General Public License
@@ -793,7 +793,7 @@ case it should probably be panel at 0.
 > +		default-brightness-level = <50>;
 > +	};
 > +
-> +	display: display at di0 {
+> +	display: display@di0 {
 > +		compatible = "fsl,imx-parallel-display";
 > +		interface-pix-fmt = "rgb24";
 > +		pinctrl-names = "default";
@@ -947,7 +947,7 @@ case it should probably be panel at 0.
 > +++ b/arch/arm/boot/dts/imx6q-tx6q-1110.dts
 > @@ -0,0 +1,174 @@
 > +/*
-> + * Copyright 2014 Lothar Wa?mann <LW@KARO-electronics.de>
+> + * Copyright 2014 Lothar Waßmann <LW@KARO-electronics.de>
 > + *
 > + * The code contained herein is licensed under the GNU General Public
 > + * License. You may obtain a copy of the GNU General Public License
@@ -1029,7 +1029,7 @@ case it should probably be panel at 0.
 > +};
 > +
 > +&i2c3 {
-> +	polytouch2: eeti at 04 {
+> +	polytouch2: eeti@04 {
 > +		compatible = "eeti,egalax_ts";
 > +		reg = <0x04>;
 > +		pinctrl-names = "default";
@@ -1062,7 +1062,7 @@ case it should probably be panel at 0.
 > +&ldb {
 > +	status = "okay";
 > +
-> +	lvds0: lvds-channel at 0 {
+> +	lvds0: lvds-channel@0 {
 > +		fsl,data-mapping = "spwg";
 > +		fsl,data-width = <18>;
 > +		status = "okay";
@@ -1085,7 +1085,7 @@ case it should probably be panel at 0.
 > +		};
 > +	};
 > +
-> +	lvds1: lvds-channel at 1 {
+> +	lvds1: lvds-channel@1 {
 > +		fsl,data-mapping = "spwg";
 > +		fsl,data-width = <18>;
 > +		status = "okay";
@@ -1127,7 +1127,7 @@ case it should probably be panel at 0.
 > +++ b/arch/arm/boot/dts/imx6qdl-tx6.dtsi
 > @@ -0,0 +1,672 @@
 > +/*
-> + * Copyright 2014 Lothar Wa?mann <LW@KARO-electronics.de>
+> + * Copyright 2014 Lothar Waßmann <LW@KARO-electronics.de>
 > + *
 > + * The code contained herein is licensed under the GNU General Public
 > + * License. You may obtain a copy of the GNU General Public License
@@ -1166,7 +1166,7 @@ case it should probably be panel at 0.
 > +		#size-cells = <0>;
 > +		mclk: codec_clock {
 
-clock at 0
+clock@0
 
 > +			compatible = "fixed-clock";
 > +			reg = <0>;
@@ -1201,7 +1201,7 @@ clock at 0
 > +		#address-cells = <1>;
 > +		#size-cells = <0>;
 > +
-> +		reg_3v3_etn: regulator at 0 {
+> +		reg_3v3_etn: regulator@0 {
 > +			compatible = "regulator-fixed";
 > +			reg = <0>;
 > +			regulator-name = "3V3_ETN";
@@ -1213,7 +1213,7 @@ clock at 0
 > +			enable-active-high;
 > +		};
 > +
-> +		reg_2v5: regulator at 1 {
+> +		reg_2v5: regulator@1 {
 > +			compatible = "regulator-fixed";
 > +			reg = <1>;
 > +			regulator-name = "2V5";
@@ -1222,7 +1222,7 @@ clock at 0
 > +			regulator-always-on;
 > +		};
 > +
-> +		reg_3v3: regulator at 2 {
+> +		reg_3v3: regulator@2 {
 > +			compatible = "regulator-fixed";
 > +			reg = <2>;
 > +			regulator-name = "3V3";
@@ -1231,7 +1231,7 @@ clock at 0
 > +			regulator-always-on;
 > +		};
 > +
-> +		reg_can_xcvr: regulator at 3 {
+> +		reg_can_xcvr: regulator@3 {
 > +			compatible = "regulator-fixed";
 > +			reg = <3>;
 > +			regulator-name = "CAN XCVR";
@@ -1243,7 +1243,7 @@ clock at 0
 > +			enable-active-low;
 > +		};
 > +
-> +		reg_lcd0_pwr: regulator at 4 {
+> +		reg_lcd0_pwr: regulator@4 {
 > +			compatible = "regulator-fixed";
 > +			reg = <4>;
 > +			regulator-name = "LCD0 POWER";
@@ -1256,7 +1256,7 @@ clock at 0
 > +			status = "disabled";
 > +		};
 > +
-> +		reg_lcd1_pwr: regulator at 5 {
+> +		reg_lcd1_pwr: regulator@5 {
 > +			compatible = "regulator-fixed";
 > +			reg = <5>;
 > +			regulator-name = "LCD1 POWER";
@@ -1269,7 +1269,7 @@ clock at 0
 > +			status = "disabled";
 > +		};
 > +#if 0
-> +		reg_lcd_reset: regulator at 6 {
+> +		reg_lcd_reset: regulator@6 {
 > +			compatible = "regulator-fixed";
 > +			reg = <6>;
 > +			regulator-name = "LCD RESET";
@@ -1284,7 +1284,7 @@ clock at 0
 > +			status = "disabled";
 > +		};
 > +#endif
-> +		reg_usbh1_vbus: regulator at 7 {
+> +		reg_usbh1_vbus: regulator@7 {
 > +			compatible = "regulator-fixed";
 > +			reg = <7>;
 > +			regulator-name = "usbh1_vbus";
@@ -1296,7 +1296,7 @@ clock at 0
 > +			enable-active-high;
 > +		};
 > +
-> +		reg_usbotg_vbus: regulator at 8 {
+> +		reg_usbotg_vbus: regulator@8 {
 > +			compatible = "regulator-fixed";
 > +			reg = <8>;
 > +			regulator-name = "usbotg_vbus";
@@ -1372,7 +1372,7 @@ Drop the new line.
 > +	clock-frequency = <400000>;
 > +	status = "okay";
 > +
-> +	ds1339: rtc at 68 {
+> +	ds1339: rtc@68 {
 > +		compatible = "dallas,ds1339";
 > +		reg = <0x68>;
 > +	};
@@ -1384,7 +1384,7 @@ Drop the new line.
 > +	clock-frequency = <400000>;
 > +	status = "okay";
 > +
-> +	sgtl5000: sgtl5000 at 0a {
+> +	sgtl5000: sgtl5000@0a {
 > +		compatible = "fsl,sgtl5000";
 > +		reg = <0x0a>;
 > +		VDDA-supply = <&reg_2v5>;
@@ -1392,7 +1392,7 @@ Drop the new line.
 > +		clocks = <&mclk>;
 > +	};
 > +
-> +	polytouch: edt-ft5x06 at 38 {
+> +	polytouch: edt-ft5x06@38 {
 > +		compatible = "edt,edt-ft5x06";
 > +		reg = <0x38>;
 > +		pinctrl-names = "default";
@@ -1407,7 +1407,7 @@ Where are all these bindings documented?
 > +		linux,wakeup;
 > +	};
 > +
-> +	touchscreen: tsc2007 at 48 {
+> +	touchscreen: tsc2007@48 {
 > +		compatible = "ti,tsc2007";
 > +		reg = <0x48>;
 > +		pinctrl-names = "default";
diff --git a/a/content_digest b/N2/content_digest
index 923397b..b4fbe22 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,18 +1,28 @@
  "ref\01395235784-14034-1-git-send-email-LW@KARO-electronics.de\0"
- "From\0shawn.guo@freescale.com (Shawn Guo)\0"
- "Subject\0[PATCH] ARM: dts: imx6: add support for Ka-Ro TX6 modules\0"
+ "From\0Shawn Guo <shawn.guo@freescale.com>\0"
+ "Subject\0Re: [PATCH] ARM: dts: imx6: add support for Ka-Ro TX6 modules\0"
  "Date\0Sat, 22 Mar 2014 16:23:53 +0800\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Lothar Wa\303\237mann <LW@karo-electronics.de>\0"
+ "Cc\0Ian Campbell <ijc+devicetree@hellion.org.uk>"
+  Kumar Gala <galak@codeaurora.org>
+  Mark Rutland <mark.rutland@arm.com>
+  Pawel Moll <pawel.moll@arm.com>
+  Rob Herring <robh+dt@kernel.org>
+  Russell King <linux@arm.linux.org.uk>
+  Sascha Hauer <kernel@pengutronix.de>
+  <devicetree@vger.kernel.org>
+  <linux-arm-kernel@lists.infradead.org>
+ " <linux-kernel@vger.kernel.org>\0"
  "\00:1\0"
  "b\0"
- "On Wed, Mar 19, 2014 at 02:29:44PM +0100, Lothar Wa?mann wrote:\n"
+ "On Wed, Mar 19, 2014 at 02:29:44PM +0100, Lothar Wa\303\237mann wrote:\n"
  "> This patch adds support for the Ka-Ro electronics GmbH TX6 modules.\n"
  "> There are five distinct module types with either i.MX6Q or i.MX6DL and\n"
  "> LVDS or LCD display interface and one DTS file for a complete system\n"
  "> with an i.MX6DL based TX6 module and a baseboard mounted on the back\n"
  "> of a display (imx6dl-tx6dl-comtft.dts).\n"
  "> \n"
- "> Signed-off-by: Lothar Wa?mann <LW@KARO-electronics.de>\n"
+ "> Signed-off-by: Lothar Wa\303\237mann <LW@KARO-electronics.de>\n"
  "> ---\n"
  ">  arch/arm/boot/dts/Makefile                |    6 +\n"
  ">  arch/arm/boot/dts/imx6dl-tx6dl-comtft.dts |  114 +++++\n"
@@ -62,7 +72,7 @@
  "> +++ b/arch/arm/boot/dts/imx6dl-tx6dl-comtft.dts\n"
  "> @@ -0,0 +1,114 @@\n"
  "> +/*\n"
- "> + * Copyright 2014 Lothar Wa?mann <LW@KARO-electronics.de>\n"
+ "> + * Copyright 2014 Lothar Wa\303\237mann <LW@KARO-electronics.de>\n"
  "> + *\n"
  "> + * The code contained herein is licensed under the GNU General Public\n"
  "> + * License. You may obtain a copy of the GNU General Public License\n"
@@ -109,7 +119,7 @@
  "> +\t\tdefault-brightness-level = <50>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tdisplay: display at di0 {\n"
+ "> +\tdisplay: display@di0 {\n"
  "> +\t\tcompatible = \"fsl,imx-parallel-display\";\n"
  "> +\t\tinterface-pix-fmt = \"rgb24\";\n"
  "> +\t\tpinctrl-names = \"default\";\n"
@@ -188,7 +198,7 @@
  "> +++ b/arch/arm/boot/dts/imx6dl-tx6u-801x.dts\n"
  "> @@ -0,0 +1,188 @@\n"
  "> +/*\n"
- "> + * Copyright 2014 Lothar Wa?mann <LW@KARO-electronics.de>\n"
+ "> + * Copyright 2014 Lothar Wa\303\237mann <LW@KARO-electronics.de>\n"
  "> + *\n"
  "> + * The code contained herein is licensed under the GNU General Public\n"
  "> + * License. You may obtain a copy of the GNU General Public License\n"
@@ -232,7 +242,7 @@
  "> +\t\tdefault-brightness-level = <50>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tdisplay: display at di0 {\n"
+ "> +\tdisplay: display@di0 {\n"
  "> +\t\tcompatible = \"fsl,imx-parallel-display\";\n"
  "> +\t\tinterface-pix-fmt = \"rgb24\";\n"
  "> +\t\tpinctrl-names = \"default\";\n"
@@ -382,7 +392,7 @@
  "> +++ b/arch/arm/boot/dts/imx6dl-tx6u-811x.dts\n"
  "> @@ -0,0 +1,166 @@\n"
  "> +/*\n"
- "> + * Copyright 2014 Lothar Wa?mann <LW@KARO-electronics.de>\n"
+ "> + * Copyright 2014 Lothar Wa\303\237mann <LW@KARO-electronics.de>\n"
  "> + *\n"
  "> + * The code contained herein is licensed under the GNU General Public\n"
  "> + * License. You may obtain a copy of the GNU General Public License\n"
@@ -452,8 +462,8 @@
  "> +\n"
  "> +\tpanel0 {\n"
  "\n"
- "The convention of device tree node is node-name at unit-address, so in this\n"
- "case it should probably be panel at 0.\n"
+ "The convention of device tree node is node-name@unit-address, so in this\n"
+ "case it should probably be panel@0.\n"
  "\n"
  "> +\t\tcompatible = \"simple-panel\";\n"
  "> +\t\tpower-supply = <&reg_3v3>;\n"
@@ -468,7 +478,7 @@
  "> +};\n"
  "> +\n"
  "> +&i2c3 {\n"
- "> +\tpolytouch2: eeti at 04 {\n"
+ "> +\tpolytouch2: eeti@04 {\n"
  "> +\t\tcompatible = \"eeti,egalax_ts\";\n"
  "> +\t\treg = <0x04>;\n"
  "> +\t\tpinctrl-names = \"default\";\n"
@@ -497,7 +507,7 @@
  "> +&ldb {\n"
  "> +\tstatus = \"okay\";\n"
  "> +\n"
- "> +\tlvds0: lvds-channel at 0 {\n"
+ "> +\tlvds0: lvds-channel@0 {\n"
  "> +\t\tfsl,data-mapping = \"spwg\";\n"
  "> +\t\tfsl,data-width = <18>;\n"
  "> +\t\tstatus = \"okay\";\n"
@@ -520,7 +530,7 @@
  "> +\t\t};\n"
  "> +\t};\n"
  "> +\n"
- "> +\tlvds1: lvds-channel at 1 {\n"
+ "> +\tlvds1: lvds-channel@1 {\n"
  "> +\t\tfsl,data-mapping = \"spwg\";\n"
  "> +\t\tfsl,data-width = <18>;\n"
  "> +\t\tstatus = \"okay\";\n"
@@ -558,7 +568,7 @@
  "> +++ b/arch/arm/boot/dts/imx6q-tx6q-1010.dts\n"
  "> @@ -0,0 +1,192 @@\n"
  "> +/*\n"
- "> + * Copyright 2014 Lothar Wa?mann <LW@KARO-electronics.de>\n"
+ "> + * Copyright 2014 Lothar Wa\303\237mann <LW@KARO-electronics.de>\n"
  "> + *\n"
  "> + * The code contained herein is licensed under the GNU General Public\n"
  "> + * License. You may obtain a copy of the GNU General Public License\n"
@@ -602,7 +612,7 @@
  "> +\t\tdefault-brightness-level = <50>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tdisplay: display at di0 {\n"
+ "> +\tdisplay: display@di0 {\n"
  "> +\t\tcompatible = \"fsl,imx-parallel-display\";\n"
  "> +\t\tinterface-pix-fmt = \"rgb24\";\n"
  "> +\t\tpinctrl-names = \"default\";\n"
@@ -756,7 +766,7 @@
  "> +++ b/arch/arm/boot/dts/imx6q-tx6q-1020.dts\n"
  "> @@ -0,0 +1,192 @@\n"
  "> +/*\n"
- "> + * Copyright 2014 Lothar Wa?mann <LW@KARO-electronics.de>\n"
+ "> + * Copyright 2014 Lothar Wa\303\237mann <LW@KARO-electronics.de>\n"
  "> + *\n"
  "> + * The code contained herein is licensed under the GNU General Public\n"
  "> + * License. You may obtain a copy of the GNU General Public License\n"
@@ -800,7 +810,7 @@
  "> +\t\tdefault-brightness-level = <50>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tdisplay: display at di0 {\n"
+ "> +\tdisplay: display@di0 {\n"
  "> +\t\tcompatible = \"fsl,imx-parallel-display\";\n"
  "> +\t\tinterface-pix-fmt = \"rgb24\";\n"
  "> +\t\tpinctrl-names = \"default\";\n"
@@ -954,7 +964,7 @@
  "> +++ b/arch/arm/boot/dts/imx6q-tx6q-1110.dts\n"
  "> @@ -0,0 +1,174 @@\n"
  "> +/*\n"
- "> + * Copyright 2014 Lothar Wa?mann <LW@KARO-electronics.de>\n"
+ "> + * Copyright 2014 Lothar Wa\303\237mann <LW@KARO-electronics.de>\n"
  "> + *\n"
  "> + * The code contained herein is licensed under the GNU General Public\n"
  "> + * License. You may obtain a copy of the GNU General Public License\n"
@@ -1036,7 +1046,7 @@
  "> +};\n"
  "> +\n"
  "> +&i2c3 {\n"
- "> +\tpolytouch2: eeti at 04 {\n"
+ "> +\tpolytouch2: eeti@04 {\n"
  "> +\t\tcompatible = \"eeti,egalax_ts\";\n"
  "> +\t\treg = <0x04>;\n"
  "> +\t\tpinctrl-names = \"default\";\n"
@@ -1069,7 +1079,7 @@
  "> +&ldb {\n"
  "> +\tstatus = \"okay\";\n"
  "> +\n"
- "> +\tlvds0: lvds-channel at 0 {\n"
+ "> +\tlvds0: lvds-channel@0 {\n"
  "> +\t\tfsl,data-mapping = \"spwg\";\n"
  "> +\t\tfsl,data-width = <18>;\n"
  "> +\t\tstatus = \"okay\";\n"
@@ -1092,7 +1102,7 @@
  "> +\t\t};\n"
  "> +\t};\n"
  "> +\n"
- "> +\tlvds1: lvds-channel at 1 {\n"
+ "> +\tlvds1: lvds-channel@1 {\n"
  "> +\t\tfsl,data-mapping = \"spwg\";\n"
  "> +\t\tfsl,data-width = <18>;\n"
  "> +\t\tstatus = \"okay\";\n"
@@ -1134,7 +1144,7 @@
  "> +++ b/arch/arm/boot/dts/imx6qdl-tx6.dtsi\n"
  "> @@ -0,0 +1,672 @@\n"
  "> +/*\n"
- "> + * Copyright 2014 Lothar Wa?mann <LW@KARO-electronics.de>\n"
+ "> + * Copyright 2014 Lothar Wa\303\237mann <LW@KARO-electronics.de>\n"
  "> + *\n"
  "> + * The code contained herein is licensed under the GNU General Public\n"
  "> + * License. You may obtain a copy of the GNU General Public License\n"
@@ -1173,7 +1183,7 @@
  "> +\t\t#size-cells = <0>;\n"
  "> +\t\tmclk: codec_clock {\n"
  "\n"
- "clock at 0\n"
+ "clock@0\n"
  "\n"
  "> +\t\t\tcompatible = \"fixed-clock\";\n"
  "> +\t\t\treg = <0>;\n"
@@ -1208,7 +1218,7 @@
  "> +\t\t#address-cells = <1>;\n"
  "> +\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\treg_3v3_etn: regulator at 0 {\n"
+ "> +\t\treg_3v3_etn: regulator@0 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <0>;\n"
  "> +\t\t\tregulator-name = \"3V3_ETN\";\n"
@@ -1220,7 +1230,7 @@
  "> +\t\t\tenable-active-high;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\treg_2v5: regulator at 1 {\n"
+ "> +\t\treg_2v5: regulator@1 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <1>;\n"
  "> +\t\t\tregulator-name = \"2V5\";\n"
@@ -1229,7 +1239,7 @@
  "> +\t\t\tregulator-always-on;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\treg_3v3: regulator at 2 {\n"
+ "> +\t\treg_3v3: regulator@2 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <2>;\n"
  "> +\t\t\tregulator-name = \"3V3\";\n"
@@ -1238,7 +1248,7 @@
  "> +\t\t\tregulator-always-on;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\treg_can_xcvr: regulator at 3 {\n"
+ "> +\t\treg_can_xcvr: regulator@3 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <3>;\n"
  "> +\t\t\tregulator-name = \"CAN XCVR\";\n"
@@ -1250,7 +1260,7 @@
  "> +\t\t\tenable-active-low;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\treg_lcd0_pwr: regulator at 4 {\n"
+ "> +\t\treg_lcd0_pwr: regulator@4 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <4>;\n"
  "> +\t\t\tregulator-name = \"LCD0 POWER\";\n"
@@ -1263,7 +1273,7 @@
  "> +\t\t\tstatus = \"disabled\";\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\treg_lcd1_pwr: regulator at 5 {\n"
+ "> +\t\treg_lcd1_pwr: regulator@5 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <5>;\n"
  "> +\t\t\tregulator-name = \"LCD1 POWER\";\n"
@@ -1276,7 +1286,7 @@
  "> +\t\t\tstatus = \"disabled\";\n"
  "> +\t\t};\n"
  "> +#if 0\n"
- "> +\t\treg_lcd_reset: regulator at 6 {\n"
+ "> +\t\treg_lcd_reset: regulator@6 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <6>;\n"
  "> +\t\t\tregulator-name = \"LCD RESET\";\n"
@@ -1291,7 +1301,7 @@
  "> +\t\t\tstatus = \"disabled\";\n"
  "> +\t\t};\n"
  "> +#endif\n"
- "> +\t\treg_usbh1_vbus: regulator at 7 {\n"
+ "> +\t\treg_usbh1_vbus: regulator@7 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <7>;\n"
  "> +\t\t\tregulator-name = \"usbh1_vbus\";\n"
@@ -1303,7 +1313,7 @@
  "> +\t\t\tenable-active-high;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\treg_usbotg_vbus: regulator at 8 {\n"
+ "> +\t\treg_usbotg_vbus: regulator@8 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <8>;\n"
  "> +\t\t\tregulator-name = \"usbotg_vbus\";\n"
@@ -1379,7 +1389,7 @@
  "> +\tclock-frequency = <400000>;\n"
  "> +\tstatus = \"okay\";\n"
  "> +\n"
- "> +\tds1339: rtc at 68 {\n"
+ "> +\tds1339: rtc@68 {\n"
  "> +\t\tcompatible = \"dallas,ds1339\";\n"
  "> +\t\treg = <0x68>;\n"
  "> +\t};\n"
@@ -1391,7 +1401,7 @@
  "> +\tclock-frequency = <400000>;\n"
  "> +\tstatus = \"okay\";\n"
  "> +\n"
- "> +\tsgtl5000: sgtl5000 at 0a {\n"
+ "> +\tsgtl5000: sgtl5000@0a {\n"
  "> +\t\tcompatible = \"fsl,sgtl5000\";\n"
  "> +\t\treg = <0x0a>;\n"
  "> +\t\tVDDA-supply = <&reg_2v5>;\n"
@@ -1399,7 +1409,7 @@
  "> +\t\tclocks = <&mclk>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tpolytouch: edt-ft5x06 at 38 {\n"
+ "> +\tpolytouch: edt-ft5x06@38 {\n"
  "> +\t\tcompatible = \"edt,edt-ft5x06\";\n"
  "> +\t\treg = <0x38>;\n"
  "> +\t\tpinctrl-names = \"default\";\n"
@@ -1414,7 +1424,7 @@
  "> +\t\tlinux,wakeup;\n"
  "> +\t};\n"
  "> +\n"
- "> +\ttouchscreen: tsc2007 at 48 {\n"
+ "> +\ttouchscreen: tsc2007@48 {\n"
  "> +\t\tcompatible = \"ti,tsc2007\";\n"
  "> +\t\treg = <0x48>;\n"
  "> +\t\tpinctrl-names = \"default\";\n"
@@ -1834,4 +1844,4 @@
  "> \n"
  >
 
-2d23b6d0c29ca813bbc197069d0da99da836729f9683d66601cb114fbd878d38
+8d1bf3ed68d301abe64c47e55f8b34aa8299350293892b4edfd3f9af85c8039c

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.