All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <53749F21.8090705@keymile.com>

diff --git a/a/1.txt b/N1/1.txt
index dae103c..d4348b3 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -28,7 +28,7 @@ sense. I had seen Andrew's synology.dtsi and I hesitated to do something similar
 in the first place.
 
 > 
->> Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
+>> Signed-off-by: Valentin Longchamp <valentin.longchamp-SkAbAL50j+5BDgjK7y7TUQ@public.gmane.org>
 >>
 >> ---
 >>
@@ -65,14 +65,14 @@ in the first place.
 >> +		pcie-controller {
 >> +			status = "okay";
 >> +
->> +			pcie at 1,0 {
+>> +			pcie@1,0 {
 >> +				status = "okay";
 >> +			};
 >> +		};
 >> +	};
 >> +
->> +	ocp at f1000000 {
->> +		pinctrl: pin-controller at 10000 {
+>> +	ocp@f1000000 {
+>> +		pinctrl: pin-controller@10000 {
 >> +			pinctrl-0 = < &pmx_i2c_gpio_sda &pmx_i2c_gpio_scl >;
 >> +			pinctrl-names = "default";
 >> +
@@ -86,12 +86,12 @@ in the first place.
 >> +			};
 >> +		};
 >> +
->> +		serial at 12000 {
+>> +		serial@12000 {
 >> +			status = "ok";
 >> +		};
 >> +	};
 >> +
->> +	i2c at 0 {
+>> +	i2c@0 {
 >> +		compatible = "i2c-gpio";
 >> +		gpios = < &gpio0 8 GPIO_ACTIVE_HIGH		/* sda */
 >> +			  &gpio0 9 GPIO_ACTIVE_HIGH>;		/* scl */
@@ -106,7 +106,7 @@ in the first place.
 >> +
 >> +&eth0 {
 >> +	status = "okay";
->> +	ethernet0-port at 0 {
+>> +	ethernet0-port@0 {
 >> +		phy-handle = <>;
 > 
 > Is that empty phy-handle required? If so, we should probably fix
@@ -122,3 +122,8 @@ Good question. I will try without it and drop it if possible.
 > 
 
 OK.
+
+--
+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 caa71f4..5149ccc 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,10 +1,15 @@
  "ref\01400147335-20947-1-git-send-email-valentin.longchamp@keymile.com\0"
  "ref\01400147335-20947-4-git-send-email-valentin.longchamp@keymile.com\0"
  "ref\053749A44.800@gmail.com\0"
- "From\0valentin.longchamp@keymile.com (Valentin Longchamp)\0"
- "Subject\0[PATCH 3/3] ARM: dts: kirkwood: add kirkwood-km_fixedeth DTS file\0"
+ "ref\053749A44.800-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0"
+ "From\0Valentin Longchamp <valentin.longchamp-SkAbAL50j+5BDgjK7y7TUQ@public.gmane.org>\0"
+ "Subject\0Re: [PATCH 3/3] ARM: dts: kirkwood: add kirkwood-km_fixedeth DTS file\0"
  "Date\0Thu, 15 May 2014 13:04:01 +0200\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>"
+  Linux ARM Kernel <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>
+  Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>
+ " Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>\0"
+ "Cc\0Linux device trees <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
  "On 05/15/2014 12:43 PM, Sebastian Hesselbarth wrote:\n"
@@ -37,7 +42,7 @@
  "in the first place.\n"
  "\n"
  "> \n"
- ">> Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>\n"
+ ">> Signed-off-by: Valentin Longchamp <valentin.longchamp-SkAbAL50j+5BDgjK7y7TUQ@public.gmane.org>\n"
  ">>\n"
  ">> ---\n"
  ">>\n"
@@ -74,14 +79,14 @@
  ">> +\t\tpcie-controller {\n"
  ">> +\t\t\tstatus = \"okay\";\n"
  ">> +\n"
- ">> +\t\t\tpcie at 1,0 {\n"
+ ">> +\t\t\tpcie@1,0 {\n"
  ">> +\t\t\t\tstatus = \"okay\";\n"
  ">> +\t\t\t};\n"
  ">> +\t\t};\n"
  ">> +\t};\n"
  ">> +\n"
- ">> +\tocp at f1000000 {\n"
- ">> +\t\tpinctrl: pin-controller at 10000 {\n"
+ ">> +\tocp@f1000000 {\n"
+ ">> +\t\tpinctrl: pin-controller@10000 {\n"
  ">> +\t\t\tpinctrl-0 = < &pmx_i2c_gpio_sda &pmx_i2c_gpio_scl >;\n"
  ">> +\t\t\tpinctrl-names = \"default\";\n"
  ">> +\n"
@@ -95,12 +100,12 @@
  ">> +\t\t\t};\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">> +\t\tserial at 12000 {\n"
+ ">> +\t\tserial@12000 {\n"
  ">> +\t\t\tstatus = \"ok\";\n"
  ">> +\t\t};\n"
  ">> +\t};\n"
  ">> +\n"
- ">> +\ti2c at 0 {\n"
+ ">> +\ti2c@0 {\n"
  ">> +\t\tcompatible = \"i2c-gpio\";\n"
  ">> +\t\tgpios = < &gpio0 8 GPIO_ACTIVE_HIGH\t\t/* sda */\n"
  ">> +\t\t\t  &gpio0 9 GPIO_ACTIVE_HIGH>;\t\t/* scl */\n"
@@ -115,7 +120,7 @@
  ">> +\n"
  ">> +&eth0 {\n"
  ">> +\tstatus = \"okay\";\n"
- ">> +\tethernet0-port at 0 {\n"
+ ">> +\tethernet0-port@0 {\n"
  ">> +\t\tphy-handle = <>;\n"
  "> \n"
  "> Is that empty phy-handle required? If so, we should probably fix\n"
@@ -130,6 +135,11 @@
  "> s/0x01/1/\n"
  "> \n"
  "\n"
- OK.
+ "OK.\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
 
-51b6d11ad89ed9c79635cd1cdfb70e4080b694138eb88bf1d12d537a540a51b3
+e6f6c682aa9efae469f4c7e3d267d141cfb10a2d511be5a904f76eba2d5669e2

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.