All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <565D2DF9.2010806@denx.de>

diff --git a/a/1.txt b/N1/1.txt
index bf043d0..0e345b1 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -12,7 +12,7 @@ Am 30.11.2015 um 22:41 schrieb Tony Lindgren:
 >> +		#address-cells = <1>;
 >> +		#size-cells = <0>;
 >> +
->> +		dcdc1_reg: regulator@0 {
+>> +		dcdc1_reg: regulator at 0 {
 >> +			reg = <0>;
 >> +			regulator-name = "vdds_dpr";
 >> +			regulator-compatible = "dcdc1";
@@ -22,7 +22,7 @@ Am 30.11.2015 um 22:41 schrieb Tony Lindgren:
 >> +			regulator-always-on;
 >> +		};
 >> +
->> +		dcdc2_reg: regulator@1 {
+>> +		dcdc2_reg: regulator at 1 {
 >> +			reg = <1>;
 >> +			/*
 >> +			 * VDD_MPU voltage limits 0.95V - 1.26V with
@@ -37,7 +37,7 @@ Am 30.11.2015 um 22:41 schrieb Tony Lindgren:
 >> +			regulator-ramp-delay = <70000>;
 >> +		};
 >> +
->> +		dcdc3_reg: regulator@2 {
+>> +		dcdc3_reg: regulator at 2 {
 >> +			reg = <2>;
 >> +			/*
 >> +			 * VDD_CORE voltage limits 0.95V - 1.1V with
@@ -51,7 +51,7 @@ Am 30.11.2015 um 22:41 schrieb Tony Lindgren:
 >> +			regulator-always-on;
 >> +		};
 >> +
->> +		ldo1_reg: regulator@3 {
+>> +		ldo1_reg: regulator at 3 {
 >> +			reg = <3>;
 >> +			regulator-name = "vio,vrtc,vdds";
 >> +			regulator-compatible = "ldo1";
@@ -60,7 +60,7 @@ Am 30.11.2015 um 22:41 schrieb Tony Lindgren:
 >> +			regulator-always-on;
 >> +		};
 >> +
->> +		ldo2_reg: regulator@4 {
+>> +		ldo2_reg: regulator at 4 {
 >> +			reg = <4>;
 >> +			regulator-name = "vdd_3v3aux";
 >> +			regulator-compatible = "ldo2";
@@ -69,7 +69,7 @@ Am 30.11.2015 um 22:41 schrieb Tony Lindgren:
 >> +			regulator-always-on;
 >> +		};
 >> +
->> +		ldo3_reg: regulator@5 {
+>> +		ldo3_reg: regulator at 5 {
 >> +			reg = <5>;
 >> +			regulator-name = "vdd_1v8";
 >> +			regulator-compatible = "ldo3";
@@ -78,7 +78,7 @@ Am 30.11.2015 um 22:41 schrieb Tony Lindgren:
 >> +			regulator-always-on;
 >> +		};
 >> +
->> +		ldo4_reg: regulator@6 {
+>> +		ldo4_reg: regulator at 6 {
 >> +			reg = <6>;
 >> +			regulator-name = "vdd_3v3a";
 >> +			regulator-compatible = "ldo4";
diff --git a/a/content_digest b/N1/content_digest
index bf30fb0..8d459bf 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,18 +1,9 @@
  "ref\01447748655-2088-1-git-send-email-hs@denx.de\0"
  "ref\020151130214130.GA23396@atomide.com\0"
- "From\0Heiko Schocher <hs@denx.de>\0"
- "Subject\0Re: [PATCH v2] arm, am335x: add support for the bosch shc board\0"
+ "From\0hs@denx.de (Heiko Schocher)\0"
+ "Subject\0[PATCH v2] arm, am335x: add support for the bosch shc board\0"
  "Date\0Tue, 1 Dec 2015 06:19:53 +0100\0"
- "To\0Tony Lindgren <tony@atomide.com>\0"
- "Cc\0linux-kernel@vger.kernel.org"
- " Beno\303\256t Cousson <bcousson@baylibre.com>"
-  Robert Nelson <robertcnelson@gmail.com>
-  devicetree@vger.kernel.org
-  Dave Gerlach <d-gerlach@ti.com>
-  Georg.Soffel@bosch-si.com
-  linux-omap@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
- " Mark Brown <broonie@kernel.org>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hello Tony,\n"
@@ -29,7 +20,7 @@
  ">> +\t\t#address-cells = <1>;\n"
  ">> +\t\t#size-cells = <0>;\n"
  ">> +\n"
- ">> +\t\tdcdc1_reg: regulator@0 {\n"
+ ">> +\t\tdcdc1_reg: regulator at 0 {\n"
  ">> +\t\t\treg = <0>;\n"
  ">> +\t\t\tregulator-name = \"vdds_dpr\";\n"
  ">> +\t\t\tregulator-compatible = \"dcdc1\";\n"
@@ -39,7 +30,7 @@
  ">> +\t\t\tregulator-always-on;\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">> +\t\tdcdc2_reg: regulator@1 {\n"
+ ">> +\t\tdcdc2_reg: regulator at 1 {\n"
  ">> +\t\t\treg = <1>;\n"
  ">> +\t\t\t/*\n"
  ">> +\t\t\t * VDD_MPU voltage limits 0.95V - 1.26V with\n"
@@ -54,7 +45,7 @@
  ">> +\t\t\tregulator-ramp-delay = <70000>;\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">> +\t\tdcdc3_reg: regulator@2 {\n"
+ ">> +\t\tdcdc3_reg: regulator at 2 {\n"
  ">> +\t\t\treg = <2>;\n"
  ">> +\t\t\t/*\n"
  ">> +\t\t\t * VDD_CORE voltage limits 0.95V - 1.1V with\n"
@@ -68,7 +59,7 @@
  ">> +\t\t\tregulator-always-on;\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">> +\t\tldo1_reg: regulator@3 {\n"
+ ">> +\t\tldo1_reg: regulator at 3 {\n"
  ">> +\t\t\treg = <3>;\n"
  ">> +\t\t\tregulator-name = \"vio,vrtc,vdds\";\n"
  ">> +\t\t\tregulator-compatible = \"ldo1\";\n"
@@ -77,7 +68,7 @@
  ">> +\t\t\tregulator-always-on;\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">> +\t\tldo2_reg: regulator@4 {\n"
+ ">> +\t\tldo2_reg: regulator at 4 {\n"
  ">> +\t\t\treg = <4>;\n"
  ">> +\t\t\tregulator-name = \"vdd_3v3aux\";\n"
  ">> +\t\t\tregulator-compatible = \"ldo2\";\n"
@@ -86,7 +77,7 @@
  ">> +\t\t\tregulator-always-on;\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">> +\t\tldo3_reg: regulator@5 {\n"
+ ">> +\t\tldo3_reg: regulator at 5 {\n"
  ">> +\t\t\treg = <5>;\n"
  ">> +\t\t\tregulator-name = \"vdd_1v8\";\n"
  ">> +\t\t\tregulator-compatible = \"ldo3\";\n"
@@ -95,7 +86,7 @@
  ">> +\t\t\tregulator-always-on;\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">> +\t\tldo4_reg: regulator@6 {\n"
+ ">> +\t\tldo4_reg: regulator at 6 {\n"
  ">> +\t\t\treg = <6>;\n"
  ">> +\t\t\tregulator-name = \"vdd_3v3a\";\n"
  ">> +\t\t\tregulator-compatible = \"ldo4\";\n"
@@ -124,4 +115,4 @@
  "DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk\n"
  HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
 
-b48251ab5246980c27504fb23d0c972b08586cb7cccaa0bc37e27e774f45f28e
+ddbbf39de1b6d29d6b667a39695fa42eee869a9fffe68b3d8a1b1951f325ebe3

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.