All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20140220091121.GG11878@lunn.ch>

diff --git a/a/1.txt b/N1/1.txt
index bdcccc4..c36a444 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,4 +1,4 @@
-On Thu, Feb 20, 2014 at 06:02:37AM +1000, klightspeed at killerwolves.net wrote:
+On Thu, Feb 20, 2014 at 06:02:37AM +1000, klightspeed@killerwolves.net wrote:
 > From: "Ben Peddell" <klightspeed@killerwolves.net>
 > 
 > Add device tree fragments and files to support many of the kirkwood
@@ -967,18 +967,18 @@ Signed-off-by: Andrew Lunn <andrew@lunn.ch>
 > +		pcie-controller {
 > +			status = "okay";
 > +
-> +			pcie at 1,0 {
+> +			pcie@1,0 {
 > +				status = "okay";
 > +			};
 > +
-> +			pcie2: pcie at 2,0 {
+> +			pcie2: pcie@2,0 {
 > +				status = "disabled";
 > +			};
 > +		};
 > +	};
 > +
-> +	ocp at f1000000 {
-> +		pinctrl: pinctrl at 10000 {
+> +	ocp@f1000000 {
+> +		pinctrl: pinctrl@10000 {
 > +			pmx_alarmled_12: pmx-alarmled-12 {
 > +				marvell,pins = "mpp12";
 > +				marvell,function = "gpio";
@@ -1160,16 +1160,16 @@ Signed-off-by: Andrew Lunn <andrew@lunn.ch>
 > +			};
 > +		};
 > +
-> +		rtc at 10300 {
+> +		rtc@10300 {
 > +			status = "disabled";
 > +		};
 > +
-> +		spi at 10600 {
+> +		spi@10600 {
 > +			status = "okay";
 > +			pinctrl-0 = <&pmx_spi>;
 > +			pinctrl-names = "default";
 > +
-> +			m25p80 at 0 {
+> +			m25p80@0 {
 > +				#address-cells = <1>;
 > +				#size-cells = <1>;
 > +				compatible = "st,m25p80";
@@ -1177,76 +1177,76 @@ Signed-off-by: Andrew Lunn <andrew@lunn.ch>
 > +				spi-max-frequency = <20000000>;
 > +				mode = <0>;
 > +
-> +				partition at 00000000 {
+> +				partition@00000000 {
 > +					reg = <0x00000000 0x00080000>;
 > +					label = "RedBoot";
 > +				};
 > +
-> +				partition at 00080000 {
+> +				partition@00080000 {
 > +					reg = <0x00080000 0x00200000>;
 > +					label = "zImage";
 > +				};
 > +
-> +				partition at 00280000 {
+> +				partition@00280000 {
 > +					reg = <0x00280000 0x00140000>;
 > +					label = "rd.gz";
 > +				};
 > +
-> +				partition at 003c0000 {
+> +				partition@003c0000 {
 > +					reg = <0x003c0000 0x00010000>;
 > +					label = "vendor";
 > +				};
 > +
-> +				partition at 003d0000 {
+> +				partition@003d0000 {
 > +					reg = <0x003d0000 0x00020000>;
 > +					label = "RedBoot config";
 > +				};
 > +
-> +				partition at 003f0000 {
+> +				partition@003f0000 {
 > +					reg = <0x003f0000 0x00010000>;
 > +					label = "FIS directory";
 > +				};
 > +			};
 > +		};
 > +
-> +		i2c at 11000 {
+> +		i2c@11000 {
 > +			status = "okay";
 > +			clock-frequency = <400000>;
 > +			pinctrl-0 = <&pmx_twsi0>;
 > +			pinctrl-names = "default";
 > +
-> +			rs5c372: rs5c372 at 32 {
+> +			rs5c372: rs5c372@32 {
 > +				status = "disabled";
 > +				compatible = "ricoh,rs5c372";
 > +				reg = <0x32>;
 > +			};
 > +
-> +			s35390a: s35390a at 30 {
+> +			s35390a: s35390a@30 {
 > +				status = "disabled";
 > +				compatible = "ssi,s35390a";
 > +				reg = <0x30>;
 > +			};
 > +		};
 > +
-> +		serial at 12000 {
+> +		serial@12000 {
 > +			status = "okay";
 > +			pinctrl-0 = <&pmx_uart0>;
 > +			pinctrl-names = "default";
 > +		};
 > +
-> +		serial at 12100 {
+> +		serial@12100 {
 > +			status = "okay";
 > +			pinctrl-0 = <&pmx_uart1>;
 > +			pinctrl-names = "default";
 > +		};
 > +
-> +		poweroff at 12100 {
+> +		poweroff@12100 {
 > +			compatible = "synology,power-off";
 > +			reg = <0x12100 0x100>;
 > +			clocks = <&gate_clk 7>;
 > +		};
 > +
-> +		sata at 80000 {
+> +		sata@80000 {
 > +			pinctrl-0 = <&pmx_sata0 &pmx_sata1>;
 > +			pinctrl-names = "default";
 > +			status = "okay";
@@ -1575,7 +1575,7 @@ Signed-off-by: Andrew Lunn <andrew@lunn.ch>
 > +		pinctrl-0 = <&pmx_hdd1_pwr_29 &pmx_hdd2_pwr_31>;
 > +		pinctrl-names = "default";
 > +
-> +		regulator at 1 {
+> +		regulator@1 {
 > +			compatible = "regulator-fixed";
 > +			reg = <1>;
 > +			regulator-name = "hdd1power";
@@ -1588,7 +1588,7 @@ Signed-off-by: Andrew Lunn <andrew@lunn.ch>
 > +			gpio = <&gpio0 29 GPIO_ACTIVE_HIGH>;
 > +		};
 > +
-> +		regulator at 2 {
+> +		regulator@2 {
 > +			compatible = "regulator-fixed";
 > +			reg = <2>;
 > +			regulator-name = "hdd2power";
@@ -1610,7 +1610,7 @@ Signed-off-by: Andrew Lunn <andrew@lunn.ch>
 > +		pinctrl-0 = <&pmx_hdd1_pwr_30>;
 > +		pinctrl-names = "default";
 > +
-> +		regulator at 1 {
+> +		regulator@1 {
 > +			compatible = "regulator-fixed";
 > +			reg = <1>;
 > +			regulator-name = "hdd1power";
@@ -1632,7 +1632,7 @@ Signed-off-by: Andrew Lunn <andrew@lunn.ch>
 > +		pinctrl-0 = <&pmx_hdd1_pwr_30 &pmx_hdd2_pwr_34>;
 > +		pinctrl-names = "default";
 > +
-> +		regulator at 1 {
+> +		regulator@1 {
 > +			compatible = "regulator-fixed";
 > +			reg = <1>;
 > +			regulator-name = "hdd1power";
@@ -1645,7 +1645,7 @@ Signed-off-by: Andrew Lunn <andrew@lunn.ch>
 > +			gpio = <&gpio0 30 GPIO_ACTIVE_HIGH>;
 > +		};
 > +
-> +		regulator at 2 {
+> +		regulator@2 {
 > +			compatible = "regulator-fixed";
 > +			reg = <2>;
 > +			regulator-name = "hdd2power";
@@ -1668,7 +1668,7 @@ Signed-off-by: Andrew Lunn <andrew@lunn.ch>
 > +			     &pmx_hdd3_pwr_44 &pmx_hdd4_pwr_45>;
 > +		pinctrl-names = "default";
 > +
-> +		regulator at 1 {
+> +		regulator@1 {
 > +			compatible = "regulator-fixed";
 > +			reg = <1>;
 > +			regulator-name = "hdd1power";
@@ -1681,7 +1681,7 @@ Signed-off-by: Andrew Lunn <andrew@lunn.ch>
 > +			gpio = <&gpio0 30 GPIO_ACTIVE_HIGH>;
 > +		};
 > +
-> +		regulator at 2 {
+> +		regulator@2 {
 > +			compatible = "regulator-fixed";
 > +			reg = <2>;
 > +			regulator-name = "hdd2power";
@@ -1694,7 +1694,7 @@ Signed-off-by: Andrew Lunn <andrew@lunn.ch>
 > +			gpio = <&gpio1 2 GPIO_ACTIVE_HIGH>;
 > +		};
 > +
-> +		regulator at 3 {
+> +		regulator@3 {
 > +			compatible = "regulator-fixed";
 > +			reg = <3>;
 > +			regulator-name = "hdd3power";
@@ -1707,7 +1707,7 @@ Signed-off-by: Andrew Lunn <andrew@lunn.ch>
 > +			gpio = <&gpio1 12 GPIO_ACTIVE_HIGH>;
 > +		};
 > +
-> +		regulator at 4 {
+> +		regulator@4 {
 > +			compatible = "regulator-fixed";
 > +			reg = <4>;
 > +			regulator-name = "hdd4power";
@@ -1729,7 +1729,7 @@ Signed-off-by: Andrew Lunn <andrew@lunn.ch>
 > +		pinctrl-0 = <&pmx_hdd2_pwr_31>;
 > +		pinctrl-names = "default";
 > +
-> +		regulator at 1 {
+> +		regulator@1 {
 > +			compatible = "regulator-fixed";
 > +			reg = <1>;
 > +			regulator-name = "hdd2power";
@@ -1752,7 +1752,7 @@ Signed-off-by: Andrew Lunn <andrew@lunn.ch>
 > +			     &pmx_hdd4_pwr_45>;
 > +		pinctrl-names = "default";
 > +
-> +		regulator at 2 {
+> +		regulator@2 {
 > +			compatible = "regulator-fixed";
 > +			reg = <2>;
 > +			regulator-name = "hdd2power";
@@ -1765,7 +1765,7 @@ Signed-off-by: Andrew Lunn <andrew@lunn.ch>
 > +			gpio = <&gpio1 2 GPIO_ACTIVE_HIGH>;
 > +		};
 > +
-> +		regulator at 3 {
+> +		regulator@3 {
 > +			compatible = "regulator-fixed";
 > +			reg = <3>;
 > +			regulator-name = "hdd3power";
@@ -1778,7 +1778,7 @@ Signed-off-by: Andrew Lunn <andrew@lunn.ch>
 > +			gpio = <&gpio1 12 GPIO_ACTIVE_HIGH>;
 > +		};
 > +
-> +		regulator at 4 {
+> +		regulator@4 {
 > +			compatible = "regulator-fixed";
 > +			reg = <4>;
 > +			regulator-name = "hdd4power";
@@ -1796,12 +1796,12 @@ Signed-off-by: Andrew Lunn <andrew@lunn.ch>
 > +&mdio {
 > +	status = "okay";
 > +
-> +	ethphy0: ethernet-phy at 0 {
+> +	ethphy0: ethernet-phy@0 {
 > +		device_type = "ethernet-phy";
 > +		reg = <8>;
 > +	};
 > +
-> +	ethphy1: ethernet-phy at 1 {
+> +	ethphy1: ethernet-phy@1 {
 > +		device_type = "ethernet-phy";
 > +		reg = <9>;
 > +	};
@@ -1810,7 +1810,7 @@ Signed-off-by: Andrew Lunn <andrew@lunn.ch>
 > +&eth0 {
 > +	status = "okay";
 > +
-> +	ethernet0-port at 0 {
+> +	ethernet0-port@0 {
 > +		phy-handle = <&ethphy0>;
 > +	};
 > +};
@@ -1818,7 +1818,7 @@ Signed-off-by: Andrew Lunn <andrew@lunn.ch>
 > +&eth1 {
 > +	status = "disabled";
 > +
-> +	ethernet1-port at 0 {
+> +	ethernet1-port@0 {
 > +		phy-handle = <&ethphy1>;
 > +	};
 > +};
diff --git a/a/content_digest b/N1/content_digest
index 78cdfd6..d797ca3 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,12 +1,21 @@
  "ref\01392840157-31072-1-git-send-email-klightspeed@killerwolves.net\0"
  "ref\01392840157-31072-5-git-send-email-klightspeed@killerwolves.net\0"
- "From\0andrew@lunn.ch (Andrew Lunn)\0"
- "Subject\0[PATCH v7 4/4] ARM: Kirkwood: Add support for many Synology NAS devices\0"
+ "From\0Andrew Lunn <andrew@lunn.ch>\0"
+ "Subject\0Re: [PATCH v7 4/4] ARM: Kirkwood: Add support for many Synology NAS devices\0"
  "Date\0Thu, 20 Feb 2014 10:11:21 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0klightspeed@killerwolves.net\0"
+ "Cc\0Mark Rutland <mark.rutland@arm.com>"
+  Andrew Lunn <andrew@lunn.ch>
+  Jason Cooper <jason@lakedaemon.net>
+  Pawel Moll <pawel.moll@arm.com>
+  devicetree@vger.kernel.org
+  Ian Campbell <ijc+devicetree@hellion.org.uk>
+  Rob Herring <robh+dt@kernel.org>
+  Kumar Gala <galak@codeaurora.org>
+ " linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
- "On Thu, Feb 20, 2014 at 06:02:37AM +1000, klightspeed at killerwolves.net wrote:\n"
+ "On Thu, Feb 20, 2014 at 06:02:37AM +1000, klightspeed@killerwolves.net wrote:\n"
  "> From: \"Ben Peddell\" <klightspeed@killerwolves.net>\n"
  "> \n"
  "> Add device tree fragments and files to support many of the kirkwood\n"
@@ -975,18 +984,18 @@
  "> +\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"
  "> +\n"
- "> +\t\t\tpcie2: pcie at 2,0 {\n"
+ "> +\t\t\tpcie2: pcie@2,0 {\n"
  "> +\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t};\n"
  "> +\t\t};\n"
  "> +\t};\n"
  "> +\n"
- "> +\tocp at f1000000 {\n"
- "> +\t\tpinctrl: pinctrl at 10000 {\n"
+ "> +\tocp@f1000000 {\n"
+ "> +\t\tpinctrl: pinctrl@10000 {\n"
  "> +\t\t\tpmx_alarmled_12: pmx-alarmled-12 {\n"
  "> +\t\t\t\tmarvell,pins = \"mpp12\";\n"
  "> +\t\t\t\tmarvell,function = \"gpio\";\n"
@@ -1168,16 +1177,16 @@
  "> +\t\t\t};\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\trtc at 10300 {\n"
+ "> +\t\trtc@10300 {\n"
  "> +\t\t\tstatus = \"disabled\";\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tspi at 10600 {\n"
+ "> +\t\tspi@10600 {\n"
  "> +\t\t\tstatus = \"okay\";\n"
  "> +\t\t\tpinctrl-0 = <&pmx_spi>;\n"
  "> +\t\t\tpinctrl-names = \"default\";\n"
  "> +\n"
- "> +\t\t\tm25p80 at 0 {\n"
+ "> +\t\t\tm25p80@0 {\n"
  "> +\t\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t\t#size-cells = <1>;\n"
  "> +\t\t\t\tcompatible = \"st,m25p80\";\n"
@@ -1185,76 +1194,76 @@
  "> +\t\t\t\tspi-max-frequency = <20000000>;\n"
  "> +\t\t\t\tmode = <0>;\n"
  "> +\n"
- "> +\t\t\t\tpartition at 00000000 {\n"
+ "> +\t\t\t\tpartition@00000000 {\n"
  "> +\t\t\t\t\treg = <0x00000000 0x00080000>;\n"
  "> +\t\t\t\t\tlabel = \"RedBoot\";\n"
  "> +\t\t\t\t};\n"
  "> +\n"
- "> +\t\t\t\tpartition at 00080000 {\n"
+ "> +\t\t\t\tpartition@00080000 {\n"
  "> +\t\t\t\t\treg = <0x00080000 0x00200000>;\n"
  "> +\t\t\t\t\tlabel = \"zImage\";\n"
  "> +\t\t\t\t};\n"
  "> +\n"
- "> +\t\t\t\tpartition at 00280000 {\n"
+ "> +\t\t\t\tpartition@00280000 {\n"
  "> +\t\t\t\t\treg = <0x00280000 0x00140000>;\n"
  "> +\t\t\t\t\tlabel = \"rd.gz\";\n"
  "> +\t\t\t\t};\n"
  "> +\n"
- "> +\t\t\t\tpartition at 003c0000 {\n"
+ "> +\t\t\t\tpartition@003c0000 {\n"
  "> +\t\t\t\t\treg = <0x003c0000 0x00010000>;\n"
  "> +\t\t\t\t\tlabel = \"vendor\";\n"
  "> +\t\t\t\t};\n"
  "> +\n"
- "> +\t\t\t\tpartition at 003d0000 {\n"
+ "> +\t\t\t\tpartition@003d0000 {\n"
  "> +\t\t\t\t\treg = <0x003d0000 0x00020000>;\n"
  "> +\t\t\t\t\tlabel = \"RedBoot config\";\n"
  "> +\t\t\t\t};\n"
  "> +\n"
- "> +\t\t\t\tpartition at 003f0000 {\n"
+ "> +\t\t\t\tpartition@003f0000 {\n"
  "> +\t\t\t\t\treg = <0x003f0000 0x00010000>;\n"
  "> +\t\t\t\t\tlabel = \"FIS directory\";\n"
  "> +\t\t\t\t};\n"
  "> +\t\t\t};\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\ti2c at 11000 {\n"
+ "> +\t\ti2c@11000 {\n"
  "> +\t\t\tstatus = \"okay\";\n"
  "> +\t\t\tclock-frequency = <400000>;\n"
  "> +\t\t\tpinctrl-0 = <&pmx_twsi0>;\n"
  "> +\t\t\tpinctrl-names = \"default\";\n"
  "> +\n"
- "> +\t\t\trs5c372: rs5c372 at 32 {\n"
+ "> +\t\t\trs5c372: rs5c372@32 {\n"
  "> +\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t\tcompatible = \"ricoh,rs5c372\";\n"
  "> +\t\t\t\treg = <0x32>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\ts35390a: s35390a at 30 {\n"
+ "> +\t\t\ts35390a: s35390a@30 {\n"
  "> +\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t\tcompatible = \"ssi,s35390a\";\n"
  "> +\t\t\t\treg = <0x30>;\n"
  "> +\t\t\t};\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tserial at 12000 {\n"
+ "> +\t\tserial@12000 {\n"
  "> +\t\t\tstatus = \"okay\";\n"
  "> +\t\t\tpinctrl-0 = <&pmx_uart0>;\n"
  "> +\t\t\tpinctrl-names = \"default\";\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tserial at 12100 {\n"
+ "> +\t\tserial@12100 {\n"
  "> +\t\t\tstatus = \"okay\";\n"
  "> +\t\t\tpinctrl-0 = <&pmx_uart1>;\n"
  "> +\t\t\tpinctrl-names = \"default\";\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tpoweroff at 12100 {\n"
+ "> +\t\tpoweroff@12100 {\n"
  "> +\t\t\tcompatible = \"synology,power-off\";\n"
  "> +\t\t\treg = <0x12100 0x100>;\n"
  "> +\t\t\tclocks = <&gate_clk 7>;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tsata at 80000 {\n"
+ "> +\t\tsata@80000 {\n"
  "> +\t\t\tpinctrl-0 = <&pmx_sata0 &pmx_sata1>;\n"
  "> +\t\t\tpinctrl-names = \"default\";\n"
  "> +\t\t\tstatus = \"okay\";\n"
@@ -1583,7 +1592,7 @@
  "> +\t\tpinctrl-0 = <&pmx_hdd1_pwr_29 &pmx_hdd2_pwr_31>;\n"
  "> +\t\tpinctrl-names = \"default\";\n"
  "> +\n"
- "> +\t\tregulator at 1 {\n"
+ "> +\t\tregulator@1 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <1>;\n"
  "> +\t\t\tregulator-name = \"hdd1power\";\n"
@@ -1596,7 +1605,7 @@
  "> +\t\t\tgpio = <&gpio0 29 GPIO_ACTIVE_HIGH>;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tregulator at 2 {\n"
+ "> +\t\tregulator@2 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <2>;\n"
  "> +\t\t\tregulator-name = \"hdd2power\";\n"
@@ -1618,7 +1627,7 @@
  "> +\t\tpinctrl-0 = <&pmx_hdd1_pwr_30>;\n"
  "> +\t\tpinctrl-names = \"default\";\n"
  "> +\n"
- "> +\t\tregulator at 1 {\n"
+ "> +\t\tregulator@1 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <1>;\n"
  "> +\t\t\tregulator-name = \"hdd1power\";\n"
@@ -1640,7 +1649,7 @@
  "> +\t\tpinctrl-0 = <&pmx_hdd1_pwr_30 &pmx_hdd2_pwr_34>;\n"
  "> +\t\tpinctrl-names = \"default\";\n"
  "> +\n"
- "> +\t\tregulator at 1 {\n"
+ "> +\t\tregulator@1 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <1>;\n"
  "> +\t\t\tregulator-name = \"hdd1power\";\n"
@@ -1653,7 +1662,7 @@
  "> +\t\t\tgpio = <&gpio0 30 GPIO_ACTIVE_HIGH>;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tregulator at 2 {\n"
+ "> +\t\tregulator@2 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <2>;\n"
  "> +\t\t\tregulator-name = \"hdd2power\";\n"
@@ -1676,7 +1685,7 @@
  "> +\t\t\t     &pmx_hdd3_pwr_44 &pmx_hdd4_pwr_45>;\n"
  "> +\t\tpinctrl-names = \"default\";\n"
  "> +\n"
- "> +\t\tregulator at 1 {\n"
+ "> +\t\tregulator@1 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <1>;\n"
  "> +\t\t\tregulator-name = \"hdd1power\";\n"
@@ -1689,7 +1698,7 @@
  "> +\t\t\tgpio = <&gpio0 30 GPIO_ACTIVE_HIGH>;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tregulator at 2 {\n"
+ "> +\t\tregulator@2 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <2>;\n"
  "> +\t\t\tregulator-name = \"hdd2power\";\n"
@@ -1702,7 +1711,7 @@
  "> +\t\t\tgpio = <&gpio1 2 GPIO_ACTIVE_HIGH>;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tregulator at 3 {\n"
+ "> +\t\tregulator@3 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <3>;\n"
  "> +\t\t\tregulator-name = \"hdd3power\";\n"
@@ -1715,7 +1724,7 @@
  "> +\t\t\tgpio = <&gpio1 12 GPIO_ACTIVE_HIGH>;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tregulator at 4 {\n"
+ "> +\t\tregulator@4 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <4>;\n"
  "> +\t\t\tregulator-name = \"hdd4power\";\n"
@@ -1737,7 +1746,7 @@
  "> +\t\tpinctrl-0 = <&pmx_hdd2_pwr_31>;\n"
  "> +\t\tpinctrl-names = \"default\";\n"
  "> +\n"
- "> +\t\tregulator at 1 {\n"
+ "> +\t\tregulator@1 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <1>;\n"
  "> +\t\t\tregulator-name = \"hdd2power\";\n"
@@ -1760,7 +1769,7 @@
  "> +\t\t\t     &pmx_hdd4_pwr_45>;\n"
  "> +\t\tpinctrl-names = \"default\";\n"
  "> +\n"
- "> +\t\tregulator at 2 {\n"
+ "> +\t\tregulator@2 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <2>;\n"
  "> +\t\t\tregulator-name = \"hdd2power\";\n"
@@ -1773,7 +1782,7 @@
  "> +\t\t\tgpio = <&gpio1 2 GPIO_ACTIVE_HIGH>;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tregulator at 3 {\n"
+ "> +\t\tregulator@3 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <3>;\n"
  "> +\t\t\tregulator-name = \"hdd3power\";\n"
@@ -1786,7 +1795,7 @@
  "> +\t\t\tgpio = <&gpio1 12 GPIO_ACTIVE_HIGH>;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tregulator at 4 {\n"
+ "> +\t\tregulator@4 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <4>;\n"
  "> +\t\t\tregulator-name = \"hdd4power\";\n"
@@ -1804,12 +1813,12 @@
  "> +&mdio {\n"
  "> +\tstatus = \"okay\";\n"
  "> +\n"
- "> +\tethphy0: ethernet-phy at 0 {\n"
+ "> +\tethphy0: ethernet-phy@0 {\n"
  "> +\t\tdevice_type = \"ethernet-phy\";\n"
  "> +\t\treg = <8>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tethphy1: ethernet-phy at 1 {\n"
+ "> +\tethphy1: ethernet-phy@1 {\n"
  "> +\t\tdevice_type = \"ethernet-phy\";\n"
  "> +\t\treg = <9>;\n"
  "> +\t};\n"
@@ -1818,7 +1827,7 @@
  "> +&eth0 {\n"
  "> +\tstatus = \"okay\";\n"
  "> +\n"
- "> +\tethernet0-port at 0 {\n"
+ "> +\tethernet0-port@0 {\n"
  "> +\t\tphy-handle = <&ethphy0>;\n"
  "> +\t};\n"
  "> +};\n"
@@ -1826,7 +1835,7 @@
  "> +&eth1 {\n"
  "> +\tstatus = \"disabled\";\n"
  "> +\n"
- "> +\tethernet1-port at 0 {\n"
+ "> +\tethernet1-port@0 {\n"
  "> +\t\tphy-handle = <&ethphy1>;\n"
  "> +\t};\n"
  "> +};\n"
@@ -1834,4 +1843,4 @@
  "> 1.8.3.2\n"
  >
 
-61394500b595efe0123ff14cac0d224f82017b0ee961a808ade4b75ef8aa4b92
+1f68205804eed13ad9951259332380454c3f74ebabd85a2f37155f72d74d52f5

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.