All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20170530162023.20391-1-robertcnelson@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index 0684519..585e01d 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -8,12 +8,12 @@ http://beagleboard.org/blue
 https://github.com/beagleboard/beaglebone-blue
 
 firmware: https://github.com/beagleboard/beaglebone-black-wireless/tree/master/firmware
-wl18xx mac address: /proc/device-tree/ocp/ethernet@4a100000/slave@4a100200/mac-address
+wl18xx mac address: /proc/device-tree/ocp/ethernet at 4a100000/slave at 4a100200/mac-address
 
-Signed-off-by: Robert Nelson <robertcnelson-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
-CC: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
-CC: Jason Kridner <jkridner-hcmAuCOw+vXj4SYmN/TMmA@public.gmane.org>
-CC: Drew Fustini <drew-hcmAuCOw+vXj4SYmN/TMmA@public.gmane.org>
+Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
+CC: Tony Lindgren <tony@atomide.com>
+CC: Jason Kridner <jkridner@beagleboard.org>
+CC: Drew Fustini <drew@beagleboard.org>
 ---
  arch/arm/boot/dts/Makefile            |   1 +
  arch/arm/boot/dts/am335x-boneblue.dts | 460 ++++++++++++++++++++++++++++++++++
@@ -55,12 +55,12 @@ index 000000000000..d4f15771055c
 +	compatible = "ti,am335x-bone-blue", "ti,am33xx";
 +
 +	cpus {
-+		cpu@0 {
++		cpu at 0 {
 +			cpu0-supply = <&dcdc2_reg>;
 +		};
 +	};
 +
-+	memory@80000000 {
++	memory at 80000000 {
 +		device_type = "memory";
 +		reg = <0x80000000 0x20000000>; /* 512 MB */
 +	};
@@ -154,7 +154,7 @@ index 000000000000..d4f15771055c
 +		regulator-max-microvolt = <3300000>;
 +	};
 +
-+	wlan_en_reg: fixedregulator@2 {
++	wlan_en_reg: fixedregulator at 2 {
 +		compatible = "regulator-fixed";
 +		regulator-name = "wlan-en-regulator";
 +		regulator-min-microvolt = <1800000>;
@@ -308,17 +308,17 @@ index 000000000000..d4f15771055c
 +	status = "okay";
 +	clock-frequency = <400000>;
 +
-+	tps: tps@24 {
++	tps: tps at 24 {
 +		reg = <0x24>;
 +	};
 +
-+	baseboard_eeprom: baseboard_eeprom@50 {
++	baseboard_eeprom: baseboard_eeprom at 50 {
 +		compatible = "at,24c256";
 +		reg = <0x50>;
 +
 +		#address-cells = <1>;
 +		#size-cells = <1>;
-+		baseboard_data: baseboard_data@0 {
++		baseboard_data: baseboard_data at 0 {
 +			reg = <0 0x100>;
 +		};
 +	};
@@ -331,7 +331,7 @@ index 000000000000..d4f15771055c
 +	status = "okay";
 +	clock-frequency = <400000>;
 +
-+	mpu9250@68 {
++	mpu9250 at 68 {
 +		compatible = "invensense,mpu9250";
 +		reg = <0x68>;
 +		interrupt-parent = <&gpio3>;
@@ -339,14 +339,14 @@ index 000000000000..d4f15771055c
 +		i2c-gate {
 +			#address-cells = <1>;
 +			#size-cells = <0>;
-+			ax8975@c {
++			ax8975 at c {
 +				compatible = "ak,ak8975";
 +				reg = <0x0c>;
 +			};
 +		};
 +	};
 +
-+	pressure@76 {
++	pressure at 76 {
 +		compatible = "bosch,bmp280";
 +		reg = <0x76>;
 +	};
@@ -370,12 +370,12 @@ index 000000000000..d4f15771055c
 +	};
 +
 +	regulators {
-+		dcdc1_reg: regulator@0 {
++		dcdc1_reg: regulator at 0 {
 +			regulator-name = "vdds_dpr";
 +			regulator-always-on;
 +		};
 +
-+		dcdc2_reg: regulator@1 {
++		dcdc2_reg: regulator at 1 {
 +			/* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */
 +			regulator-name = "vdd_mpu";
 +			regulator-min-microvolt = <925000>;
@@ -384,7 +384,7 @@ index 000000000000..d4f15771055c
 +			regulator-always-on;
 +		};
 +
-+		dcdc3_reg: regulator@2 {
++		dcdc3_reg: regulator at 2 {
 +			/* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
 +			regulator-name = "vdd_core";
 +			regulator-min-microvolt = <925000>;
@@ -393,24 +393,24 @@ index 000000000000..d4f15771055c
 +			regulator-always-on;
 +		};
 +
-+		ldo1_reg: regulator@3 {
++		ldo1_reg: regulator at 3 {
 +			regulator-name = "vio,vrtc,vdds";
 +			regulator-always-on;
 +		};
 +
-+		ldo2_reg: regulator@4 {
++		ldo2_reg: regulator at 4 {
 +			regulator-name = "vdd_3v3aux";
 +			regulator-always-on;
 +		};
 +
-+		ldo3_reg: regulator@5 {
++		ldo3_reg: regulator at 5 {
 +			regulator-name = "vdd_1v8";
 +			regulator-min-microvolt = <1800000>;
 +			regulator-max-microvolt = <1800000>;
 +			regulator-always-on;
 +		};
 +
-+		ldo4_reg: regulator@6 {
++		ldo4_reg: regulator at 6 {
 +			regulator-name = "vdd_3v3a";
 +			regulator-always-on;
 +		};
@@ -450,7 +450,7 @@ index 000000000000..d4f15771055c
 +
 +	#address-cells = <1>;
 +	#size-cells = <0>;
-+	wlcore: wlcore@2 {
++	wlcore: wlcore at 2 {
 +		compatible = "ti,wl1835";
 +		reg = <2>;
 +		interrupt-parent = <&gpio0>;
@@ -500,8 +500,3 @@ index 000000000000..d4f15771055c
 +};
 -- 
 2.11.0
-
---
-To unsubscribe from this list: send the line "unsubscribe devicetree" in
-the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N1/content_digest
index 8b221b4..d7d15e1 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,13 +1,7 @@
- "From\0Robert Nelson <robertcnelson-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
+ "From\0robertcnelson@gmail.com (Robert Nelson)\0"
  "Subject\0[PATCH] ARM: dts: Add am335x-boneblue\0"
  "Date\0Tue, 30 May 2017 11:20:23 -0500\0"
- "To\0tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org"
- " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
- "Cc\0linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  Robert Nelson <robertcnelson-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
-  Jason Kridner <jkridner-hcmAuCOw+vXj4SYmN/TMmA@public.gmane.org>
- " Drew Fustini <drew-hcmAuCOw+vXj4SYmN/TMmA@public.gmane.org>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "BeagleBone Blue is robotics-oriented version of the BeagleBone Black (BBB).\n"
@@ -20,12 +14,12 @@
  "https://github.com/beagleboard/beaglebone-blue\n"
  "\n"
  "firmware: https://github.com/beagleboard/beaglebone-black-wireless/tree/master/firmware\n"
- "wl18xx mac address: /proc/device-tree/ocp/ethernet@4a100000/slave@4a100200/mac-address\n"
+ "wl18xx mac address: /proc/device-tree/ocp/ethernet at 4a100000/slave at 4a100200/mac-address\n"
  "\n"
- "Signed-off-by: Robert Nelson <robertcnelson-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n"
- "CC: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>\n"
- "CC: Jason Kridner <jkridner-hcmAuCOw+vXj4SYmN/TMmA@public.gmane.org>\n"
- "CC: Drew Fustini <drew-hcmAuCOw+vXj4SYmN/TMmA@public.gmane.org>\n"
+ "Signed-off-by: Robert Nelson <robertcnelson@gmail.com>\n"
+ "CC: Tony Lindgren <tony@atomide.com>\n"
+ "CC: Jason Kridner <jkridner@beagleboard.org>\n"
+ "CC: Drew Fustini <drew@beagleboard.org>\n"
  "---\n"
  " arch/arm/boot/dts/Makefile            |   1 +\n"
  " arch/arm/boot/dts/am335x-boneblue.dts | 460 ++++++++++++++++++++++++++++++++++\n"
@@ -67,12 +61,12 @@
  "+\tcompatible = \"ti,am335x-bone-blue\", \"ti,am33xx\";\n"
  "+\n"
  "+\tcpus {\n"
- "+\t\tcpu@0 {\n"
+ "+\t\tcpu at 0 {\n"
  "+\t\t\tcpu0-supply = <&dcdc2_reg>;\n"
  "+\t\t};\n"
  "+\t};\n"
  "+\n"
- "+\tmemory@80000000 {\n"
+ "+\tmemory at 80000000 {\n"
  "+\t\tdevice_type = \"memory\";\n"
  "+\t\treg = <0x80000000 0x20000000>; /* 512 MB */\n"
  "+\t};\n"
@@ -166,7 +160,7 @@
  "+\t\tregulator-max-microvolt = <3300000>;\n"
  "+\t};\n"
  "+\n"
- "+\twlan_en_reg: fixedregulator@2 {\n"
+ "+\twlan_en_reg: fixedregulator at 2 {\n"
  "+\t\tcompatible = \"regulator-fixed\";\n"
  "+\t\tregulator-name = \"wlan-en-regulator\";\n"
  "+\t\tregulator-min-microvolt = <1800000>;\n"
@@ -320,17 +314,17 @@
  "+\tstatus = \"okay\";\n"
  "+\tclock-frequency = <400000>;\n"
  "+\n"
- "+\ttps: tps@24 {\n"
+ "+\ttps: tps at 24 {\n"
  "+\t\treg = <0x24>;\n"
  "+\t};\n"
  "+\n"
- "+\tbaseboard_eeprom: baseboard_eeprom@50 {\n"
+ "+\tbaseboard_eeprom: baseboard_eeprom at 50 {\n"
  "+\t\tcompatible = \"at,24c256\";\n"
  "+\t\treg = <0x50>;\n"
  "+\n"
  "+\t\t#address-cells = <1>;\n"
  "+\t\t#size-cells = <1>;\n"
- "+\t\tbaseboard_data: baseboard_data@0 {\n"
+ "+\t\tbaseboard_data: baseboard_data at 0 {\n"
  "+\t\t\treg = <0 0x100>;\n"
  "+\t\t};\n"
  "+\t};\n"
@@ -343,7 +337,7 @@
  "+\tstatus = \"okay\";\n"
  "+\tclock-frequency = <400000>;\n"
  "+\n"
- "+\tmpu9250@68 {\n"
+ "+\tmpu9250 at 68 {\n"
  "+\t\tcompatible = \"invensense,mpu9250\";\n"
  "+\t\treg = <0x68>;\n"
  "+\t\tinterrupt-parent = <&gpio3>;\n"
@@ -351,14 +345,14 @@
  "+\t\ti2c-gate {\n"
  "+\t\t\t#address-cells = <1>;\n"
  "+\t\t\t#size-cells = <0>;\n"
- "+\t\t\tax8975@c {\n"
+ "+\t\t\tax8975 at c {\n"
  "+\t\t\t\tcompatible = \"ak,ak8975\";\n"
  "+\t\t\t\treg = <0x0c>;\n"
  "+\t\t\t};\n"
  "+\t\t};\n"
  "+\t};\n"
  "+\n"
- "+\tpressure@76 {\n"
+ "+\tpressure at 76 {\n"
  "+\t\tcompatible = \"bosch,bmp280\";\n"
  "+\t\treg = <0x76>;\n"
  "+\t};\n"
@@ -382,12 +376,12 @@
  "+\t};\n"
  "+\n"
  "+\tregulators {\n"
- "+\t\tdcdc1_reg: regulator@0 {\n"
+ "+\t\tdcdc1_reg: regulator at 0 {\n"
  "+\t\t\tregulator-name = \"vdds_dpr\";\n"
  "+\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\t/* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */\n"
  "+\t\t\tregulator-name = \"vdd_mpu\";\n"
  "+\t\t\tregulator-min-microvolt = <925000>;\n"
@@ -396,7 +390,7 @@
  "+\t\t\tregulator-always-on;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tdcdc3_reg: regulator@2 {\n"
+ "+\t\tdcdc3_reg: regulator at 2 {\n"
  "+\t\t\t/* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */\n"
  "+\t\t\tregulator-name = \"vdd_core\";\n"
  "+\t\t\tregulator-min-microvolt = <925000>;\n"
@@ -405,24 +399,24 @@
  "+\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\tregulator-name = \"vio,vrtc,vdds\";\n"
  "+\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\tregulator-name = \"vdd_3v3aux\";\n"
  "+\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\tregulator-name = \"vdd_1v8\";\n"
  "+\t\t\tregulator-min-microvolt = <1800000>;\n"
  "+\t\t\tregulator-max-microvolt = <1800000>;\n"
  "+\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\tregulator-name = \"vdd_3v3a\";\n"
  "+\t\t\tregulator-always-on;\n"
  "+\t\t};\n"
@@ -462,7 +456,7 @@
  "+\n"
  "+\t#address-cells = <1>;\n"
  "+\t#size-cells = <0>;\n"
- "+\twlcore: wlcore@2 {\n"
+ "+\twlcore: wlcore at 2 {\n"
  "+\t\tcompatible = \"ti,wl1835\";\n"
  "+\t\treg = <2>;\n"
  "+\t\tinterrupt-parent = <&gpio0>;\n"
@@ -511,11 +505,6 @@
  "+\t};\n"
  "+};\n"
  "-- \n"
- "2.11.0\n"
- "\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n"
- "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ 2.11.0
 
-57f3c4a5c0b6d724012ff740e5ae1a3d30d1f974243b68e594dcb4052d322302
+c4aee2e26c345e47d3922d1df9666962e12dc41853af3bdf7a7f1108839c02e7

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.