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

diff --git a/a/1.txt b/N1/1.txt
index c809290..78516c7 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -26,7 +26,7 @@ On 26.05.2016 21:30, Rob Herring wrote:
 >> 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>;
@@ -34,7 +34,7 @@ On 26.05.2016 21:30, Rob Herring wrote:
 >>
 >> ...
 >>
->>         sram-bank@08010000 {
+>>         sram-bank at 08010000 {
 >>                 reg = <0x08010000 0x10000>;
 >>                 power-domains = <&sram_pd 0>;
 >>         };
@@ -43,7 +43,7 @@ On 26.05.2016 21:30, Rob Herring wrote:
 >>
 >> The ordinary SRAM device node looks like
 >>
->>         sram@08000000 {
+>>         sram at 08000000 {
 >>                 compatible = "mmio-sram";
 >>                 reg = <0x08000000 0x40000>;
 >>         };
@@ -66,7 +66,7 @@ On 26.05.2016 21:30, Rob Herring wrote:
 >>
 >> 1) would it be correct to add the second compatible like this?
 >>
->>         sram@08000000 {
+>>         sram at 08000000 {
 >>                 compatible = "mmio-sram", "nxp,lpc3220-sram";
 > 
 > Yes, but reverse the order. Most specific first.
diff --git a/a/content_digest b/N1/content_digest
index d62139e..e7e316c 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,15 +1,9 @@
  "ref\057473709.1020108@mleia.com\0"
  "ref\0CAL_Jsq+R8E7UwAW+aUcmHPhgMS0D39C77kxgqwLK0_kTWHkWFw@mail.gmail.com\0"
- "From\0Vladimir Zapolskiy <vz@mleia.com>\0"
- "Subject\0Re: DT description of SRAM with power manageable banks\0"
+ "From\0vz@mleia.com (Vladimir Zapolskiy)\0"
+ "Subject\0DT description of SRAM with power manageable banks\0"
  "Date\0Thu, 26 May 2016 22:48:01 +0300\0"
- "To\0Rob Herring <robh+dt@kernel.org>\0"
- "Cc\0Mark Rutland <mark.rutland@arm.com>"
-  Frank Rowand <frowand.list@gmail.com>
-  linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>
-  devicetree@vger.kernel.org <devicetree@vger.kernel.org>
-  linux-pm@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 Rob,\n"
@@ -40,7 +34,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"
- ">>         sram_pd: power-controller@110 {\n"
+ ">>         sram_pd: power-controller at 110 {\n"
  ">>                 compatible = \"nxp,lpc3220-pos\";\n"
  ">>                 reg = <0x110 0x8>;\n"
  ">>                 #power-domain-cells = <1>;\n"
@@ -48,7 +42,7 @@
  ">>\n"
  ">> ...\n"
  ">>\n"
- ">>         sram-bank@08010000 {\n"
+ ">>         sram-bank at 08010000 {\n"
  ">>                 reg = <0x08010000 0x10000>;\n"
  ">>                 power-domains = <&sram_pd 0>;\n"
  ">>         };\n"
@@ -57,7 +51,7 @@
  ">>\n"
  ">> The ordinary SRAM device node looks like\n"
  ">>\n"
- ">>         sram@08000000 {\n"
+ ">>         sram at 08000000 {\n"
  ">>                 compatible = \"mmio-sram\";\n"
  ">>                 reg = <0x08000000 0x40000>;\n"
  ">>         };\n"
@@ -80,7 +74,7 @@
  ">>\n"
  ">> 1) would it be correct to add the second compatible like this?\n"
  ">>\n"
- ">>         sram@08000000 {\n"
+ ">>         sram at 08000000 {\n"
  ">>                 compatible = \"mmio-sram\", \"nxp,lpc3220-sram\";\n"
  "> \n"
  "> Yes, but reverse the order. Most specific first.\n"
@@ -160,4 +154,4 @@
  "With best wishes,\n"
  Vladimir
 
-11cef1349434156f75698c7cfd62cbaf514a5870d9219c4214e6567a138e27a4
+be0f806574f98fa62255cd80a9766b3673c649552aeb295e8e9b03de874a9c6c

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.