All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20160717200311.GA6588@rob-hp-laptop>

diff --git a/a/1.txt b/N1/1.txt
index 38ae502..f622bd3 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,4 +1,4 @@
-On Fri, Jul 15, 2016 at 12:37:03PM +0530, njaigane@codeaurora.org wrote:
+On Fri, Jul 15, 2016 at 12:37:03PM +0530, njaigane at codeaurora.org wrote:
 > From: Jaiganesh Narayanan <njaigane@codeaurora.org>
 > 
 > This patch adds the ipq4019 ASoC device tree changes and the
@@ -60,7 +60,7 @@ On Fri, Jul 15, 2016 at 12:37:03PM +0530, njaigane@codeaurora.org wrote:
 > +
 > +
 > +Example:
-> +audio: audio@7700000 {
+> +audio: audio at 7700000 {
 > +	compatible = "qca,ipq4019-audio-adss";
 > +	reg = <0x7700000 0x34>;
 > +	resets = <&gcc AUDIO_BLK_ARES>;
@@ -109,9 +109,9 @@ alone just for purposes of instantiating a driver is not acceptible.
 > +- reg		: should have the stereo i2c register address
 > +
 > +Example:
-> +qca_codec: qca_codec@12 {
+> +qca_codec: qca_codec at 12 {
 
-Don't use '_' in node names, just 'codec@...'.
+Don't use '_' in node names, just 'codec at ...'.
 
 > +	compatible = "qca,ipq4019-codec";
 > +	reg = <0x12>;
@@ -143,9 +143,9 @@ Bindings describe h/w, not ASoC or drivers.
 > +		   "audio_rx_mclk"
 > +
 > +Example:
-> +i2s: ipq4019-pcm-i2s@0 {
+> +i2s: ipq4019-pcm-i2s at 0 {
 
-Just i2s@... Though 0 here is not valid without a reg property. There's 
+Just i2s at ... Though 0 here is not valid without a reg property. There's 
 no registers?
 
 > +	compatible = "qca,ipq4019-i2s";
@@ -190,7 +190,7 @@ What's the difference between this and the previous one.
 > +		   "audio_rx_mclk"
 > +
 > +Example:
-> +i2s1: ipq4019-pcm-i2s1@0 {
+> +i2s1: ipq4019-pcm-i2s1 at 0 {
 > +	compatible = "qca,ipq4019-i2s1";
 > +	dma-tx-channel = <MBOX1_TX_ID>;
 > +	stereo-tx-port = <STEREO1_ID>;
@@ -225,7 +225,7 @@ What's the difference between this and the previous one.
 > +		   "audio_rx_mclk"
 > +
 > +Example:
-> +i2s1: ipq4019-pcm-i2s2@0 {
+> +i2s1: ipq4019-pcm-i2s2 at 0 {
 > +	compatible = "qca,ipq4019-i2s2";
 > +	dma-tx-channel = <MBOX2_TX_ID>;
 > +	stereo-tx-port = <STEREO2_ID>;
@@ -262,7 +262,7 @@ What is this exactly?
 > +- rx-channel	 : should have the mbox rx id
 > +
 > +Example:
-> +mbox0: mbox@7708000 {
+> +mbox0: mbox at 7708000 {
 > +	compatible = "qca,ipq4019-mbox";
 > +	dma-index = <0>;
 > +	reg = <0x7708000 0x1000>;
@@ -287,7 +287,7 @@ What is this exactly?
 > +- reg		 : should have the stereo register address, length
 > +
 > +Example:
-> +i2splatform: qca-pcm-i2s@7709000 {
+> +i2splatform: qca-pcm-i2s at 7709000 {
 > +	compatible = "qca,ipq4019-pcm-i2s";
 > +	reg = <0x7709000 0x1000>;
 > +	status = "disabled";
@@ -312,7 +312,7 @@ overview of the audio subsystem and its components would be helpful.
 > +- reg		 : should have the stereo register address, length
 > +
 > +Example:
-> +i2s1platform: qca-pcm-i2s1@770b000 {
+> +i2s1platform: qca-pcm-i2s1 at 770b000 {
 > +	compatible = "qca,ipq4019-pcm-i2s1";
 > +	reg = <0x770b000 0x1000>;
 > +	status = "disabled";
@@ -336,7 +336,7 @@ Again, why the indexing here?
 > +- reg		 : should have the stereo register address, length
 > +
 > +Example:
-> +i2s2platform: qca-pcm-i2s1@770d000 {
+> +i2s2platform: qca-pcm-i2s1 at 770d000 {
 > +	compatible = "qca,ipq4019-pcm-i2s2";
 > +	reg = <0x770d000 0x1000>;
 > +	status = "disabled";
@@ -357,7 +357,7 @@ Again, why the indexing here?
 > +- reg		 : should have the stereo register address, length
 > +
 > +Example:
-> +tdmplatform: qca-pcm-spdif@7707000 {
+> +tdmplatform: qca-pcm-spdif at 7707000 {
 > +	compatible = "qca,ipq4019-pcm-spdif";
 > +	reg = <0x7709000 0x1000>;
 > +	status = "disabled";
@@ -378,7 +378,7 @@ Again, why the indexing here?
 > +- reg		 : should have the stereo register address, length
 > +
 > +Example:
-> +tdmplatform: qca-pcm-tdm@7709000 {
+> +tdmplatform: qca-pcm-tdm at 7709000 {
 > +	compatible = "qca,ipq4019-pcm-tdm";
 > +	reg = <0x7709000 0x1000>;
 > +	status = "disabled";
@@ -406,7 +406,7 @@ Again, why the indexing here?
 > +		   "audio_spdif_div2", "audio_spdifinfast_src"
 > +
 > +Example:
-> +spdif: spdif@0 {
+> +spdif: spdif at 0 {
 > +	compatible = "qca,ipq4019-spdif";
 > +	dma-tx-channel = <MBOX0_TX_ID>;
 > +	dma-rx-channel = <MBOX3_RX_ID>;
@@ -441,7 +441,7 @@ Again, why the indexing here?
 > +- stereo-index	 : should have the stereo port index
 > +
 > +Example:
-> +stereo0: stereo@7709000 {
+> +stereo0: stereo at 7709000 {
 > +	compatible = "qca,ipq4019-stereo";
 > +	reg = <0x7709000 0x1000>;
 > +	stereo-index = <STEREO0_ID>;
@@ -470,7 +470,7 @@ Again, why the indexing here?
 > +		   "audio_rx_mclk"
 > +
 > +Example:
-> +tdm: tdm@0 {
+> +tdm: tdm at 0 {
 > +	compatible = "qca,ipq4019-tdm";
 > +	dma-tx-channel = <MBOX0_TX_ID>;
 > +	dma-rx-channel = <MBOX3_RX_ID>;
@@ -526,7 +526,7 @@ This should be a separate patch.
 
 This hunk looks unrelated.
 
->  		pinctrl@0x01000000 {
+>  		pinctrl at 0x01000000 {
 >  			serial_pins: serial_pinmux {
 >  				mux {
 > @@ -69,6 +50,81 @@
@@ -612,105 +612,105 @@ This hunk looks unrelated.
 >  		};
 >  
 > @@ -108,5 +164,104 @@
->  		watchdog@b017000 {
+>  		watchdog at b017000 {
 >  			status = "ok";
 >  		};
 > +
-> +		adcc: clock-controller@7700038 {
+> +		adcc: clock-controller at 7700038 {
 > +			status = "ok";
 > +		};
 > +
-> +		audio: audio@7700000 {
+> +		audio: audio at 7700000 {
 > +			status = "ok";
 > +		};
 > +
-> +		mbox0: mbox@7708000 {
+> +		mbox0: mbox at 7708000 {
 > +			status = "ok";
 > +		};
 > +
-> +		mbox1: mbox@770a000 {
+> +		mbox1: mbox at 770a000 {
 > +			status = "ok";
 > +		};
 > +
-> +		mbox2: mbox@770c000 {
+> +		mbox2: mbox at 770c000 {
 > +			status = "ok";
 > +		};
 > +
-> +		mbox3: mbox@770e000 {
+> +		mbox3: mbox at 770e000 {
 > +			status = "ok";
 > +		};
 > +
-> +		mbox4: mbox@7706000 {
+> +		mbox4: mbox at 7706000 {
 > +			status = "ok";
 > +		};
 > +
-> +		stereo0: stereo@7709000 {
+> +		stereo0: stereo at 7709000 {
 > +			status = "ok";
 > +		};
 > +
-> +		stereo1: stereo@770b000 {
+> +		stereo1: stereo at 770b000 {
 > +			status = "ok";
 > +		};
 > +
-> +		stereo2: stereo@770d000 {
+> +		stereo2: stereo at 770d000 {
 > +			status = "ok";
 > +		};
 > +
-> +		stereo3: stereo@770f000 {
+> +		stereo3: stereo at 770f000 {
 > +			status = "ok";
 > +		};
 > +
 > +		/* Enable Audio Interfaces */
-> +		i2s: ipq4019-pcm-i2s@0 {
+> +		i2s: ipq4019-pcm-i2s at 0 {
 > +			status = "ok";
 > +		};
 > +
-> +		i2splatform: qca-pcm-i2s@7709000 {
+> +		i2splatform: qca-pcm-i2s at 7709000 {
 > +			status = "ok";
 > +		};
 > +
-> +		i2s1platform: qca-pcm-i2s1@770b000 {
+> +		i2s1platform: qca-pcm-i2s1 at 770b000 {
 > +			status = "ok";
 > +		};
 > +
-> +		i2s1: ipq4019-pcm-i2s1@0 {
+> +		i2s1: ipq4019-pcm-i2s1 at 0 {
 > +			status = "ok";
 > +		};
 > +
-> +		i2s2platform: qca-pcm-i2s2@770d000 {
+> +		i2s2platform: qca-pcm-i2s2 at 770d000 {
 > +			status = "ok";
 > +		};
 > +
-> +		i2s2: ipq4019-pcm-i2s2@0 {
+> +		i2s2: ipq4019-pcm-i2s2 at 0 {
 > +			status = "ok";
 > +		};
 > +
-> +		tdmplatform: qca-pcm-tdm@7709000 {
+> +		tdmplatform: qca-pcm-tdm at 7709000 {
 > +			status = "ok";
 > +		};
 > +
-> +		tdm: tdm@0 {
+> +		tdm: tdm at 0 {
 > +			status = "ok";
 > +		};
 > +
-> +		spdifplatform: qca-pcm-spdif@7707000 {
+> +		spdifplatform: qca-pcm-spdif at 7707000 {
 > +			status = "ok";
 > +		};
 > +
-> +		spdif: spdif@0 {
+> +		spdif: spdif at 0 {
 > +			status = "ok";
 > +		};
 > +
-> +		sound: sound@0 {
+> +		sound: sound at 0 {
 > +			pinctrl-0 = <&audio_pins>;
 > +			pinctrl-names = "default";
 > +			status = "ok";
 > +		};
 > +
-> +		i2c_0: i2c@78b7000 { /* BLSP1 QUP2 */
+> +		i2c_0: i2c at 78b7000 { /* BLSP1 QUP2 */
 > +			status = "ok";
 > +
-> +			qca_codec: qca_codec@12 {
+> +			qca_codec: qca_codec at 12 {
 > +				status = "ok";
 > +			};
 > +		};
@@ -764,21 +764,21 @@ This hunk looks unrelated.
 >  			status = "disabled";
 > -		};
 >  
-> +			qca_codec: qca_codec@12 {
+> +			qca_codec: qca_codec at 12 {
 > +				compatible = "qca,ipq4019-codec";
 > +				reg = <0x12>;
 > +				status = "disabled";
 > +			};
 > +		};
 >  
->  		cryptobam: dma@8e04000 {
+>  		cryptobam: dma at 8e04000 {
 >  			compatible = "qcom,bam-v1.7.0";
 > @@ -263,5 +285,226 @@
 >  			compatible = "qcom,pshold";
 >  			reg = <0x4ab000 0x4>;
 >  		};
 > +
-> +		adcc: clock-controller@7700038 {
+> +		adcc: clock-controller at 7700038 {
 > +			compatible = "qcom,adcc-ipq4019";
 > +			#clock-cells = <1>;
 > +			#reset-cells = <1>;
@@ -786,7 +786,7 @@ This hunk looks unrelated.
 > +			status = "disabled";
 > +		};
 > +
-> +		audio: audio@7700000 {
+> +		audio: audio at 7700000 {
 > +			compatible = "qca,ipq4019-audio-adss";
 > +			reg = <0x7700000 0x34>,
 > +				<0x7707000 0x20>;
@@ -795,7 +795,7 @@ This hunk looks unrelated.
 > +			status = "disabled";
 > +		};
 > +
-> +		pcm: pcm@7704000 {
+> +		pcm: pcm at 7704000 {
 > +			compatible = "qca,ipq4019-pcm";
 > +			reg = <0x7704000 0x2000>;
 > +			dma-tx-channel = <MBOX3_TX_ID>;
@@ -807,7 +807,7 @@ This hunk looks unrelated.
 > +			status = "disabled";
 > +		};
 > +
-> +		mbox0: mbox@7708000 {
+> +		mbox0: mbox at 7708000 {
 > +			dma-index = <0>;
 > +			compatible = "qca,ipq4019-mbox";
 > +			reg = <0x7708000 0x1000>;
@@ -817,7 +817,7 @@ This hunk looks unrelated.
 > +			status = "disabled";
 > +		};
 > +
-> +		mbox1: mbox@770a000 {
+> +		mbox1: mbox at 770a000 {
 > +			dma-index = <1>;
 > +			compatible = "qca,ipq4019-mbox";
 > +			reg = <0x770A000 0x1000>;
@@ -826,7 +826,7 @@ This hunk looks unrelated.
 > +			status = "disabled";
 > +		};
 > +
-> +		mbox2: mbox@770c000 {
+> +		mbox2: mbox at 770c000 {
 > +			dma-index = <2>;
 > +			compatible = "qca,ipq4019-mbox";
 > +			reg = <0x770C000 0x1000>;
@@ -835,7 +835,7 @@ This hunk looks unrelated.
 > +			status = "disabled";
 > +		};
 > +
-> +		mbox3: mbox@770e000 {
+> +		mbox3: mbox at 770e000 {
 > +			dma-index = <3>;
 > +			compatible = "qca,ipq4019-mbox";
 > +			reg = <0x770E000 0x1000>;
@@ -845,7 +845,7 @@ This hunk looks unrelated.
 > +			status = "disabled";
 > +		};
 > +
-> +		mbox4: mbox@7706000 {
+> +		mbox4: mbox at 7706000 {
 > +			dma-index = <4>;
 > +			compatible = "qca,ipq4019-mbox";
 > +			reg = <0x7706000 0x1000>;
@@ -854,41 +854,41 @@ This hunk looks unrelated.
 > +			status = "disabled";
 > +		};
 > +
-> +		stereo0: stereo@7709000 {
+> +		stereo0: stereo at 7709000 {
 > +			stereo-index = <STEREO0_ID>;
 > +			compatible = "qca,ipq4019-stereo";
 > +			reg = <0x7709000 0x1000>;
 > +			status = "disabled";
 > +		};
 > +
-> +		stereo1: stereo@770b000 {
+> +		stereo1: stereo at 770b000 {
 > +			stereo-index = <STEREO1_ID>;
 > +			compatible = "qca,ipq4019-stereo";
 > +			reg = <0x770B000 0x1000>;
 > +			status = "disabled";
 > +		};
 > +
-> +		stereo2: stereo@770d000 {
+> +		stereo2: stereo at 770d000 {
 > +			stereo-index = <STEREO2_ID>;
 > +			compatible = "qca,ipq4019-stereo";
 > +			reg = <0x770D000 0x1000>;
 > +			status = "disabled";
 > +		};
 > +
-> +		stereo3: stereo@770f000 {
+> +		stereo3: stereo at 770f000 {
 > +			stereo-index = <STEREO3_ID>;
 > +			compatible = "qca,ipq4019-stereo";
 > +			reg = <0x770F000 0x1000>;
 > +			status = "disabled";
 > +		};
 > +
-> +		i2splatform: qca-pcm-i2s@7709000 {
+> +		i2splatform: qca-pcm-i2s at 7709000 {
 > +			compatible = "qca,ipq4019-pcm-i2s";
 > +			reg = <0x7709000 0x1000>;
 > +			status = "disabled";
 > +		};
 > +
-> +		i2s: ipq4019-pcm-i2s@0 {
+> +		i2s: ipq4019-pcm-i2s at 0 {
 > +			compatible = "qca,ipq4019-i2s";
 > +			dma-tx-channel = <MBOX0_TX_ID>;
 > +			stereo-tx-port = <STEREO0_ID>;
@@ -905,13 +905,13 @@ This hunk looks unrelated.
 > +			status = "disabled";
 > +		};
 > +
-> +		i2s1platform: qca-pcm-i2s1@770b000 {
+> +		i2s1platform: qca-pcm-i2s1 at 770b000 {
 > +			compatible = "qca,ipq4019-pcm-i2s1";
 > +			reg = <0x770b000 0x1000>;
 > +			status = "disabled";
 > +		};
 > +
-> +		i2s1: ipq4019-pcm-i2s1@0 {
+> +		i2s1: ipq4019-pcm-i2s1 at 0 {
 > +			compatible = "qca,ipq4019-i2s1";
 > +			dma-tx-channel = <MBOX1_TX_ID>;
 > +			stereo-tx-port = <STEREO1_ID>;
@@ -926,13 +926,13 @@ This hunk looks unrelated.
 > +			status = "disabled";
 > +		};
 > +
-> +		i2s2platform: qca-pcm-i2s2@770d000 {
+> +		i2s2platform: qca-pcm-i2s2 at 770d000 {
 > +			compatible = "qca,ipq4019-pcm-i2s2";
 > +			reg = <0x770d000 0x1000>;
 > +			status = "disabled";
 > +		};
 > +
-> +		i2s2: ipq4019-pcm-i2s2@0 {
+> +		i2s2: ipq4019-pcm-i2s2 at 0 {
 > +			compatible = "qca,ipq4019-i2s2";
 > +			dma-tx-channel = <MBOX2_TX_ID>;
 > +			stereo-tx-port = <STEREO2_ID>;
@@ -947,13 +947,13 @@ This hunk looks unrelated.
 > +			status = "disabled";
 > +		};
 > +
-> +		tdmplatform: qca-pcm-tdm@7709000 {
+> +		tdmplatform: qca-pcm-tdm at 7709000 {
 > +			compatible = "qca,ipq4019-pcm-tdm";
 > +			reg = <0x7709000 0x1000>;
 > +			status = "disabled";
 > +		};
 > +
-> +		tdm: tdm@0 {
+> +		tdm: tdm at 0 {
 > +			compatible = "qca,ipq4019-tdm";
 > +			dma-tx-channel = <MBOX0_TX_ID>;
 > +			dma-rx-channel = <MBOX3_RX_ID>;
@@ -970,13 +970,13 @@ This hunk looks unrelated.
 > +			status = "disabled";
 > +		};
 > +
-> +		spdifplatform: qca-pcm-spdif@7707000 {
+> +		spdifplatform: qca-pcm-spdif at 7707000 {
 > +			compatible = "qca,ipq4019-pcm-spdif";
 > +			reg = <0x7707000 0x1000>;
 > +			status = "disabled";
 > +		};
 > +
-> +		spdif: spdif@0 {
+> +		spdif: spdif at 0 {
 > +			compatible = "qca,ipq4019-spdif";
 > +			dma-tx-channel = <MBOX0_TX_ID>;
 > +			dma-rx-channel = <MBOX_SPDIF_RX_ID>;
@@ -994,7 +994,7 @@ This hunk looks unrelated.
 > +			status = "disabled";
 > +		};
 > +
-> +		sound: sound@0 {
+> +		sound: sound at 0 {
 > +			compatible = "qca,ipq4019-audio";
 > +			status = "disabled";
 > +		};
diff --git a/a/content_digest b/N1/content_digest
index 6df3d12..28bf2fa 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -5,49 +5,16 @@
   "ref\0001468566426-19598-2-git-send-email-njaigane\@codeaurora.org\0"
 ]
 [
-  "From\0Rob Herring <robh\@kernel.org>\0"
+  "From\0robh\@kernel.org (Rob Herring)\0"
 ]
 [
-  "Subject\0Re: [PATCH 1/4] qcom: ipq4019: Add ipq4019 ASoC device tree changes\0"
+  "Subject\0[PATCH 1/4] qcom: ipq4019: Add ipq4019 ASoC device tree changes\0"
 ]
 [
   "Date\0Sun, 17 Jul 2016 15:03:11 -0500\0"
 ]
 [
-  "To\0njaigane\@codeaurora.org\0"
-]
-[
-  "Cc\0linux-arm-msm\@vger.kernel.org",
-  " linux\@qca.qualcomm.com",
-  " devicetree\@vger.kernel.org",
-  " linux-kernel\@vger.kernel.org",
-  " linux-soc\@vger.kernel.org",
-  " linux-arm-kernel\@lists.infradead.org",
-  " twp\@codeaurora.org",
-  " andy.gross\@linaro.org",
-  " david.brown\@linaro.org",
-  " pawel.moll\@arm.com",
-  " mark.rutland\@arm.com",
-  " ijc+devicetree\@hellion.org.uk",
-  " galak\@codeaurora.org",
-  " linux\@armlinux.org.uk",
-  " mturquette\@baylibre.com",
-  " sboyd\@codeaurora.org",
-  " linus.walleij\@linaro.org",
-  " plai\@codeaurora.org",
-  " bgoswami\@codeaurora.org",
-  " lgirdwood\@gmail.com",
-  " broonie\@kernel.org",
-  " perex\@perex.cz",
-  " tiwai\@suse.com",
-  " bjorn.andersson\@linaro.org",
-  " varada\@codeaurora.org",
-  " pradeepb\@codeaurora.org",
-  " snlakshm\@codeaurora.org",
-  " linux-clk\@vger.kernel.org",
-  " linux-gpio\@vger.kernel.org",
-  " alsa-devel\@alsa-project.org",
-  " bselvara\@codeaurora.org\0"
+  "To\0linux-arm-kernel\@lists.infradead.org\0"
 ]
 [
   "\0000:1\0"
@@ -56,7 +23,7 @@
   "b\0"
 ]
 [
-  "On Fri, Jul 15, 2016 at 12:37:03PM +0530, njaigane\@codeaurora.org wrote:\n",
+  "On Fri, Jul 15, 2016 at 12:37:03PM +0530, njaigane at codeaurora.org wrote:\n",
   "> From: Jaiganesh Narayanan <njaigane\@codeaurora.org>\n",
   "> \n",
   "> This patch adds the ipq4019 ASoC device tree changes and the\n",
@@ -118,7 +85,7 @@
   "> +\n",
   "> +\n",
   "> +Example:\n",
-  "> +audio: audio\@7700000 {\n",
+  "> +audio: audio at 7700000 {\n",
   "> +\tcompatible = \"qca,ipq4019-audio-adss\";\n",
   "> +\treg = <0x7700000 0x34>;\n",
   "> +\tresets = <&gcc AUDIO_BLK_ARES>;\n",
@@ -167,9 +134,9 @@
   "> +- reg\t\t: should have the stereo i2c register address\n",
   "> +\n",
   "> +Example:\n",
-  "> +qca_codec: qca_codec\@12 {\n",
+  "> +qca_codec: qca_codec at 12 {\n",
   "\n",
-  "Don't use '_' in node names, just 'codec\@...'.\n",
+  "Don't use '_' in node names, just 'codec at ...'.\n",
   "\n",
   "> +\tcompatible = \"qca,ipq4019-codec\";\n",
   "> +\treg = <0x12>;\n",
@@ -201,9 +168,9 @@
   "> +\t\t   \"audio_rx_mclk\"\n",
   "> +\n",
   "> +Example:\n",
-  "> +i2s: ipq4019-pcm-i2s\@0 {\n",
+  "> +i2s: ipq4019-pcm-i2s at 0 {\n",
   "\n",
-  "Just i2s\@... Though 0 here is not valid without a reg property. There's \n",
+  "Just i2s at ... Though 0 here is not valid without a reg property. There's \n",
   "no registers?\n",
   "\n",
   "> +\tcompatible = \"qca,ipq4019-i2s\";\n",
@@ -248,7 +215,7 @@
   "> +\t\t   \"audio_rx_mclk\"\n",
   "> +\n",
   "> +Example:\n",
-  "> +i2s1: ipq4019-pcm-i2s1\@0 {\n",
+  "> +i2s1: ipq4019-pcm-i2s1 at 0 {\n",
   "> +\tcompatible = \"qca,ipq4019-i2s1\";\n",
   "> +\tdma-tx-channel = <MBOX1_TX_ID>;\n",
   "> +\tstereo-tx-port = <STEREO1_ID>;\n",
@@ -283,7 +250,7 @@
   "> +\t\t   \"audio_rx_mclk\"\n",
   "> +\n",
   "> +Example:\n",
-  "> +i2s1: ipq4019-pcm-i2s2\@0 {\n",
+  "> +i2s1: ipq4019-pcm-i2s2 at 0 {\n",
   "> +\tcompatible = \"qca,ipq4019-i2s2\";\n",
   "> +\tdma-tx-channel = <MBOX2_TX_ID>;\n",
   "> +\tstereo-tx-port = <STEREO2_ID>;\n",
@@ -320,7 +287,7 @@
   "> +- rx-channel\t : should have the mbox rx id\n",
   "> +\n",
   "> +Example:\n",
-  "> +mbox0: mbox\@7708000 {\n",
+  "> +mbox0: mbox at 7708000 {\n",
   "> +\tcompatible = \"qca,ipq4019-mbox\";\n",
   "> +\tdma-index = <0>;\n",
   "> +\treg = <0x7708000 0x1000>;\n",
@@ -345,7 +312,7 @@
   "> +- reg\t\t : should have the stereo register address, length\n",
   "> +\n",
   "> +Example:\n",
-  "> +i2splatform: qca-pcm-i2s\@7709000 {\n",
+  "> +i2splatform: qca-pcm-i2s at 7709000 {\n",
   "> +\tcompatible = \"qca,ipq4019-pcm-i2s\";\n",
   "> +\treg = <0x7709000 0x1000>;\n",
   "> +\tstatus = \"disabled\";\n",
@@ -370,7 +337,7 @@
   "> +- reg\t\t : should have the stereo register address, length\n",
   "> +\n",
   "> +Example:\n",
-  "> +i2s1platform: qca-pcm-i2s1\@770b000 {\n",
+  "> +i2s1platform: qca-pcm-i2s1 at 770b000 {\n",
   "> +\tcompatible = \"qca,ipq4019-pcm-i2s1\";\n",
   "> +\treg = <0x770b000 0x1000>;\n",
   "> +\tstatus = \"disabled\";\n",
@@ -394,7 +361,7 @@
   "> +- reg\t\t : should have the stereo register address, length\n",
   "> +\n",
   "> +Example:\n",
-  "> +i2s2platform: qca-pcm-i2s1\@770d000 {\n",
+  "> +i2s2platform: qca-pcm-i2s1 at 770d000 {\n",
   "> +\tcompatible = \"qca,ipq4019-pcm-i2s2\";\n",
   "> +\treg = <0x770d000 0x1000>;\n",
   "> +\tstatus = \"disabled\";\n",
@@ -415,7 +382,7 @@
   "> +- reg\t\t : should have the stereo register address, length\n",
   "> +\n",
   "> +Example:\n",
-  "> +tdmplatform: qca-pcm-spdif\@7707000 {\n",
+  "> +tdmplatform: qca-pcm-spdif at 7707000 {\n",
   "> +\tcompatible = \"qca,ipq4019-pcm-spdif\";\n",
   "> +\treg = <0x7709000 0x1000>;\n",
   "> +\tstatus = \"disabled\";\n",
@@ -436,7 +403,7 @@
   "> +- reg\t\t : should have the stereo register address, length\n",
   "> +\n",
   "> +Example:\n",
-  "> +tdmplatform: qca-pcm-tdm\@7709000 {\n",
+  "> +tdmplatform: qca-pcm-tdm at 7709000 {\n",
   "> +\tcompatible = \"qca,ipq4019-pcm-tdm\";\n",
   "> +\treg = <0x7709000 0x1000>;\n",
   "> +\tstatus = \"disabled\";\n",
@@ -464,7 +431,7 @@
   "> +\t\t   \"audio_spdif_div2\", \"audio_spdifinfast_src\"\n",
   "> +\n",
   "> +Example:\n",
-  "> +spdif: spdif\@0 {\n",
+  "> +spdif: spdif at 0 {\n",
   "> +\tcompatible = \"qca,ipq4019-spdif\";\n",
   "> +\tdma-tx-channel = <MBOX0_TX_ID>;\n",
   "> +\tdma-rx-channel = <MBOX3_RX_ID>;\n",
@@ -499,7 +466,7 @@
   "> +- stereo-index\t : should have the stereo port index\n",
   "> +\n",
   "> +Example:\n",
-  "> +stereo0: stereo\@7709000 {\n",
+  "> +stereo0: stereo at 7709000 {\n",
   "> +\tcompatible = \"qca,ipq4019-stereo\";\n",
   "> +\treg = <0x7709000 0x1000>;\n",
   "> +\tstereo-index = <STEREO0_ID>;\n",
@@ -528,7 +495,7 @@
   "> +\t\t   \"audio_rx_mclk\"\n",
   "> +\n",
   "> +Example:\n",
-  "> +tdm: tdm\@0 {\n",
+  "> +tdm: tdm at 0 {\n",
   "> +\tcompatible = \"qca,ipq4019-tdm\";\n",
   "> +\tdma-tx-channel = <MBOX0_TX_ID>;\n",
   "> +\tdma-rx-channel = <MBOX3_RX_ID>;\n",
@@ -584,7 +551,7 @@
   "\n",
   "This hunk looks unrelated.\n",
   "\n",
-  ">  \t\tpinctrl\@0x01000000 {\n",
+  ">  \t\tpinctrl at 0x01000000 {\n",
   ">  \t\t\tserial_pins: serial_pinmux {\n",
   ">  \t\t\t\tmux {\n",
   "> \@\@ -69,6 +50,81 \@\@\n",
@@ -670,105 +637,105 @@
   ">  \t\t};\n",
   ">  \n",
   "> \@\@ -108,5 +164,104 \@\@\n",
-  ">  \t\twatchdog\@b017000 {\n",
+  ">  \t\twatchdog at b017000 {\n",
   ">  \t\t\tstatus = \"ok\";\n",
   ">  \t\t};\n",
   "> +\n",
-  "> +\t\tadcc: clock-controller\@7700038 {\n",
+  "> +\t\tadcc: clock-controller at 7700038 {\n",
   "> +\t\t\tstatus = \"ok\";\n",
   "> +\t\t};\n",
   "> +\n",
-  "> +\t\taudio: audio\@7700000 {\n",
+  "> +\t\taudio: audio at 7700000 {\n",
   "> +\t\t\tstatus = \"ok\";\n",
   "> +\t\t};\n",
   "> +\n",
-  "> +\t\tmbox0: mbox\@7708000 {\n",
+  "> +\t\tmbox0: mbox at 7708000 {\n",
   "> +\t\t\tstatus = \"ok\";\n",
   "> +\t\t};\n",
   "> +\n",
-  "> +\t\tmbox1: mbox\@770a000 {\n",
+  "> +\t\tmbox1: mbox at 770a000 {\n",
   "> +\t\t\tstatus = \"ok\";\n",
   "> +\t\t};\n",
   "> +\n",
-  "> +\t\tmbox2: mbox\@770c000 {\n",
+  "> +\t\tmbox2: mbox at 770c000 {\n",
   "> +\t\t\tstatus = \"ok\";\n",
   "> +\t\t};\n",
   "> +\n",
-  "> +\t\tmbox3: mbox\@770e000 {\n",
+  "> +\t\tmbox3: mbox at 770e000 {\n",
   "> +\t\t\tstatus = \"ok\";\n",
   "> +\t\t};\n",
   "> +\n",
-  "> +\t\tmbox4: mbox\@7706000 {\n",
+  "> +\t\tmbox4: mbox at 7706000 {\n",
   "> +\t\t\tstatus = \"ok\";\n",
   "> +\t\t};\n",
   "> +\n",
-  "> +\t\tstereo0: stereo\@7709000 {\n",
+  "> +\t\tstereo0: stereo at 7709000 {\n",
   "> +\t\t\tstatus = \"ok\";\n",
   "> +\t\t};\n",
   "> +\n",
-  "> +\t\tstereo1: stereo\@770b000 {\n",
+  "> +\t\tstereo1: stereo at 770b000 {\n",
   "> +\t\t\tstatus = \"ok\";\n",
   "> +\t\t};\n",
   "> +\n",
-  "> +\t\tstereo2: stereo\@770d000 {\n",
+  "> +\t\tstereo2: stereo at 770d000 {\n",
   "> +\t\t\tstatus = \"ok\";\n",
   "> +\t\t};\n",
   "> +\n",
-  "> +\t\tstereo3: stereo\@770f000 {\n",
+  "> +\t\tstereo3: stereo at 770f000 {\n",
   "> +\t\t\tstatus = \"ok\";\n",
   "> +\t\t};\n",
   "> +\n",
   "> +\t\t/* Enable Audio Interfaces */\n",
-  "> +\t\ti2s: ipq4019-pcm-i2s\@0 {\n",
+  "> +\t\ti2s: ipq4019-pcm-i2s at 0 {\n",
   "> +\t\t\tstatus = \"ok\";\n",
   "> +\t\t};\n",
   "> +\n",
-  "> +\t\ti2splatform: qca-pcm-i2s\@7709000 {\n",
+  "> +\t\ti2splatform: qca-pcm-i2s at 7709000 {\n",
   "> +\t\t\tstatus = \"ok\";\n",
   "> +\t\t};\n",
   "> +\n",
-  "> +\t\ti2s1platform: qca-pcm-i2s1\@770b000 {\n",
+  "> +\t\ti2s1platform: qca-pcm-i2s1 at 770b000 {\n",
   "> +\t\t\tstatus = \"ok\";\n",
   "> +\t\t};\n",
   "> +\n",
-  "> +\t\ti2s1: ipq4019-pcm-i2s1\@0 {\n",
+  "> +\t\ti2s1: ipq4019-pcm-i2s1 at 0 {\n",
   "> +\t\t\tstatus = \"ok\";\n",
   "> +\t\t};\n",
   "> +\n",
-  "> +\t\ti2s2platform: qca-pcm-i2s2\@770d000 {\n",
+  "> +\t\ti2s2platform: qca-pcm-i2s2 at 770d000 {\n",
   "> +\t\t\tstatus = \"ok\";\n",
   "> +\t\t};\n",
   "> +\n",
-  "> +\t\ti2s2: ipq4019-pcm-i2s2\@0 {\n",
+  "> +\t\ti2s2: ipq4019-pcm-i2s2 at 0 {\n",
   "> +\t\t\tstatus = \"ok\";\n",
   "> +\t\t};\n",
   "> +\n",
-  "> +\t\ttdmplatform: qca-pcm-tdm\@7709000 {\n",
+  "> +\t\ttdmplatform: qca-pcm-tdm at 7709000 {\n",
   "> +\t\t\tstatus = \"ok\";\n",
   "> +\t\t};\n",
   "> +\n",
-  "> +\t\ttdm: tdm\@0 {\n",
+  "> +\t\ttdm: tdm at 0 {\n",
   "> +\t\t\tstatus = \"ok\";\n",
   "> +\t\t};\n",
   "> +\n",
-  "> +\t\tspdifplatform: qca-pcm-spdif\@7707000 {\n",
+  "> +\t\tspdifplatform: qca-pcm-spdif at 7707000 {\n",
   "> +\t\t\tstatus = \"ok\";\n",
   "> +\t\t};\n",
   "> +\n",
-  "> +\t\tspdif: spdif\@0 {\n",
+  "> +\t\tspdif: spdif at 0 {\n",
   "> +\t\t\tstatus = \"ok\";\n",
   "> +\t\t};\n",
   "> +\n",
-  "> +\t\tsound: sound\@0 {\n",
+  "> +\t\tsound: sound at 0 {\n",
   "> +\t\t\tpinctrl-0 = <&audio_pins>;\n",
   "> +\t\t\tpinctrl-names = \"default\";\n",
   "> +\t\t\tstatus = \"ok\";\n",
   "> +\t\t};\n",
   "> +\n",
-  "> +\t\ti2c_0: i2c\@78b7000 { /* BLSP1 QUP2 */\n",
+  "> +\t\ti2c_0: i2c at 78b7000 { /* BLSP1 QUP2 */\n",
   "> +\t\t\tstatus = \"ok\";\n",
   "> +\n",
-  "> +\t\t\tqca_codec: qca_codec\@12 {\n",
+  "> +\t\t\tqca_codec: qca_codec at 12 {\n",
   "> +\t\t\t\tstatus = \"ok\";\n",
   "> +\t\t\t};\n",
   "> +\t\t};\n",
@@ -822,21 +789,21 @@
   ">  \t\t\tstatus = \"disabled\";\n",
   "> -\t\t};\n",
   ">  \n",
-  "> +\t\t\tqca_codec: qca_codec\@12 {\n",
+  "> +\t\t\tqca_codec: qca_codec at 12 {\n",
   "> +\t\t\t\tcompatible = \"qca,ipq4019-codec\";\n",
   "> +\t\t\t\treg = <0x12>;\n",
   "> +\t\t\t\tstatus = \"disabled\";\n",
   "> +\t\t\t};\n",
   "> +\t\t};\n",
   ">  \n",
-  ">  \t\tcryptobam: dma\@8e04000 {\n",
+  ">  \t\tcryptobam: dma at 8e04000 {\n",
   ">  \t\t\tcompatible = \"qcom,bam-v1.7.0\";\n",
   "> \@\@ -263,5 +285,226 \@\@\n",
   ">  \t\t\tcompatible = \"qcom,pshold\";\n",
   ">  \t\t\treg = <0x4ab000 0x4>;\n",
   ">  \t\t};\n",
   "> +\n",
-  "> +\t\tadcc: clock-controller\@7700038 {\n",
+  "> +\t\tadcc: clock-controller at 7700038 {\n",
   "> +\t\t\tcompatible = \"qcom,adcc-ipq4019\";\n",
   "> +\t\t\t#clock-cells = <1>;\n",
   "> +\t\t\t#reset-cells = <1>;\n",
@@ -844,7 +811,7 @@
   "> +\t\t\tstatus = \"disabled\";\n",
   "> +\t\t};\n",
   "> +\n",
-  "> +\t\taudio: audio\@7700000 {\n",
+  "> +\t\taudio: audio at 7700000 {\n",
   "> +\t\t\tcompatible = \"qca,ipq4019-audio-adss\";\n",
   "> +\t\t\treg = <0x7700000 0x34>,\n",
   "> +\t\t\t\t<0x7707000 0x20>;\n",
@@ -853,7 +820,7 @@
   "> +\t\t\tstatus = \"disabled\";\n",
   "> +\t\t};\n",
   "> +\n",
-  "> +\t\tpcm: pcm\@7704000 {\n",
+  "> +\t\tpcm: pcm at 7704000 {\n",
   "> +\t\t\tcompatible = \"qca,ipq4019-pcm\";\n",
   "> +\t\t\treg = <0x7704000 0x2000>;\n",
   "> +\t\t\tdma-tx-channel = <MBOX3_TX_ID>;\n",
@@ -865,7 +832,7 @@
   "> +\t\t\tstatus = \"disabled\";\n",
   "> +\t\t};\n",
   "> +\n",
-  "> +\t\tmbox0: mbox\@7708000 {\n",
+  "> +\t\tmbox0: mbox at 7708000 {\n",
   "> +\t\t\tdma-index = <0>;\n",
   "> +\t\t\tcompatible = \"qca,ipq4019-mbox\";\n",
   "> +\t\t\treg = <0x7708000 0x1000>;\n",
@@ -875,7 +842,7 @@
   "> +\t\t\tstatus = \"disabled\";\n",
   "> +\t\t};\n",
   "> +\n",
-  "> +\t\tmbox1: mbox\@770a000 {\n",
+  "> +\t\tmbox1: mbox at 770a000 {\n",
   "> +\t\t\tdma-index = <1>;\n",
   "> +\t\t\tcompatible = \"qca,ipq4019-mbox\";\n",
   "> +\t\t\treg = <0x770A000 0x1000>;\n",
@@ -884,7 +851,7 @@
   "> +\t\t\tstatus = \"disabled\";\n",
   "> +\t\t};\n",
   "> +\n",
-  "> +\t\tmbox2: mbox\@770c000 {\n",
+  "> +\t\tmbox2: mbox at 770c000 {\n",
   "> +\t\t\tdma-index = <2>;\n",
   "> +\t\t\tcompatible = \"qca,ipq4019-mbox\";\n",
   "> +\t\t\treg = <0x770C000 0x1000>;\n",
@@ -893,7 +860,7 @@
   "> +\t\t\tstatus = \"disabled\";\n",
   "> +\t\t};\n",
   "> +\n",
-  "> +\t\tmbox3: mbox\@770e000 {\n",
+  "> +\t\tmbox3: mbox at 770e000 {\n",
   "> +\t\t\tdma-index = <3>;\n",
   "> +\t\t\tcompatible = \"qca,ipq4019-mbox\";\n",
   "> +\t\t\treg = <0x770E000 0x1000>;\n",
@@ -903,7 +870,7 @@
   "> +\t\t\tstatus = \"disabled\";\n",
   "> +\t\t};\n",
   "> +\n",
-  "> +\t\tmbox4: mbox\@7706000 {\n",
+  "> +\t\tmbox4: mbox at 7706000 {\n",
   "> +\t\t\tdma-index = <4>;\n",
   "> +\t\t\tcompatible = \"qca,ipq4019-mbox\";\n",
   "> +\t\t\treg = <0x7706000 0x1000>;\n",
@@ -912,41 +879,41 @@
   "> +\t\t\tstatus = \"disabled\";\n",
   "> +\t\t};\n",
   "> +\n",
-  "> +\t\tstereo0: stereo\@7709000 {\n",
+  "> +\t\tstereo0: stereo at 7709000 {\n",
   "> +\t\t\tstereo-index = <STEREO0_ID>;\n",
   "> +\t\t\tcompatible = \"qca,ipq4019-stereo\";\n",
   "> +\t\t\treg = <0x7709000 0x1000>;\n",
   "> +\t\t\tstatus = \"disabled\";\n",
   "> +\t\t};\n",
   "> +\n",
-  "> +\t\tstereo1: stereo\@770b000 {\n",
+  "> +\t\tstereo1: stereo at 770b000 {\n",
   "> +\t\t\tstereo-index = <STEREO1_ID>;\n",
   "> +\t\t\tcompatible = \"qca,ipq4019-stereo\";\n",
   "> +\t\t\treg = <0x770B000 0x1000>;\n",
   "> +\t\t\tstatus = \"disabled\";\n",
   "> +\t\t};\n",
   "> +\n",
-  "> +\t\tstereo2: stereo\@770d000 {\n",
+  "> +\t\tstereo2: stereo at 770d000 {\n",
   "> +\t\t\tstereo-index = <STEREO2_ID>;\n",
   "> +\t\t\tcompatible = \"qca,ipq4019-stereo\";\n",
   "> +\t\t\treg = <0x770D000 0x1000>;\n",
   "> +\t\t\tstatus = \"disabled\";\n",
   "> +\t\t};\n",
   "> +\n",
-  "> +\t\tstereo3: stereo\@770f000 {\n",
+  "> +\t\tstereo3: stereo at 770f000 {\n",
   "> +\t\t\tstereo-index = <STEREO3_ID>;\n",
   "> +\t\t\tcompatible = \"qca,ipq4019-stereo\";\n",
   "> +\t\t\treg = <0x770F000 0x1000>;\n",
   "> +\t\t\tstatus = \"disabled\";\n",
   "> +\t\t};\n",
   "> +\n",
-  "> +\t\ti2splatform: qca-pcm-i2s\@7709000 {\n",
+  "> +\t\ti2splatform: qca-pcm-i2s at 7709000 {\n",
   "> +\t\t\tcompatible = \"qca,ipq4019-pcm-i2s\";\n",
   "> +\t\t\treg = <0x7709000 0x1000>;\n",
   "> +\t\t\tstatus = \"disabled\";\n",
   "> +\t\t};\n",
   "> +\n",
-  "> +\t\ti2s: ipq4019-pcm-i2s\@0 {\n",
+  "> +\t\ti2s: ipq4019-pcm-i2s at 0 {\n",
   "> +\t\t\tcompatible = \"qca,ipq4019-i2s\";\n",
   "> +\t\t\tdma-tx-channel = <MBOX0_TX_ID>;\n",
   "> +\t\t\tstereo-tx-port = <STEREO0_ID>;\n",
@@ -963,13 +930,13 @@
   "> +\t\t\tstatus = \"disabled\";\n",
   "> +\t\t};\n",
   "> +\n",
-  "> +\t\ti2s1platform: qca-pcm-i2s1\@770b000 {\n",
+  "> +\t\ti2s1platform: qca-pcm-i2s1 at 770b000 {\n",
   "> +\t\t\tcompatible = \"qca,ipq4019-pcm-i2s1\";\n",
   "> +\t\t\treg = <0x770b000 0x1000>;\n",
   "> +\t\t\tstatus = \"disabled\";\n",
   "> +\t\t};\n",
   "> +\n",
-  "> +\t\ti2s1: ipq4019-pcm-i2s1\@0 {\n",
+  "> +\t\ti2s1: ipq4019-pcm-i2s1 at 0 {\n",
   "> +\t\t\tcompatible = \"qca,ipq4019-i2s1\";\n",
   "> +\t\t\tdma-tx-channel = <MBOX1_TX_ID>;\n",
   "> +\t\t\tstereo-tx-port = <STEREO1_ID>;\n",
@@ -984,13 +951,13 @@
   "> +\t\t\tstatus = \"disabled\";\n",
   "> +\t\t};\n",
   "> +\n",
-  "> +\t\ti2s2platform: qca-pcm-i2s2\@770d000 {\n",
+  "> +\t\ti2s2platform: qca-pcm-i2s2 at 770d000 {\n",
   "> +\t\t\tcompatible = \"qca,ipq4019-pcm-i2s2\";\n",
   "> +\t\t\treg = <0x770d000 0x1000>;\n",
   "> +\t\t\tstatus = \"disabled\";\n",
   "> +\t\t};\n",
   "> +\n",
-  "> +\t\ti2s2: ipq4019-pcm-i2s2\@0 {\n",
+  "> +\t\ti2s2: ipq4019-pcm-i2s2 at 0 {\n",
   "> +\t\t\tcompatible = \"qca,ipq4019-i2s2\";\n",
   "> +\t\t\tdma-tx-channel = <MBOX2_TX_ID>;\n",
   "> +\t\t\tstereo-tx-port = <STEREO2_ID>;\n",
@@ -1005,13 +972,13 @@
   "> +\t\t\tstatus = \"disabled\";\n",
   "> +\t\t};\n",
   "> +\n",
-  "> +\t\ttdmplatform: qca-pcm-tdm\@7709000 {\n",
+  "> +\t\ttdmplatform: qca-pcm-tdm at 7709000 {\n",
   "> +\t\t\tcompatible = \"qca,ipq4019-pcm-tdm\";\n",
   "> +\t\t\treg = <0x7709000 0x1000>;\n",
   "> +\t\t\tstatus = \"disabled\";\n",
   "> +\t\t};\n",
   "> +\n",
-  "> +\t\ttdm: tdm\@0 {\n",
+  "> +\t\ttdm: tdm at 0 {\n",
   "> +\t\t\tcompatible = \"qca,ipq4019-tdm\";\n",
   "> +\t\t\tdma-tx-channel = <MBOX0_TX_ID>;\n",
   "> +\t\t\tdma-rx-channel = <MBOX3_RX_ID>;\n",
@@ -1028,13 +995,13 @@
   "> +\t\t\tstatus = \"disabled\";\n",
   "> +\t\t};\n",
   "> +\n",
-  "> +\t\tspdifplatform: qca-pcm-spdif\@7707000 {\n",
+  "> +\t\tspdifplatform: qca-pcm-spdif at 7707000 {\n",
   "> +\t\t\tcompatible = \"qca,ipq4019-pcm-spdif\";\n",
   "> +\t\t\treg = <0x7707000 0x1000>;\n",
   "> +\t\t\tstatus = \"disabled\";\n",
   "> +\t\t};\n",
   "> +\n",
-  "> +\t\tspdif: spdif\@0 {\n",
+  "> +\t\tspdif: spdif at 0 {\n",
   "> +\t\t\tcompatible = \"qca,ipq4019-spdif\";\n",
   "> +\t\t\tdma-tx-channel = <MBOX0_TX_ID>;\n",
   "> +\t\t\tdma-rx-channel = <MBOX_SPDIF_RX_ID>;\n",
@@ -1052,7 +1019,7 @@
   "> +\t\t\tstatus = \"disabled\";\n",
   "> +\t\t};\n",
   "> +\n",
-  "> +\t\tsound: sound\@0 {\n",
+  "> +\t\tsound: sound at 0 {\n",
   "> +\t\t\tcompatible = \"qca,ipq4019-audio\";\n",
   "> +\t\t\tstatus = \"disabled\";\n",
   "> +\t\t};\n",
@@ -1064,4 +1031,4 @@
   ">"
 ]
 
-90d3703040f12cb44d3b8d15d0a4ba71c24708a43cd6bd3eb86e555ede843b14
+dcae5b286b3b97dde7edd00d0ad10cb9fc9059e578fba5feb7ee9d5d38500901

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.