All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <52C59125.9050407@free-electrons.com>

diff --git a/a/1.txt b/N1/1.txt
index 38841c2..c4ce91b 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -80,7 +80,7 @@ Gregory
 >> the i2c controller, thanks to this the driver disable the offload
 >> mechanism and the kernel no more hangs on these boards.
 >>
->> Signed-off-by: Gregory CLEMENT <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
+>> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
 >> ---
 >>  .../arm/boot/dts/armada-xp-a0-openblocks-ax3-4.dts |  40 +++++
 >>  .../dts/armada-xp-common-openblocks-ax3-4.dtsi     | 177 +++++++++++++++++++++
@@ -100,7 +100,7 @@ Gregory
 >> + *
 >> + * Copyright (C) 2012 Marvell
 >> + *
->> + * Gregory CLEMENT <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
+>> + * Gregory CLEMENT <gregory.clement@free-electrons.com>
 >> + *
 >> + * This file is licensed under the terms of the GNU General Public
 >> + * License version 2.  This program is licensed "as is" without any
@@ -126,10 +126,10 @@ Gregory
 >> +	soc {
 >> +
 >> +		internal-regs {
->> +			i2c@11000 {
+>> +			i2c at 11000 {
 >> +				compatible = "marvell,mv78230-a0-i2c", "marvell,mv64xxx-i2c";
 >> +			};
->> +			i2c@11100 {
+>> +			i2c at 11100 {
 >> +				compatible = "marvell,mv78230-a0-i2c", "marvell,mv64xxx-i2c";
 >> +			};
 >> +		};
@@ -146,7 +146,7 @@ Gregory
 >> + *
 >> + * Copyright (C) 2012 Marvell
 >> + *
->> + * Thomas Petazzoni <thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
+>> + * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
 >> + *
 >> + * This file is licensed under the terms of the GNU General Public
 >> + * License version 2.  This program is licensed "as is" without any
@@ -182,7 +182,7 @@ Gregory
 >> +			devbus,ale-wr-ps   = <60000>;
 >> +
 >> +			/* NOR 128 MiB */
->> +			nor@0 {
+>> +			nor at 0 {
 >> +				compatible = "cfi-flash";
 >> +				reg = <0 0x8000000>;
 >> +				bank-width = <2>;
@@ -192,18 +192,18 @@ Gregory
 >> +		pcie-controller {
 >> +			status = "okay";
 >> +			/* Internal mini-PCIe connector */
->> +			pcie@1,0 {
+>> +			pcie at 1,0 {
 >> +				/* Port 0, Lane 0 */
 >> +				status = "okay";
 >> +			};
 >> +		};
 >> +
 >> +		internal-regs {
->> +			serial@12000 {
+>> +			serial at 12000 {
 >> +				clock-frequency = <250000000>;
 >> +				status = "okay";
 >> +			};
->> +			serial@12100 {
+>> +			serial at 12100 {
 >> +				clock-frequency = <250000000>;
 >> +				status = "okay";
 >> +			};
@@ -243,7 +243,7 @@ Gregory
 >> +				#address-cells = <1>;
 >> +				#size-cells = <0>;
 >> +
->> +				button@1 {
+>> +				button at 1 {
 >> +					label = "Init Button";
 >> +					linux,code = <116>;
 >> +					gpios = <&gpio1 28 0>;
@@ -251,68 +251,68 @@ Gregory
 >> +			};
 >> +
 >> +			mdio {
->> +				phy0: ethernet-phy@0 {
+>> +				phy0: ethernet-phy at 0 {
 >> +					reg = <0>;
 >> +				};
 >> +
->> +				phy1: ethernet-phy@1 {
+>> +				phy1: ethernet-phy at 1 {
 >> +					reg = <1>;
 >> +				};
 >> +
->> +				phy2: ethernet-phy@2 {
+>> +				phy2: ethernet-phy at 2 {
 >> +					reg = <2>;
 >> +				};
 >> +
->> +				phy3: ethernet-phy@3 {
+>> +				phy3: ethernet-phy at 3 {
 >> +					reg = <3>;
 >> +				};
 >> +			};
 >> +
->> +			ethernet@70000 {
+>> +			ethernet at 70000 {
 >> +				status = "okay";
 >> +				phy = <&phy0>;
 >> +				phy-mode = "sgmii";
 >> +			};
->> +			ethernet@74000 {
+>> +			ethernet at 74000 {
 >> +				status = "okay";
 >> +				phy = <&phy1>;
 >> +				phy-mode = "sgmii";
 >> +			};
->> +			ethernet@30000 {
+>> +			ethernet at 30000 {
 >> +				status = "okay";
 >> +				phy = <&phy2>;
 >> +				phy-mode = "sgmii";
 >> +			};
->> +			ethernet@34000 {
+>> +			ethernet at 34000 {
 >> +				status = "okay";
 >> +				phy = <&phy3>;
 >> +				phy-mode = "sgmii";
 >> +			};
->> +			i2c@11000 {
+>> +			i2c at 11000 {
 >> +				status = "okay";
 >> +				clock-frequency = <400000>;
 >> +			};
->> +			i2c@11100 {
+>> +			i2c at 11100 {
 >> +				status = "okay";
 >> +				clock-frequency = <400000>;
 >> +
->> +				s35390a: s35390a@30 {
+>> +				s35390a: s35390a at 30 {
 >> +					compatible = "s35390a";
 >> +					reg = <0x30>;
 >> +				};
 >> +			};
->> +			sata@a0000 {
+>> +			sata at a0000 {
 >> +				nr-ports = <2>;
 >> +				status = "okay";
 >> +			};
 >> +
 >> +			/* Front side USB 0 */
->> +			usb@50000 {
+>> +			usb at 50000 {
 >> +				status = "okay";
 >> +			};
 >> +
 >> +			/* Front side USB 1 */
->> +			usb@51000 {
+>> +			usb at 51000 {
 >> +				status = "okay";
 >> +			};
 >> +		};
@@ -362,7 +362,7 @@ Gregory
 >> -			devbus,ale-wr-ps   = <60000>;
 >> -
 >> -			/* NOR 128 MiB */
->> -			nor@0 {
+>> -			nor at 0 {
 >> -				compatible = "cfi-flash";
 >> -				reg = <0 0x8000000>;
 >> -				bank-width = <2>;
@@ -372,18 +372,18 @@ Gregory
 >> -		pcie-controller {
 >> -			status = "okay";
 >> -			/* Internal mini-PCIe connector */
->> -			pcie@1,0 {
+>> -			pcie at 1,0 {
 >> -				/* Port 0, Lane 0 */
 >> -				status = "okay";
 >> -			};
 >> -		};
 >> -
 >> -		internal-regs {
->> -			serial@12000 {
+>> -			serial at 12000 {
 >> -				clock-frequency = <250000000>;
 >> -				status = "okay";
 >> -			};
->> -			serial@12100 {
+>> -			serial at 12100 {
 >> -				clock-frequency = <250000000>;
 >> -				status = "okay";
 >> -			};
@@ -423,7 +423,7 @@ Gregory
 >> -				#address-cells = <1>;
 >> -				#size-cells = <0>;
 >> -
->> -				button@1 {
+>> -				button at 1 {
 >> -					label = "Init Button";
 >> -					linux,code = <116>;
 >> -					gpios = <&gpio1 28 0>;
@@ -431,68 +431,68 @@ Gregory
 >> -			};
 >> -
 >> -			mdio {
->> -				phy0: ethernet-phy@0 {
+>> -				phy0: ethernet-phy at 0 {
 >> -					reg = <0>;
 >> -				};
 >> -
->> -				phy1: ethernet-phy@1 {
+>> -				phy1: ethernet-phy at 1 {
 >> -					reg = <1>;
 >> -				};
 >> -
->> -				phy2: ethernet-phy@2 {
+>> -				phy2: ethernet-phy at 2 {
 >> -					reg = <2>;
 >> -				};
 >> -
->> -				phy3: ethernet-phy@3 {
+>> -				phy3: ethernet-phy at 3 {
 >> -					reg = <3>;
 >> -				};
 >> -			};
 >> -
->> -			ethernet@70000 {
+>> -			ethernet at 70000 {
 >> -				status = "okay";
 >> -				phy = <&phy0>;
 >> -				phy-mode = "sgmii";
 >> -			};
->> -			ethernet@74000 {
+>> -			ethernet at 74000 {
 >> -				status = "okay";
 >> -				phy = <&phy1>;
 >> -				phy-mode = "sgmii";
 >> -			};
->> -			ethernet@30000 {
+>> -			ethernet at 30000 {
 >> -				status = "okay";
 >> -				phy = <&phy2>;
 >> -				phy-mode = "sgmii";
 >> -			};
->> -			ethernet@34000 {
+>> -			ethernet at 34000 {
 >> -				status = "okay";
 >> -				phy = <&phy3>;
 >> -				phy-mode = "sgmii";
 >> -			};
->> -			i2c@11000 {
+>> -			i2c at 11000 {
 >> -				status = "okay";
 >> -				clock-frequency = <400000>;
 >> -			};
->> -			i2c@11100 {
+>> -			i2c at 11100 {
 >> -				status = "okay";
 >> -				clock-frequency = <400000>;
 >> -
->> -				s35390a: s35390a@30 {
+>> -				s35390a: s35390a at 30 {
 >> -					compatible = "s35390a";
 >> -					reg = <0x30>;
 >> -				};
 >> -			};
->> -			sata@a0000 {
+>> -			sata at a0000 {
 >> -				nr-ports = <2>;
 >> -				status = "okay";
 >> -			};
 >> -
 >> -			/* Front side USB 0 */
->> -			usb@50000 {
+>> -			usb at 50000 {
 >> -				status = "okay";
 >> -			};
 >> -
 >> -			/* Front side USB 1 */
->> -			usb@51000 {
+>> -			usb at 51000 {
 >> -				status = "okay";
 >> -			};
 >> -		};
diff --git a/a/content_digest b/N1/content_digest
index d3bcca3..998e3d7 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,21 +1,10 @@
  "ref\01388508293-9141-1-git-send-email-gregory.clement@free-electrons.com\0"
  "ref\01388508293-9141-2-git-send-email-gregory.clement@free-electrons.com\0"
  "ref\020140101214116.GY19878@titan.lakedaemon.net\0"
- "ref\020140101214116.GY19878-u4khhh1J0LxI1Ri9qeTfzeTW4wlIGRCZ@public.gmane.org\0"
- "From\0Gregory CLEMENT <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0"
- "Subject\0Re: [RFC PATCH 1/3] arm: mvebu: add new dts file for old variant of Openblocks AX3-4\0"
+ "From\0gregory.clement@free-electrons.com (Gregory CLEMENT)\0"
+ "Subject\0[RFC PATCH 1/3] arm: mvebu: add new dts file for old variant of Openblocks AX3-4\0"
  "Date\0Thu, 02 Jan 2014 17:17:41 +0100\0"
- "To\0Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>"
-  Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>
- " Rob Herring <robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
- "Cc\0Wolfram Sang <wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org>"
-  linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
-  Thomas Petazzoni <thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
-  Ezequiel Garcia <ezequiel.garcia-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
-  Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
- " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi Jason,\n"
@@ -100,7 +89,7 @@
  ">> the i2c controller, thanks to this the driver disable the offload\n"
  ">> mechanism and the kernel no more hangs on these boards.\n"
  ">>\n"
- ">> Signed-off-by: Gregory CLEMENT <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\n"
+ ">> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>\n"
  ">> ---\n"
  ">>  .../arm/boot/dts/armada-xp-a0-openblocks-ax3-4.dts |  40 +++++\n"
  ">>  .../dts/armada-xp-common-openblocks-ax3-4.dtsi     | 177 +++++++++++++++++++++\n"
@@ -120,7 +109,7 @@
  ">> + *\n"
  ">> + * Copyright (C) 2012 Marvell\n"
  ">> + *\n"
- ">> + * Gregory CLEMENT <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\n"
+ ">> + * Gregory CLEMENT <gregory.clement@free-electrons.com>\n"
  ">> + *\n"
  ">> + * This file is licensed under the terms of the GNU General Public\n"
  ">> + * License version 2.  This program is licensed \"as is\" without any\n"
@@ -146,10 +135,10 @@
  ">> +\tsoc {\n"
  ">> +\n"
  ">> +\t\tinternal-regs {\n"
- ">> +\t\t\ti2c@11000 {\n"
+ ">> +\t\t\ti2c at 11000 {\n"
  ">> +\t\t\t\tcompatible = \"marvell,mv78230-a0-i2c\", \"marvell,mv64xxx-i2c\";\n"
  ">> +\t\t\t};\n"
- ">> +\t\t\ti2c@11100 {\n"
+ ">> +\t\t\ti2c at 11100 {\n"
  ">> +\t\t\t\tcompatible = \"marvell,mv78230-a0-i2c\", \"marvell,mv64xxx-i2c\";\n"
  ">> +\t\t\t};\n"
  ">> +\t\t};\n"
@@ -166,7 +155,7 @@
  ">> + *\n"
  ">> + * Copyright (C) 2012 Marvell\n"
  ">> + *\n"
- ">> + * Thomas Petazzoni <thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\n"
+ ">> + * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>\n"
  ">> + *\n"
  ">> + * This file is licensed under the terms of the GNU General Public\n"
  ">> + * License version 2.  This program is licensed \"as is\" without any\n"
@@ -202,7 +191,7 @@
  ">> +\t\t\tdevbus,ale-wr-ps   = <60000>;\n"
  ">> +\n"
  ">> +\t\t\t/* NOR 128 MiB */\n"
- ">> +\t\t\tnor@0 {\n"
+ ">> +\t\t\tnor at 0 {\n"
  ">> +\t\t\t\tcompatible = \"cfi-flash\";\n"
  ">> +\t\t\t\treg = <0 0x8000000>;\n"
  ">> +\t\t\t\tbank-width = <2>;\n"
@@ -212,18 +201,18 @@
  ">> +\t\tpcie-controller {\n"
  ">> +\t\t\tstatus = \"okay\";\n"
  ">> +\t\t\t/* Internal mini-PCIe connector */\n"
- ">> +\t\t\tpcie@1,0 {\n"
+ ">> +\t\t\tpcie at 1,0 {\n"
  ">> +\t\t\t\t/* Port 0, Lane 0 */\n"
  ">> +\t\t\t\tstatus = \"okay\";\n"
  ">> +\t\t\t};\n"
  ">> +\t\t};\n"
  ">> +\n"
  ">> +\t\tinternal-regs {\n"
- ">> +\t\t\tserial@12000 {\n"
+ ">> +\t\t\tserial at 12000 {\n"
  ">> +\t\t\t\tclock-frequency = <250000000>;\n"
  ">> +\t\t\t\tstatus = \"okay\";\n"
  ">> +\t\t\t};\n"
- ">> +\t\t\tserial@12100 {\n"
+ ">> +\t\t\tserial at 12100 {\n"
  ">> +\t\t\t\tclock-frequency = <250000000>;\n"
  ">> +\t\t\t\tstatus = \"okay\";\n"
  ">> +\t\t\t};\n"
@@ -263,7 +252,7 @@
  ">> +\t\t\t\t#address-cells = <1>;\n"
  ">> +\t\t\t\t#size-cells = <0>;\n"
  ">> +\n"
- ">> +\t\t\t\tbutton@1 {\n"
+ ">> +\t\t\t\tbutton at 1 {\n"
  ">> +\t\t\t\t\tlabel = \"Init Button\";\n"
  ">> +\t\t\t\t\tlinux,code = <116>;\n"
  ">> +\t\t\t\t\tgpios = <&gpio1 28 0>;\n"
@@ -271,68 +260,68 @@
  ">> +\t\t\t};\n"
  ">> +\n"
  ">> +\t\t\tmdio {\n"
- ">> +\t\t\t\tphy0: ethernet-phy@0 {\n"
+ ">> +\t\t\t\tphy0: ethernet-phy at 0 {\n"
  ">> +\t\t\t\t\treg = <0>;\n"
  ">> +\t\t\t\t};\n"
  ">> +\n"
- ">> +\t\t\t\tphy1: ethernet-phy@1 {\n"
+ ">> +\t\t\t\tphy1: ethernet-phy at 1 {\n"
  ">> +\t\t\t\t\treg = <1>;\n"
  ">> +\t\t\t\t};\n"
  ">> +\n"
- ">> +\t\t\t\tphy2: ethernet-phy@2 {\n"
+ ">> +\t\t\t\tphy2: ethernet-phy at 2 {\n"
  ">> +\t\t\t\t\treg = <2>;\n"
  ">> +\t\t\t\t};\n"
  ">> +\n"
- ">> +\t\t\t\tphy3: ethernet-phy@3 {\n"
+ ">> +\t\t\t\tphy3: ethernet-phy at 3 {\n"
  ">> +\t\t\t\t\treg = <3>;\n"
  ">> +\t\t\t\t};\n"
  ">> +\t\t\t};\n"
  ">> +\n"
- ">> +\t\t\tethernet@70000 {\n"
+ ">> +\t\t\tethernet at 70000 {\n"
  ">> +\t\t\t\tstatus = \"okay\";\n"
  ">> +\t\t\t\tphy = <&phy0>;\n"
  ">> +\t\t\t\tphy-mode = \"sgmii\";\n"
  ">> +\t\t\t};\n"
- ">> +\t\t\tethernet@74000 {\n"
+ ">> +\t\t\tethernet at 74000 {\n"
  ">> +\t\t\t\tstatus = \"okay\";\n"
  ">> +\t\t\t\tphy = <&phy1>;\n"
  ">> +\t\t\t\tphy-mode = \"sgmii\";\n"
  ">> +\t\t\t};\n"
- ">> +\t\t\tethernet@30000 {\n"
+ ">> +\t\t\tethernet at 30000 {\n"
  ">> +\t\t\t\tstatus = \"okay\";\n"
  ">> +\t\t\t\tphy = <&phy2>;\n"
  ">> +\t\t\t\tphy-mode = \"sgmii\";\n"
  ">> +\t\t\t};\n"
- ">> +\t\t\tethernet@34000 {\n"
+ ">> +\t\t\tethernet at 34000 {\n"
  ">> +\t\t\t\tstatus = \"okay\";\n"
  ">> +\t\t\t\tphy = <&phy3>;\n"
  ">> +\t\t\t\tphy-mode = \"sgmii\";\n"
  ">> +\t\t\t};\n"
- ">> +\t\t\ti2c@11000 {\n"
+ ">> +\t\t\ti2c at 11000 {\n"
  ">> +\t\t\t\tstatus = \"okay\";\n"
  ">> +\t\t\t\tclock-frequency = <400000>;\n"
  ">> +\t\t\t};\n"
- ">> +\t\t\ti2c@11100 {\n"
+ ">> +\t\t\ti2c at 11100 {\n"
  ">> +\t\t\t\tstatus = \"okay\";\n"
  ">> +\t\t\t\tclock-frequency = <400000>;\n"
  ">> +\n"
- ">> +\t\t\t\ts35390a: s35390a@30 {\n"
+ ">> +\t\t\t\ts35390a: s35390a at 30 {\n"
  ">> +\t\t\t\t\tcompatible = \"s35390a\";\n"
  ">> +\t\t\t\t\treg = <0x30>;\n"
  ">> +\t\t\t\t};\n"
  ">> +\t\t\t};\n"
- ">> +\t\t\tsata@a0000 {\n"
+ ">> +\t\t\tsata at a0000 {\n"
  ">> +\t\t\t\tnr-ports = <2>;\n"
  ">> +\t\t\t\tstatus = \"okay\";\n"
  ">> +\t\t\t};\n"
  ">> +\n"
  ">> +\t\t\t/* Front side USB 0 */\n"
- ">> +\t\t\tusb@50000 {\n"
+ ">> +\t\t\tusb at 50000 {\n"
  ">> +\t\t\t\tstatus = \"okay\";\n"
  ">> +\t\t\t};\n"
  ">> +\n"
  ">> +\t\t\t/* Front side USB 1 */\n"
- ">> +\t\t\tusb@51000 {\n"
+ ">> +\t\t\tusb at 51000 {\n"
  ">> +\t\t\t\tstatus = \"okay\";\n"
  ">> +\t\t\t};\n"
  ">> +\t\t};\n"
@@ -382,7 +371,7 @@
  ">> -\t\t\tdevbus,ale-wr-ps   = <60000>;\n"
  ">> -\n"
  ">> -\t\t\t/* NOR 128 MiB */\n"
- ">> -\t\t\tnor@0 {\n"
+ ">> -\t\t\tnor at 0 {\n"
  ">> -\t\t\t\tcompatible = \"cfi-flash\";\n"
  ">> -\t\t\t\treg = <0 0x8000000>;\n"
  ">> -\t\t\t\tbank-width = <2>;\n"
@@ -392,18 +381,18 @@
  ">> -\t\tpcie-controller {\n"
  ">> -\t\t\tstatus = \"okay\";\n"
  ">> -\t\t\t/* Internal mini-PCIe connector */\n"
- ">> -\t\t\tpcie@1,0 {\n"
+ ">> -\t\t\tpcie at 1,0 {\n"
  ">> -\t\t\t\t/* Port 0, Lane 0 */\n"
  ">> -\t\t\t\tstatus = \"okay\";\n"
  ">> -\t\t\t};\n"
  ">> -\t\t};\n"
  ">> -\n"
  ">> -\t\tinternal-regs {\n"
- ">> -\t\t\tserial@12000 {\n"
+ ">> -\t\t\tserial at 12000 {\n"
  ">> -\t\t\t\tclock-frequency = <250000000>;\n"
  ">> -\t\t\t\tstatus = \"okay\";\n"
  ">> -\t\t\t};\n"
- ">> -\t\t\tserial@12100 {\n"
+ ">> -\t\t\tserial at 12100 {\n"
  ">> -\t\t\t\tclock-frequency = <250000000>;\n"
  ">> -\t\t\t\tstatus = \"okay\";\n"
  ">> -\t\t\t};\n"
@@ -443,7 +432,7 @@
  ">> -\t\t\t\t#address-cells = <1>;\n"
  ">> -\t\t\t\t#size-cells = <0>;\n"
  ">> -\n"
- ">> -\t\t\t\tbutton@1 {\n"
+ ">> -\t\t\t\tbutton at 1 {\n"
  ">> -\t\t\t\t\tlabel = \"Init Button\";\n"
  ">> -\t\t\t\t\tlinux,code = <116>;\n"
  ">> -\t\t\t\t\tgpios = <&gpio1 28 0>;\n"
@@ -451,68 +440,68 @@
  ">> -\t\t\t};\n"
  ">> -\n"
  ">> -\t\t\tmdio {\n"
- ">> -\t\t\t\tphy0: ethernet-phy@0 {\n"
+ ">> -\t\t\t\tphy0: ethernet-phy at 0 {\n"
  ">> -\t\t\t\t\treg = <0>;\n"
  ">> -\t\t\t\t};\n"
  ">> -\n"
- ">> -\t\t\t\tphy1: ethernet-phy@1 {\n"
+ ">> -\t\t\t\tphy1: ethernet-phy at 1 {\n"
  ">> -\t\t\t\t\treg = <1>;\n"
  ">> -\t\t\t\t};\n"
  ">> -\n"
- ">> -\t\t\t\tphy2: ethernet-phy@2 {\n"
+ ">> -\t\t\t\tphy2: ethernet-phy at 2 {\n"
  ">> -\t\t\t\t\treg = <2>;\n"
  ">> -\t\t\t\t};\n"
  ">> -\n"
- ">> -\t\t\t\tphy3: ethernet-phy@3 {\n"
+ ">> -\t\t\t\tphy3: ethernet-phy at 3 {\n"
  ">> -\t\t\t\t\treg = <3>;\n"
  ">> -\t\t\t\t};\n"
  ">> -\t\t\t};\n"
  ">> -\n"
- ">> -\t\t\tethernet@70000 {\n"
+ ">> -\t\t\tethernet at 70000 {\n"
  ">> -\t\t\t\tstatus = \"okay\";\n"
  ">> -\t\t\t\tphy = <&phy0>;\n"
  ">> -\t\t\t\tphy-mode = \"sgmii\";\n"
  ">> -\t\t\t};\n"
- ">> -\t\t\tethernet@74000 {\n"
+ ">> -\t\t\tethernet at 74000 {\n"
  ">> -\t\t\t\tstatus = \"okay\";\n"
  ">> -\t\t\t\tphy = <&phy1>;\n"
  ">> -\t\t\t\tphy-mode = \"sgmii\";\n"
  ">> -\t\t\t};\n"
- ">> -\t\t\tethernet@30000 {\n"
+ ">> -\t\t\tethernet at 30000 {\n"
  ">> -\t\t\t\tstatus = \"okay\";\n"
  ">> -\t\t\t\tphy = <&phy2>;\n"
  ">> -\t\t\t\tphy-mode = \"sgmii\";\n"
  ">> -\t\t\t};\n"
- ">> -\t\t\tethernet@34000 {\n"
+ ">> -\t\t\tethernet at 34000 {\n"
  ">> -\t\t\t\tstatus = \"okay\";\n"
  ">> -\t\t\t\tphy = <&phy3>;\n"
  ">> -\t\t\t\tphy-mode = \"sgmii\";\n"
  ">> -\t\t\t};\n"
- ">> -\t\t\ti2c@11000 {\n"
+ ">> -\t\t\ti2c at 11000 {\n"
  ">> -\t\t\t\tstatus = \"okay\";\n"
  ">> -\t\t\t\tclock-frequency = <400000>;\n"
  ">> -\t\t\t};\n"
- ">> -\t\t\ti2c@11100 {\n"
+ ">> -\t\t\ti2c at 11100 {\n"
  ">> -\t\t\t\tstatus = \"okay\";\n"
  ">> -\t\t\t\tclock-frequency = <400000>;\n"
  ">> -\n"
- ">> -\t\t\t\ts35390a: s35390a@30 {\n"
+ ">> -\t\t\t\ts35390a: s35390a at 30 {\n"
  ">> -\t\t\t\t\tcompatible = \"s35390a\";\n"
  ">> -\t\t\t\t\treg = <0x30>;\n"
  ">> -\t\t\t\t};\n"
  ">> -\t\t\t};\n"
- ">> -\t\t\tsata@a0000 {\n"
+ ">> -\t\t\tsata at a0000 {\n"
  ">> -\t\t\t\tnr-ports = <2>;\n"
  ">> -\t\t\t\tstatus = \"okay\";\n"
  ">> -\t\t\t};\n"
  ">> -\n"
  ">> -\t\t\t/* Front side USB 0 */\n"
- ">> -\t\t\tusb@50000 {\n"
+ ">> -\t\t\tusb at 50000 {\n"
  ">> -\t\t\t\tstatus = \"okay\";\n"
  ">> -\t\t\t};\n"
  ">> -\n"
  ">> -\t\t\t/* Front side USB 1 */\n"
- ">> -\t\t\tusb@51000 {\n"
+ ">> -\t\t\tusb at 51000 {\n"
  ">> -\t\t\t\tstatus = \"okay\";\n"
  ">> -\t\t\t};\n"
  ">> -\t\t};\n"
@@ -529,4 +518,4 @@
  "development, consulting, training and support.\n"
  http://free-electrons.com
 
-95c2d4db967df919df0399a62c95cc7df3739d04acd971d7ed30d31d5de821bc
+e032fe5e2327d58f33d0b1f65f36941dc9b275efbcd296662f4488670a75fdbd

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.