All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20210503110850.GA2111@aspeedtech.com>

diff --git a/a/1.txt b/N1/1.txt
index e87d26f..0ef1801 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -81,13 +81,13 @@ The 05/03/2021 18:32, Andrew Jeffery wrote:
 Got it!
 Thanks for the prompt reply.
 
-> > sdc: sdc at 1e740000 {
+> > sdc: sdc@1e740000 {
 > > 	// Comment here...
 > > 
 > > 	compatible = "aspeed,ast2600-sd-controller";
 > > 	reg = <0x1e740000 0x100>;
 > > 
-> > 	sdhci0: sdhci at 1e740100 {
+> > 	sdhci0: sdhci@1e740100 {
 > > 		compatible = "aspeed,ast2600-sdhci", "sdhci";
 > > 		reg = <0x100 0x100>;
 > > 		interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
@@ -105,7 +105,7 @@ Thanks for the prompt reply.
 > > > > +  //Example 1
 > > > >    - |
 > > > >      #include <dt-bindings/clock/aspeed-clock.h>
-> > > >      sdc at 1e740000 {
+> > > >      sdc@1e740000 {
 > > > > @@ -104,3 +118,88 @@ examples:
 > > > >                      clocks = <&syscon ASPEED_CLK_SDIO>;
 > > > >              };
@@ -185,7 +185,7 @@ Thanks, I will to these checks.
 > > > > +                      1800000 0>;
 > > > > +    };
 > > > > +
-> > > > +    sdc at 1e740000 {
+> > > > +    sdc@1e740000 {
 > > > > +            compatible = "aspeed,ast2600-sd-controller";
 > > > > +            reg = <0x1e740000 0x100>;
 > > > > +            #address-cells = <1>;
@@ -193,7 +193,7 @@ Thanks, I will to these checks.
 > > > > +            ranges = <0 0x1e740000 0x20000>;
 > > > > +            clocks = <&syscon ASPEED_CLK_GATE_SDCLK>;
 > > > > +
-> > > > +            sdhci0: sdhci at 100 {
+> > > > +            sdhci0: sdhci@100 {
 > > > > +                    compatible = "aspeed,ast2600-sdhci", "sdhci";
 > > > > +                    reg = <0x100 0x100>;
 > > > > +                    interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
@@ -205,7 +205,7 @@ Thanks, I will to these checks.
 > > > > +                    clk-phase-uhs-sdr104 = <180>, <180>;
 > > > > +            };
 > > > > +
-> > > > +            sdhci1: sdhci at 200 {
+> > > > +            sdhci1: sdhci@200 {
 > > > > +                    compatible = "aspeed,ast2600-sdhci", "sdhci";
 > > > > +                    reg = <0x200 0x100>;
 > > > > +                    interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
diff --git a/a/content_digest b/N1/content_digest
index 70bd287..4fdaf4d 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -4,9 +4,22 @@
  "ref\020210503094054.GA12520@aspeedtech.com\0"
  "ref\06678be60-d078-4eaa-8fef-37a60473f1cc@www.fastmail.com\0"
  "From\0Steven Lee <steven_lee@aspeedtech.com>\0"
- "Subject\0[PATCH v2 1/3] dt-bindings: mmc: sdhci-of-aspeed: Add description for AST2600 EVB.\0"
+ "Subject\0Re: [PATCH v2 1/3] dt-bindings: mmc: sdhci-of-aspeed: Add description for AST2600 EVB.\0"
  "Date\0Mon, 3 May 2021 19:08:50 +0800\0"
- "To\0linux-aspeed@lists.ozlabs.org\0"
+ "To\0Andrew Jeffery <andrew@aj.id.au>\0"
+ "Cc\0Ulf Hansson <ulf.hansson@linaro.org>"
+  Rob Herring <robh+dt@kernel.org>
+  Joel Stanley <joel@jms.id.au>
+  Ryan Chen <ryanchen.aspeed@gmail.com>
+  moderated list:ASPEED SD/MMC DRIVER <linux-aspeed@lists.ozlabs.org>
+  moderated list:ASPEED SD/MMC DRIVER <openbmc@lists.ozlabs.org>
+  linux-mmc <linux-mmc@vger.kernel.org>
+  open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS <devicetree@vger.kernel.org>
+  moderated list:ARM/ASPEED MACHINE SUPPORT <linux-arm-kernel@lists.infradead.org>
+  open list <linux-kernel@vger.kernel.org>
+  Hongwei Zhang <Hongweiz@ami.com>
+  Ryan Chen <ryan_chen@aspeedtech.com>
+ " Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>\0"
  "\00:1\0"
  "b\0"
  "The 05/03/2021 18:32, Andrew Jeffery wrote:\n"
@@ -92,13 +105,13 @@
  "Got it!\n"
  "Thanks for the prompt reply.\n"
  "\n"
- "> > sdc: sdc at 1e740000 {\n"
+ "> > sdc: sdc@1e740000 {\n"
  "> > \t// Comment here...\n"
  "> > \n"
  "> > \tcompatible = \"aspeed,ast2600-sd-controller\";\n"
  "> > \treg = <0x1e740000 0x100>;\n"
  "> > \n"
- "> > \tsdhci0: sdhci at 1e740100 {\n"
+ "> > \tsdhci0: sdhci@1e740100 {\n"
  "> > \t\tcompatible = \"aspeed,ast2600-sdhci\", \"sdhci\";\n"
  "> > \t\treg = <0x100 0x100>;\n"
  "> > \t\tinterrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -116,7 +129,7 @@
  "> > > > +  //Example 1\n"
  "> > > >    - |\n"
  "> > > >      #include <dt-bindings/clock/aspeed-clock.h>\n"
- "> > > >      sdc at 1e740000 {\n"
+ "> > > >      sdc@1e740000 {\n"
  "> > > > @@ -104,3 +118,88 @@ examples:\n"
  "> > > >                      clocks = <&syscon ASPEED_CLK_SDIO>;\n"
  "> > > >              };\n"
@@ -196,7 +209,7 @@
  "> > > > +                      1800000 0>;\n"
  "> > > > +    };\n"
  "> > > > +\n"
- "> > > > +    sdc at 1e740000 {\n"
+ "> > > > +    sdc@1e740000 {\n"
  "> > > > +            compatible = \"aspeed,ast2600-sd-controller\";\n"
  "> > > > +            reg = <0x1e740000 0x100>;\n"
  "> > > > +            #address-cells = <1>;\n"
@@ -204,7 +217,7 @@
  "> > > > +            ranges = <0 0x1e740000 0x20000>;\n"
  "> > > > +            clocks = <&syscon ASPEED_CLK_GATE_SDCLK>;\n"
  "> > > > +\n"
- "> > > > +            sdhci0: sdhci at 100 {\n"
+ "> > > > +            sdhci0: sdhci@100 {\n"
  "> > > > +                    compatible = \"aspeed,ast2600-sdhci\", \"sdhci\";\n"
  "> > > > +                    reg = <0x100 0x100>;\n"
  "> > > > +                    interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -216,7 +229,7 @@
  "> > > > +                    clk-phase-uhs-sdr104 = <180>, <180>;\n"
  "> > > > +            };\n"
  "> > > > +\n"
- "> > > > +            sdhci1: sdhci at 200 {\n"
+ "> > > > +            sdhci1: sdhci@200 {\n"
  "> > > > +                    compatible = \"aspeed,ast2600-sdhci\", \"sdhci\";\n"
  "> > > > +                    reg = <0x200 0x100>;\n"
  "> > > > +                    interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -238,4 +251,4 @@
  "> \n"
  > Andrew
 
-0e5c0ed97d594b6bb005d1b127daa4e6610e5512bc3bf78e3cb4144dcf0bebe5
+3765eedd2424576acbf4fa221c8855883520625ecf7f52386e7cf7b5ddee08e1

diff --git a/a/1.txt b/N2/1.txt
index e87d26f..0ef1801 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -81,13 +81,13 @@ The 05/03/2021 18:32, Andrew Jeffery wrote:
 Got it!
 Thanks for the prompt reply.
 
-> > sdc: sdc at 1e740000 {
+> > sdc: sdc@1e740000 {
 > > 	// Comment here...
 > > 
 > > 	compatible = "aspeed,ast2600-sd-controller";
 > > 	reg = <0x1e740000 0x100>;
 > > 
-> > 	sdhci0: sdhci at 1e740100 {
+> > 	sdhci0: sdhci@1e740100 {
 > > 		compatible = "aspeed,ast2600-sdhci", "sdhci";
 > > 		reg = <0x100 0x100>;
 > > 		interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
@@ -105,7 +105,7 @@ Thanks for the prompt reply.
 > > > > +  //Example 1
 > > > >    - |
 > > > >      #include <dt-bindings/clock/aspeed-clock.h>
-> > > >      sdc at 1e740000 {
+> > > >      sdc@1e740000 {
 > > > > @@ -104,3 +118,88 @@ examples:
 > > > >                      clocks = <&syscon ASPEED_CLK_SDIO>;
 > > > >              };
@@ -185,7 +185,7 @@ Thanks, I will to these checks.
 > > > > +                      1800000 0>;
 > > > > +    };
 > > > > +
-> > > > +    sdc at 1e740000 {
+> > > > +    sdc@1e740000 {
 > > > > +            compatible = "aspeed,ast2600-sd-controller";
 > > > > +            reg = <0x1e740000 0x100>;
 > > > > +            #address-cells = <1>;
@@ -193,7 +193,7 @@ Thanks, I will to these checks.
 > > > > +            ranges = <0 0x1e740000 0x20000>;
 > > > > +            clocks = <&syscon ASPEED_CLK_GATE_SDCLK>;
 > > > > +
-> > > > +            sdhci0: sdhci at 100 {
+> > > > +            sdhci0: sdhci@100 {
 > > > > +                    compatible = "aspeed,ast2600-sdhci", "sdhci";
 > > > > +                    reg = <0x100 0x100>;
 > > > > +                    interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
@@ -205,7 +205,7 @@ Thanks, I will to these checks.
 > > > > +                    clk-phase-uhs-sdr104 = <180>, <180>;
 > > > > +            };
 > > > > +
-> > > > +            sdhci1: sdhci at 200 {
+> > > > +            sdhci1: sdhci@200 {
 > > > > +                    compatible = "aspeed,ast2600-sdhci", "sdhci";
 > > > > +                    reg = <0x200 0x100>;
 > > > > +                    interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
diff --git a/a/content_digest b/N2/content_digest
index 70bd287..3c13776 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -4,9 +4,21 @@
  "ref\020210503094054.GA12520@aspeedtech.com\0"
  "ref\06678be60-d078-4eaa-8fef-37a60473f1cc@www.fastmail.com\0"
  "From\0Steven Lee <steven_lee@aspeedtech.com>\0"
- "Subject\0[PATCH v2 1/3] dt-bindings: mmc: sdhci-of-aspeed: Add description for AST2600 EVB.\0"
+ "Subject\0Re: [PATCH v2 1/3] dt-bindings: mmc: sdhci-of-aspeed: Add description for AST2600 EVB.\0"
  "Date\0Mon, 3 May 2021 19:08:50 +0800\0"
- "To\0linux-aspeed@lists.ozlabs.org\0"
+ "To\0Andrew Jeffery <andrew@aj.id.au>\0"
+ "Cc\0open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS <devicetree@vger.kernel.org>"
+  Ulf Hansson <ulf.hansson@linaro.org>
+  Ryan Chen <ryan_chen@aspeedtech.com>
+  moderated list:ASPEED SD/MMC DRIVER <linux-aspeed@lists.ozlabs.org>
+  linux-mmc <linux-mmc@vger.kernel.org>
+  moderated list:ASPEED SD/MMC DRIVER <openbmc@lists.ozlabs.org>
+  Ryan Chen <ryanchen.aspeed@gmail.com>
+  open list <linux-kernel@vger.kernel.org>
+  Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>
+  Rob Herring <robh+dt@kernel.org>
+  Hongwei Zhang <Hongweiz@ami.com>
+ " moderated list:ARM/ASPEED MACHINE SUPPORT <linux-arm-kernel@lists.infradead.org>\0"
  "\00:1\0"
  "b\0"
  "The 05/03/2021 18:32, Andrew Jeffery wrote:\n"
@@ -92,13 +104,13 @@
  "Got it!\n"
  "Thanks for the prompt reply.\n"
  "\n"
- "> > sdc: sdc at 1e740000 {\n"
+ "> > sdc: sdc@1e740000 {\n"
  "> > \t// Comment here...\n"
  "> > \n"
  "> > \tcompatible = \"aspeed,ast2600-sd-controller\";\n"
  "> > \treg = <0x1e740000 0x100>;\n"
  "> > \n"
- "> > \tsdhci0: sdhci at 1e740100 {\n"
+ "> > \tsdhci0: sdhci@1e740100 {\n"
  "> > \t\tcompatible = \"aspeed,ast2600-sdhci\", \"sdhci\";\n"
  "> > \t\treg = <0x100 0x100>;\n"
  "> > \t\tinterrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -116,7 +128,7 @@
  "> > > > +  //Example 1\n"
  "> > > >    - |\n"
  "> > > >      #include <dt-bindings/clock/aspeed-clock.h>\n"
- "> > > >      sdc at 1e740000 {\n"
+ "> > > >      sdc@1e740000 {\n"
  "> > > > @@ -104,3 +118,88 @@ examples:\n"
  "> > > >                      clocks = <&syscon ASPEED_CLK_SDIO>;\n"
  "> > > >              };\n"
@@ -196,7 +208,7 @@
  "> > > > +                      1800000 0>;\n"
  "> > > > +    };\n"
  "> > > > +\n"
- "> > > > +    sdc at 1e740000 {\n"
+ "> > > > +    sdc@1e740000 {\n"
  "> > > > +            compatible = \"aspeed,ast2600-sd-controller\";\n"
  "> > > > +            reg = <0x1e740000 0x100>;\n"
  "> > > > +            #address-cells = <1>;\n"
@@ -204,7 +216,7 @@
  "> > > > +            ranges = <0 0x1e740000 0x20000>;\n"
  "> > > > +            clocks = <&syscon ASPEED_CLK_GATE_SDCLK>;\n"
  "> > > > +\n"
- "> > > > +            sdhci0: sdhci at 100 {\n"
+ "> > > > +            sdhci0: sdhci@100 {\n"
  "> > > > +                    compatible = \"aspeed,ast2600-sdhci\", \"sdhci\";\n"
  "> > > > +                    reg = <0x100 0x100>;\n"
  "> > > > +                    interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -216,7 +228,7 @@
  "> > > > +                    clk-phase-uhs-sdr104 = <180>, <180>;\n"
  "> > > > +            };\n"
  "> > > > +\n"
- "> > > > +            sdhci1: sdhci at 200 {\n"
+ "> > > > +            sdhci1: sdhci@200 {\n"
  "> > > > +                    compatible = \"aspeed,ast2600-sdhci\", \"sdhci\";\n"
  "> > > > +                    reg = <0x200 0x100>;\n"
  "> > > > +                    interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -238,4 +250,4 @@
  "> \n"
  > Andrew
 
-0e5c0ed97d594b6bb005d1b127daa4e6610e5512bc3bf78e3cb4144dcf0bebe5
+d4bc3e7da97e98b12eaf771da6e5c3bc087c108da40c2b6d897d57229645085a

diff --git a/a/1.txt b/N3/1.txt
index e87d26f..43d4deb 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -81,13 +81,13 @@ The 05/03/2021 18:32, Andrew Jeffery wrote:
 Got it!
 Thanks for the prompt reply.
 
-> > sdc: sdc at 1e740000 {
+> > sdc: sdc@1e740000 {
 > > 	// Comment here...
 > > 
 > > 	compatible = "aspeed,ast2600-sd-controller";
 > > 	reg = <0x1e740000 0x100>;
 > > 
-> > 	sdhci0: sdhci at 1e740100 {
+> > 	sdhci0: sdhci@1e740100 {
 > > 		compatible = "aspeed,ast2600-sdhci", "sdhci";
 > > 		reg = <0x100 0x100>;
 > > 		interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
@@ -105,7 +105,7 @@ Thanks for the prompt reply.
 > > > > +  //Example 1
 > > > >    - |
 > > > >      #include <dt-bindings/clock/aspeed-clock.h>
-> > > >      sdc at 1e740000 {
+> > > >      sdc@1e740000 {
 > > > > @@ -104,3 +118,88 @@ examples:
 > > > >                      clocks = <&syscon ASPEED_CLK_SDIO>;
 > > > >              };
@@ -185,7 +185,7 @@ Thanks, I will to these checks.
 > > > > +                      1800000 0>;
 > > > > +    };
 > > > > +
-> > > > +    sdc at 1e740000 {
+> > > > +    sdc@1e740000 {
 > > > > +            compatible = "aspeed,ast2600-sd-controller";
 > > > > +            reg = <0x1e740000 0x100>;
 > > > > +            #address-cells = <1>;
@@ -193,7 +193,7 @@ Thanks, I will to these checks.
 > > > > +            ranges = <0 0x1e740000 0x20000>;
 > > > > +            clocks = <&syscon ASPEED_CLK_GATE_SDCLK>;
 > > > > +
-> > > > +            sdhci0: sdhci at 100 {
+> > > > +            sdhci0: sdhci@100 {
 > > > > +                    compatible = "aspeed,ast2600-sdhci", "sdhci";
 > > > > +                    reg = <0x100 0x100>;
 > > > > +                    interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
@@ -205,7 +205,7 @@ Thanks, I will to these checks.
 > > > > +                    clk-phase-uhs-sdr104 = <180>, <180>;
 > > > > +            };
 > > > > +
-> > > > +            sdhci1: sdhci at 200 {
+> > > > +            sdhci1: sdhci@200 {
 > > > > +                    compatible = "aspeed,ast2600-sdhci", "sdhci";
 > > > > +                    reg = <0x200 0x100>;
 > > > > +                    interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
@@ -226,3 +226,8 @@ Thanks, I will to these checks.
 > Thanks.
 > 
 > Andrew
+
+_______________________________________________
+linux-arm-kernel mailing list
+linux-arm-kernel@lists.infradead.org
+http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
diff --git a/a/content_digest b/N3/content_digest
index 70bd287..39d2f1e 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -4,9 +4,22 @@
  "ref\020210503094054.GA12520@aspeedtech.com\0"
  "ref\06678be60-d078-4eaa-8fef-37a60473f1cc@www.fastmail.com\0"
  "From\0Steven Lee <steven_lee@aspeedtech.com>\0"
- "Subject\0[PATCH v2 1/3] dt-bindings: mmc: sdhci-of-aspeed: Add description for AST2600 EVB.\0"
+ "Subject\0Re: [PATCH v2 1/3] dt-bindings: mmc: sdhci-of-aspeed: Add description for AST2600 EVB.\0"
  "Date\0Mon, 3 May 2021 19:08:50 +0800\0"
- "To\0linux-aspeed@lists.ozlabs.org\0"
+ "To\0Andrew Jeffery <andrew@aj.id.au>\0"
+ "Cc\0Ulf Hansson <ulf.hansson@linaro.org>"
+  Rob Herring <robh+dt@kernel.org>
+  Joel Stanley <joel@jms.id.au>
+  Ryan Chen <ryanchen.aspeed@gmail.com>
+  moderated list:ASPEED SD/MMC DRIVER <linux-aspeed@lists.ozlabs.org>
+  moderated list:ASPEED SD/MMC DRIVER <openbmc@lists.ozlabs.org>
+  linux-mmc <linux-mmc@vger.kernel.org>
+  open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS <devicetree@vger.kernel.org>
+  moderated list:ARM/ASPEED MACHINE SUPPORT <linux-arm-kernel@lists.infradead.org>
+  open list <linux-kernel@vger.kernel.org>
+  Hongwei Zhang <Hongweiz@ami.com>
+  Ryan Chen <ryan_chen@aspeedtech.com>
+ " Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>\0"
  "\00:1\0"
  "b\0"
  "The 05/03/2021 18:32, Andrew Jeffery wrote:\n"
@@ -92,13 +105,13 @@
  "Got it!\n"
  "Thanks for the prompt reply.\n"
  "\n"
- "> > sdc: sdc at 1e740000 {\n"
+ "> > sdc: sdc@1e740000 {\n"
  "> > \t// Comment here...\n"
  "> > \n"
  "> > \tcompatible = \"aspeed,ast2600-sd-controller\";\n"
  "> > \treg = <0x1e740000 0x100>;\n"
  "> > \n"
- "> > \tsdhci0: sdhci at 1e740100 {\n"
+ "> > \tsdhci0: sdhci@1e740100 {\n"
  "> > \t\tcompatible = \"aspeed,ast2600-sdhci\", \"sdhci\";\n"
  "> > \t\treg = <0x100 0x100>;\n"
  "> > \t\tinterrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -116,7 +129,7 @@
  "> > > > +  //Example 1\n"
  "> > > >    - |\n"
  "> > > >      #include <dt-bindings/clock/aspeed-clock.h>\n"
- "> > > >      sdc at 1e740000 {\n"
+ "> > > >      sdc@1e740000 {\n"
  "> > > > @@ -104,3 +118,88 @@ examples:\n"
  "> > > >                      clocks = <&syscon ASPEED_CLK_SDIO>;\n"
  "> > > >              };\n"
@@ -196,7 +209,7 @@
  "> > > > +                      1800000 0>;\n"
  "> > > > +    };\n"
  "> > > > +\n"
- "> > > > +    sdc at 1e740000 {\n"
+ "> > > > +    sdc@1e740000 {\n"
  "> > > > +            compatible = \"aspeed,ast2600-sd-controller\";\n"
  "> > > > +            reg = <0x1e740000 0x100>;\n"
  "> > > > +            #address-cells = <1>;\n"
@@ -204,7 +217,7 @@
  "> > > > +            ranges = <0 0x1e740000 0x20000>;\n"
  "> > > > +            clocks = <&syscon ASPEED_CLK_GATE_SDCLK>;\n"
  "> > > > +\n"
- "> > > > +            sdhci0: sdhci at 100 {\n"
+ "> > > > +            sdhci0: sdhci@100 {\n"
  "> > > > +                    compatible = \"aspeed,ast2600-sdhci\", \"sdhci\";\n"
  "> > > > +                    reg = <0x100 0x100>;\n"
  "> > > > +                    interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -216,7 +229,7 @@
  "> > > > +                    clk-phase-uhs-sdr104 = <180>, <180>;\n"
  "> > > > +            };\n"
  "> > > > +\n"
- "> > > > +            sdhci1: sdhci at 200 {\n"
+ "> > > > +            sdhci1: sdhci@200 {\n"
  "> > > > +                    compatible = \"aspeed,ast2600-sdhci\", \"sdhci\";\n"
  "> > > > +                    reg = <0x200 0x100>;\n"
  "> > > > +                    interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -236,6 +249,11 @@
  "> \n"
  "> Thanks.\n"
  "> \n"
- > Andrew
+ "> Andrew\n"
+ "\n"
+ "_______________________________________________\n"
+ "linux-arm-kernel mailing list\n"
+ "linux-arm-kernel@lists.infradead.org\n"
+ http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
 
-0e5c0ed97d594b6bb005d1b127daa4e6610e5512bc3bf78e3cb4144dcf0bebe5
+af9c69183454b6de0014d8123b174eb70f775b22c9e850f9cf4e6d028ac6d253

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.