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

diff --git a/a/1.txt b/N1/1.txt
index 0f0b384..3faa085 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -16,7 +16,7 @@ Am 01.12.2015 um 06:53 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";
@@ -26,7 +26,7 @@ Am 01.12.2015 um 06:53 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
@@ -41,7 +41,7 @@ Am 01.12.2015 um 06:53 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
@@ -55,7 +55,7 @@ Am 01.12.2015 um 06:53 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";
@@ -64,7 +64,7 @@ Am 01.12.2015 um 06:53 schrieb Tony Lindgren:
 >>>> +			regulator-always-on;
 >>>> +		};
 >>>> +
->>>> +		ldo2_reg: regulator@4 {
+>>>> +		ldo2_reg: regulator at 4 {
 >>>> +			reg = <4>;
 >>>> +			regulator-name = "vdd_3v3aux";
 >>>> +			regulator-compatible = "ldo2";
@@ -73,7 +73,7 @@ Am 01.12.2015 um 06:53 schrieb Tony Lindgren:
 >>>> +			regulator-always-on;
 >>>> +		};
 >>>> +
->>>> +		ldo3_reg: regulator@5 {
+>>>> +		ldo3_reg: regulator at 5 {
 >>>> +			reg = <5>;
 >>>> +			regulator-name = "vdd_1v8";
 >>>> +			regulator-compatible = "ldo3";
@@ -82,7 +82,7 @@ Am 01.12.2015 um 06:53 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 1fc8856..9076310 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,19 +2,10 @@
  "ref\020151130214130.GA23396@atomide.com\0"
  "ref\0565D2DF9.2010806@denx.de\0"
  "ref\020151201055333.GO23396@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 07:09:27 +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"
@@ -35,7 +26,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"
@@ -45,7 +36,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"
@@ -60,7 +51,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"
@@ -74,7 +65,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"
@@ -83,7 +74,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"
@@ -92,7 +83,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"
@@ -101,7 +92,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"
@@ -149,4 +140,4 @@
  "DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk\n"
  HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
 
-d90fffb256e1923a4edbfc293ab97a35e57af9ec31cc5a8d484d33c5345e25e3
+1aa469701444b85e45910648ab6e2d538d523a9d18562e9f0005aac3eb485f9c

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.