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

diff --git a/a/1.txt b/N1/1.txt
index 47df3a8..092f385 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -135,28 +135,28 @@ Gregory
 >> +		pcie-controller {
 >> +			status = "okay";
 >> +
->> +			pcie at 1,0 {
+>> +			pcie@1,0 {
 >> +				/* Port 0, Lane 0 */
 >> +				status = "okay";
 >> +			};
 >> +
->> +			pcie at 2,0 {
+>> +			pcie@2,0 {
 >> +				/* Port 1, Lane 0 */
 >> +				status = "okay";
 >> +			};
 >> +		};
 >> +
 >> +		internal-regs {
->> +			sata at a0000 {
+>> +			sata@a0000 {
 >> +				nr-ports = <2>;
 >> +				status = "okay";
 >> +			};
 >> +
->> +			usb at 50000 {
+>> +			usb@50000 {
 >> +				status = "okay";
 >> +			};
 >> +
->> +			nand at d0000 {
+>> +			nand@d0000 {
 >> +				status = "okay";
 >> +				num-cs = <1>;
 >> +				marvell,nand-keep-config;
@@ -165,46 +165,46 @@ Gregory
 >> +				nand-ecc-strength = <4>;
 >> +				nand-ecc-step-size = <512>;
 >> +
->> +				partition at 0 {
+>> +				partition@0 {
 >> +					label = "u-boot";
 >> +					/* 1.0 MiB */
 >> +					reg = <0x0000000 0x100000>;
 >> +					read-only;
 >> +				};
 >> +
->> +				partition at 100000 {
+>> +				partition@100000 {
 >> +					label = "u-boot-env";
 >> +					/* 128 KiB */
 >> +					reg = <0x100000 0x20000>;
 >> +					read-only;
 >> +				};
 >> +
->> +				partition at 120000 {
+>> +				partition@120000 {
 >> +					label = "uImage";
 >> +					/* 7 MiB */
 >> +					reg = <0x120000 0x700000>;
 >> +				};
 >> +
->> +				partition at 820000 {
+>> +				partition@820000 {
 >> +					label = "ubifs";
 >> +					/* ~ 84 MiB */
 >> +					reg = <0x820000 0x54e0000>;
 >> +				};
 >> +
 >> +				/* Hardcoded into stock bootloader */
->> +				partition at 5d00000 {
+>> +				partition@5d00000 {
 >> +					label = "failsafe-uImage";
 >> +					/* 5 MiB */
 >> +					reg = <0x5d00000 0x500000>;
 >> +				};
 >> +
->> +				partition at 6200000 {
+>> +				partition@6200000 {
 >> +					label = "failsafe-fs";
 >> +					/* 29 MiB */
 >> +					reg = <0x6200000 0x1d00000>;
 >> +				};
 >> +
->> +				partition at 7f00000 {
+>> +				partition@7f00000 {
 >> +					label = "bbt";
 >> +					/* 1 MiB for BBT */
 >> +					reg = <0x7f00000 0x100000>;
@@ -276,7 +276,7 @@ Gregory
 >> +		#address-cells = <1>;
 >> +		#size-cells = <0>;
 >> +
->> +		usb_power: regulator at 1 {
+>> +		usb_power: regulator@1 {
 >> +			compatible = "regulator-fixed";
 >> +			reg = <1>;
 >> +			pinctrl-0 = <&xhci_pwr_pin>;
@@ -290,7 +290,7 @@ Gregory
 >> +			gpio = <&gpio0 13 GPIO_ACTIVE_HIGH>;
 >> +		};
 >> +
->> +		sata_r_power: regulator at 2 {
+>> +		sata_r_power: regulator@2 {
 >> +			compatible = "regulator-fixed";
 >> +			reg = <2>;
 >> +			pinctrl-0 = <&sata_r_pwr_pin>;
@@ -305,7 +305,7 @@ Gregory
 >> +			gpio = <&gpio1 22 GPIO_ACTIVE_HIGH>;
 >> +		};
 >> +
->> +		sata_l_power: regulator at 3 {
+>> +		sata_l_power: regulator@3 {
 >> +			compatible = "regulator-fixed";
 >> +			reg = <3>;
 >> +			pinctrl-0 = <&sata_l_pwr_pin>;
@@ -397,7 +397,7 @@ Gregory
 >> +};
 >> +
 >> +&mdio {
->> +	phy0: ethernet-phy at 0 { /* Marvell 88E1318 */
+>> +	phy0: ethernet-phy@0 { /* Marvell 88E1318 */
 >> +		reg = <0>;
 >> +		marvell,reg-init = <0x0 0x16 0x0 0x0002>,
 >> +				<0x0 0x19 0x0 0x0077>,
diff --git a/a/content_digest b/N1/content_digest
index 6ffb634..da42c36 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,10 +1,16 @@
  "ref\01432655471-16212-1-git-send-email-andrew@ncrmnt.org\0"
  "ref\01432655471-16212-2-git-send-email-andrew@ncrmnt.org\0"
  "ref\020150526155042.GD7856@lunn.ch\0"
- "From\0gregory.clement@free-electrons.com (Gregory CLEMENT)\0"
- "Subject\0[PATCH v5 1/1] ARM: mvebu: dts: Add dts file for DLink DNS-327L\0"
+ "From\0Gregory CLEMENT <gregory.clement@free-electrons.com>\0"
+ "Subject\0Re: [PATCH v5 1/1] ARM: mvebu: dts: Add dts file for DLink DNS-327L\0"
  "Date\0Wed, 27 May 2015 12:01:39 +0200\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Andrew Andrianov <andrew@ncrmnt.org>\0"
+ "Cc\0Andrew Lunn <andrew@lunn.ch>"
+  Jason Cooper <jason@lakedaemon.net>
+  Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
+  linux-arm-kernel@lists.infradead.org
+  linux-kernel@vger.kernel.org
+ " devicetree@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "Hi Andrew,\n"
@@ -144,28 +150,28 @@
  ">> +\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\t/* Port 0, Lane 0 */\n"
  ">> +\t\t\t\tstatus = \"okay\";\n"
  ">> +\t\t\t};\n"
  ">> +\n"
- ">> +\t\t\tpcie at 2,0 {\n"
+ ">> +\t\t\tpcie@2,0 {\n"
  ">> +\t\t\t\t/* Port 1, Lane 0 */\n"
  ">> +\t\t\t\tstatus = \"okay\";\n"
  ">> +\t\t\t};\n"
  ">> +\t\t};\n"
  ">> +\n"
  ">> +\t\tinternal-regs {\n"
- ">> +\t\t\tsata at a0000 {\n"
+ ">> +\t\t\tsata@a0000 {\n"
  ">> +\t\t\t\tnr-ports = <2>;\n"
  ">> +\t\t\t\tstatus = \"okay\";\n"
  ">> +\t\t\t};\n"
  ">> +\n"
- ">> +\t\t\tusb at 50000 {\n"
+ ">> +\t\t\tusb@50000 {\n"
  ">> +\t\t\t\tstatus = \"okay\";\n"
  ">> +\t\t\t};\n"
  ">> +\n"
- ">> +\t\t\tnand at d0000 {\n"
+ ">> +\t\t\tnand@d0000 {\n"
  ">> +\t\t\t\tstatus = \"okay\";\n"
  ">> +\t\t\t\tnum-cs = <1>;\n"
  ">> +\t\t\t\tmarvell,nand-keep-config;\n"
@@ -174,46 +180,46 @@
  ">> +\t\t\t\tnand-ecc-strength = <4>;\n"
  ">> +\t\t\t\tnand-ecc-step-size = <512>;\n"
  ">> +\n"
- ">> +\t\t\t\tpartition at 0 {\n"
+ ">> +\t\t\t\tpartition@0 {\n"
  ">> +\t\t\t\t\tlabel = \"u-boot\";\n"
  ">> +\t\t\t\t\t/* 1.0 MiB */\n"
  ">> +\t\t\t\t\treg = <0x0000000 0x100000>;\n"
  ">> +\t\t\t\t\tread-only;\n"
  ">> +\t\t\t\t};\n"
  ">> +\n"
- ">> +\t\t\t\tpartition at 100000 {\n"
+ ">> +\t\t\t\tpartition@100000 {\n"
  ">> +\t\t\t\t\tlabel = \"u-boot-env\";\n"
  ">> +\t\t\t\t\t/* 128 KiB */\n"
  ">> +\t\t\t\t\treg = <0x100000 0x20000>;\n"
  ">> +\t\t\t\t\tread-only;\n"
  ">> +\t\t\t\t};\n"
  ">> +\n"
- ">> +\t\t\t\tpartition at 120000 {\n"
+ ">> +\t\t\t\tpartition@120000 {\n"
  ">> +\t\t\t\t\tlabel = \"uImage\";\n"
  ">> +\t\t\t\t\t/* 7 MiB */\n"
  ">> +\t\t\t\t\treg = <0x120000 0x700000>;\n"
  ">> +\t\t\t\t};\n"
  ">> +\n"
- ">> +\t\t\t\tpartition at 820000 {\n"
+ ">> +\t\t\t\tpartition@820000 {\n"
  ">> +\t\t\t\t\tlabel = \"ubifs\";\n"
  ">> +\t\t\t\t\t/* ~ 84 MiB */\n"
  ">> +\t\t\t\t\treg = <0x820000 0x54e0000>;\n"
  ">> +\t\t\t\t};\n"
  ">> +\n"
  ">> +\t\t\t\t/* Hardcoded into stock bootloader */\n"
- ">> +\t\t\t\tpartition at 5d00000 {\n"
+ ">> +\t\t\t\tpartition@5d00000 {\n"
  ">> +\t\t\t\t\tlabel = \"failsafe-uImage\";\n"
  ">> +\t\t\t\t\t/* 5 MiB */\n"
  ">> +\t\t\t\t\treg = <0x5d00000 0x500000>;\n"
  ">> +\t\t\t\t};\n"
  ">> +\n"
- ">> +\t\t\t\tpartition at 6200000 {\n"
+ ">> +\t\t\t\tpartition@6200000 {\n"
  ">> +\t\t\t\t\tlabel = \"failsafe-fs\";\n"
  ">> +\t\t\t\t\t/* 29 MiB */\n"
  ">> +\t\t\t\t\treg = <0x6200000 0x1d00000>;\n"
  ">> +\t\t\t\t};\n"
  ">> +\n"
- ">> +\t\t\t\tpartition at 7f00000 {\n"
+ ">> +\t\t\t\tpartition@7f00000 {\n"
  ">> +\t\t\t\t\tlabel = \"bbt\";\n"
  ">> +\t\t\t\t\t/* 1 MiB for BBT */\n"
  ">> +\t\t\t\t\treg = <0x7f00000 0x100000>;\n"
@@ -285,7 +291,7 @@
  ">> +\t\t#address-cells = <1>;\n"
  ">> +\t\t#size-cells = <0>;\n"
  ">> +\n"
- ">> +\t\tusb_power: regulator at 1 {\n"
+ ">> +\t\tusb_power: regulator@1 {\n"
  ">> +\t\t\tcompatible = \"regulator-fixed\";\n"
  ">> +\t\t\treg = <1>;\n"
  ">> +\t\t\tpinctrl-0 = <&xhci_pwr_pin>;\n"
@@ -299,7 +305,7 @@
  ">> +\t\t\tgpio = <&gpio0 13 GPIO_ACTIVE_HIGH>;\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">> +\t\tsata_r_power: regulator at 2 {\n"
+ ">> +\t\tsata_r_power: regulator@2 {\n"
  ">> +\t\t\tcompatible = \"regulator-fixed\";\n"
  ">> +\t\t\treg = <2>;\n"
  ">> +\t\t\tpinctrl-0 = <&sata_r_pwr_pin>;\n"
@@ -314,7 +320,7 @@
  ">> +\t\t\tgpio = <&gpio1 22 GPIO_ACTIVE_HIGH>;\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">> +\t\tsata_l_power: regulator at 3 {\n"
+ ">> +\t\tsata_l_power: regulator@3 {\n"
  ">> +\t\t\tcompatible = \"regulator-fixed\";\n"
  ">> +\t\t\treg = <3>;\n"
  ">> +\t\t\tpinctrl-0 = <&sata_l_pwr_pin>;\n"
@@ -406,7 +412,7 @@
  ">> +};\n"
  ">> +\n"
  ">> +&mdio {\n"
- ">> +\tphy0: ethernet-phy at 0 { /* Marvell 88E1318 */\n"
+ ">> +\tphy0: ethernet-phy@0 { /* Marvell 88E1318 */\n"
  ">> +\t\treg = <0>;\n"
  ">> +\t\tmarvell,reg-init = <0x0 0x16 0x0 0x0002>,\n"
  ">> +\t\t\t\t<0x0 0x19 0x0 0x0077>,\n"
@@ -436,4 +442,4 @@
  "development, consulting, training and support.\n"
  http://free-electrons.com
 
-80329dabf1e2d174cee7b74ac5197b572349eb14f9ac106cf2ea57ed72168408
+e8a922ab52882f28d05d219814e8b52a8fe65c4c9534ef1da675fafaf9b73397

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.