All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20180124103943.2062-6-codekipper@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index a4f3ae8..a28e24c 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,9 +1,9 @@
-From: Marcus Cooper <codekipper@gmail.com>
+From: Marcus Cooper <codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
 
 Add the DAI blocks to the device tree. I2S0 and I2S1 are for
 connecting to an external codec.
 
-Signed-off-by: Marcus Cooper <codekipper@gmail.com>
+Signed-off-by: Marcus Cooper <codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
 ---
  arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 26 ++++++++++++++++++++++++++
  1 file changed, 26 insertions(+)
@@ -16,7 +16,7 @@ index f060a58f374c..f3354f8c2026 100644
  			status = "disabled";
  		};
  
-+		i2s0: i2s at 1c22000 {
++		i2s0: i2s@1c22000 {
 +			#sound-dai-cells = <0>;
 +			compatible = "allwinner,sun8i-h3-i2s";
 +			reg = <0x01c22000 0x400>;
@@ -29,7 +29,7 @@ index f060a58f374c..f3354f8c2026 100644
 +			status = "disabled";
 +		};
 +
-+		i2s1: i2s at 1c22400 {
++		i2s1: i2s@1c22400 {
 +			#sound-dai-cells = <0>;
 +			compatible = "allwinner,sun8i-h3-i2s";
 +			reg = <0x01c22400 0x400>;
@@ -42,8 +42,13 @@ index f060a58f374c..f3354f8c2026 100644
 +			status = "disabled";
 +		};
 +
- 		uart0: serial at 1c28000 {
+ 		uart0: serial@1c28000 {
  			compatible = "snps,dw-apb-uart";
  			reg = <0x01c28000 0x400>;
 -- 
 2.16.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 c93d7b9..59e2bdf 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,16 +1,21 @@
  "ref\020180124103943.2062-1-codekipper@gmail.com\0"
- "From\0codekipper@gmail.com (codekipper at gmail.com)\0"
+ "ref\020180124103943.2062-1-codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0"
+ "From\0codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0"
  "Subject\0[linux-sunxi][PATCH 5/5] arm64: allwinner: a64: Add DAI nodes\0"
  "Date\0Wed, 24 Jan 2018 11:39:43 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org\0"
+ "Cc\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
+ " Marcus Cooper <codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
- "From: Marcus Cooper <codekipper@gmail.com>\n"
+ "From: Marcus Cooper <codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n"
  "\n"
  "Add the DAI blocks to the device tree. I2S0 and I2S1 are for\n"
  "connecting to an external codec.\n"
  "\n"
- "Signed-off-by: Marcus Cooper <codekipper@gmail.com>\n"
+ "Signed-off-by: Marcus Cooper <codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n"
  "---\n"
  " arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 26 ++++++++++++++++++++++++++\n"
  " 1 file changed, 26 insertions(+)\n"
@@ -23,7 +28,7 @@
  " \t\t\tstatus = \"disabled\";\n"
  " \t\t};\n"
  " \n"
- "+\t\ti2s0: i2s at 1c22000 {\n"
+ "+\t\ti2s0: i2s@1c22000 {\n"
  "+\t\t\t#sound-dai-cells = <0>;\n"
  "+\t\t\tcompatible = \"allwinner,sun8i-h3-i2s\";\n"
  "+\t\t\treg = <0x01c22000 0x400>;\n"
@@ -36,7 +41,7 @@
  "+\t\t\tstatus = \"disabled\";\n"
  "+\t\t};\n"
  "+\n"
- "+\t\ti2s1: i2s at 1c22400 {\n"
+ "+\t\ti2s1: i2s@1c22400 {\n"
  "+\t\t\t#sound-dai-cells = <0>;\n"
  "+\t\t\tcompatible = \"allwinner,sun8i-h3-i2s\";\n"
  "+\t\t\treg = <0x01c22400 0x400>;\n"
@@ -49,10 +54,15 @@
  "+\t\t\tstatus = \"disabled\";\n"
  "+\t\t};\n"
  "+\n"
- " \t\tuart0: serial at 1c28000 {\n"
+ " \t\tuart0: serial@1c28000 {\n"
  " \t\t\tcompatible = \"snps,dw-apb-uart\";\n"
  " \t\t\treg = <0x01c28000 0x400>;\n"
  "-- \n"
- 2.16.0
+ "2.16.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
 
-3878fe2c61c4d0d63d21948949b5794528a4448a0d478dbd21e69d26a172a891
+d3bf2486adc600736ada57996295fb3e52feb5665d5cacd4ae9626d4c6cd73cf

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.