All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <571B283F.8010707@lategoodbye.de>

diff --git a/a/1.txt b/N1/1.txt
index 3639945..c3baf0e 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -8,7 +8,7 @@ So i modified the imx28.dtsi based on the patch below. Unfortunately the
 dtc give me some strang errors:
 
 ERROR (duplicate_label): Duplicate label 'mac0' on 
-/ahb at 80080000/ethernet at 800f0000 and /ahb at 00000000/ethernet at 800f0000
+/ahb@80080000/ethernet@800f0000 and /ahb@00000000/ethernet@800f0000
 ERROR: Input tree has errors, aborting (use -f to force output)
 
 What's wrong with my patch or does it reveal another issue?
@@ -27,8 +27,8 @@ Chapter 4.1 Memory Map Overview
   		};
   	};
 
--	ahb at 80080000 {
-+	ahb at 00000000 {
+-	ahb@80080000 {
++	ahb@00000000 {
   		compatible = "simple-bus";
   		#address-cells = <1>;
   		#size-cells = <1>;
@@ -36,11 +36,11 @@ Chapter 4.1 Memory Map Overview
 +		reg = <0x00000000 0x20000>, <0x80080000 0x80000>;
   		ranges;
 
-+		ocram: sram at 00000000 {
++		ocram: sram@00000000 {
 +			compatible = "mmio-sram";
 +			reg = <0x00000000 0x20000>;
 +		};
 +
-  		usb0: usb at 80080000 {
+  		usb0: usb@80080000 {
   			compatible = "fsl,imx28-usb", "fsl,imx27-usb";
   			reg = <0x80080000 0x10000>;
diff --git a/a/content_digest b/N1/content_digest
index 7f270e4..8d9f9db 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,11 @@
- "From\0info@lategoodbye.de (Stefan Wahren)\0"
+ "From\0Stefan Wahren <info@lategoodbye.de>\0"
  "Subject\0strange dtc errors after adding sram node\0"
  "Date\0Sat, 23 Apr 2016 09:46:07 +0200\0"
- "To\0kernelnewbies@lists.kernelnewbies.org\0"
+ "To\0kernelnewbies@kernelnewbies.org"
+ " devicetree@vger.kernel.org <devicetree@vger.kernel.org>\0"
+ "Cc\0J\303\266rg Krause <joerg.krause@embedded.rocks>"
+  Shawn Guo <shawnguo@kernel.org>
+ " Sascha Hauer <kernel@pengutronix.de>\0"
  "\00:1\0"
  "b\0"
  "Hi,\n"
@@ -14,7 +18,7 @@
  "dtc give me some strang errors:\n"
  "\n"
  "ERROR (duplicate_label): Duplicate label 'mac0' on \n"
- "/ahb at 80080000/ethernet at 800f0000 and /ahb at 00000000/ethernet at 800f0000\n"
+ "/ahb@80080000/ethernet@800f0000 and /ahb@00000000/ethernet@800f0000\n"
  "ERROR: Input tree has errors, aborting (use -f to force output)\n"
  "\n"
  "What's wrong with my patch or does it reveal another issue?\n"
@@ -33,8 +37,8 @@
  "  \t\t};\n"
  "  \t};\n"
  "\n"
- "-\tahb at 80080000 {\n"
- "+\tahb at 00000000 {\n"
+ "-\tahb@80080000 {\n"
+ "+\tahb@00000000 {\n"
  "  \t\tcompatible = \"simple-bus\";\n"
  "  \t\t#address-cells = <1>;\n"
  "  \t\t#size-cells = <1>;\n"
@@ -42,13 +46,13 @@
  "+\t\treg = <0x00000000 0x20000>, <0x80080000 0x80000>;\n"
  "  \t\tranges;\n"
  "\n"
- "+\t\tocram: sram at 00000000 {\n"
+ "+\t\tocram: sram@00000000 {\n"
  "+\t\t\tcompatible = \"mmio-sram\";\n"
  "+\t\t\treg = <0x00000000 0x20000>;\n"
  "+\t\t};\n"
  "+\n"
- "  \t\tusb0: usb at 80080000 {\n"
+ "  \t\tusb0: usb@80080000 {\n"
  "  \t\t\tcompatible = \"fsl,imx28-usb\", \"fsl,imx27-usb\";\n"
  "  \t\t\treg = <0x80080000 0x10000>;"
 
-ea3f63ebffcd8cc3c39d3364265b81ca4190d809189b74e1769f2efdf23b74f3
+1d5eb1115c9ac9edbfe00e1b0c256dbaea31e10527e213bd49d9fe676865ca39

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.