All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <57473709.1020108@mleia.com>

diff --git a/a/1.txt b/N1/1.txt
index 97c1069..084107e 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -22,7 +22,7 @@ sleep mode (or when there is no users of some SRAM banks in runtime)
 it is desirable to turn off unused banks, thus there should be a connection
 between each power manageable bank and some power domain like this:
 
-	sram_pd: power-controller@110 {
+	sram_pd: power-controller at 110 {
 		compatible = "nxp,lpc3220-pos";
 		reg = <0x110 0x8>;
 		#power-domain-cells = <1>;
@@ -30,7 +30,7 @@ between each power manageable bank and some power domain like this:
 
 ...
 
-	sram-bank@08010000 {
+	sram-bank at 08010000 {
 		reg = <0x08010000 0x10000>;
 		power-domains = <&sram_pd 0>;
 	};
@@ -39,7 +39,7 @@ between each power manageable bank and some power domain like this:
 
 The ordinary SRAM device node looks like
 
-	sram@08000000 {
+	sram at 08000000 {
 		compatible = "mmio-sram";
 		reg = <0x08000000 0x40000>;
 	};
@@ -62,7 +62,7 @@ Questions I have concerning this case:
 
 1) would it be correct to add the second compatible like this?
 
-	sram@08000000 {
+	sram at 08000000 {
 		compatible = "mmio-sram", "nxp,lpc3220-sram";
 		reg = <0x08000000 0x40000>;
 	};
diff --git a/a/content_digest b/N1/content_digest
index 5e1035f..4afb1a6 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,13 +1,7 @@
- "From\0Vladimir Zapolskiy <vz@mleia.com>\0"
+ "From\0vz@mleia.com (Vladimir Zapolskiy)\0"
  "Subject\0DT description of SRAM with power manageable banks\0"
  "Date\0Thu, 26 May 2016 20:48:57 +0300\0"
- "To\0Rob Herring <robh+dt@kernel.org>"
-  Mark Rutland <mark.rutland@arm.com>
- " Frank Rowand <frowand.list@gmail.com>\0"
- "Cc\0linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>"
-  devicetree@vger.kernel.org <devicetree@vger.kernel.org>
-  linux-pm@vger.kernel.org
- " Sylvain Lemieux <slemieux.tyco@gmail.com>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi DT team,\n"
@@ -34,7 +28,7 @@
  "it is desirable to turn off unused banks, thus there should be a connection\n"
  "between each power manageable bank and some power domain like this:\n"
  "\n"
- "\tsram_pd: power-controller@110 {\n"
+ "\tsram_pd: power-controller at 110 {\n"
  "\t\tcompatible = \"nxp,lpc3220-pos\";\n"
  "\t\treg = <0x110 0x8>;\n"
  "\t\t#power-domain-cells = <1>;\n"
@@ -42,7 +36,7 @@
  "\n"
  "...\n"
  "\n"
- "\tsram-bank@08010000 {\n"
+ "\tsram-bank at 08010000 {\n"
  "\t\treg = <0x08010000 0x10000>;\n"
  "\t\tpower-domains = <&sram_pd 0>;\n"
  "\t};\n"
@@ -51,7 +45,7 @@
  "\n"
  "The ordinary SRAM device node looks like\n"
  "\n"
- "\tsram@08000000 {\n"
+ "\tsram at 08000000 {\n"
  "\t\tcompatible = \"mmio-sram\";\n"
  "\t\treg = <0x08000000 0x40000>;\n"
  "\t};\n"
@@ -74,7 +68,7 @@
  "\n"
  "1) would it be correct to add the second compatible like this?\n"
  "\n"
- "\tsram@08000000 {\n"
+ "\tsram at 08000000 {\n"
  "\t\tcompatible = \"mmio-sram\", \"nxp,lpc3220-sram\";\n"
  "\t\treg = <0x08000000 0x40000>;\n"
  "\t};\n"
@@ -97,4 +91,4 @@
  "With best wishes,\n"
  Vladimir
 
-12a503a2827b54152d0890f1d8ede333f5019508f33042af6df343d77cf2b9a9
+3cf7f6bdf387c5e850bfb789c7d23b73eccc7e8ef72d0d86553f05798a0cb404

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.