All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <4835359.vC9i7RXgb2@avalon>

diff --git a/a/1.txt b/N1/1.txt
index d5bb08b..ec9413d 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -27,7 +27,7 @@ Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
 >  			};
 >  		};
 > 
-> +		hdmi0: hdmi@fead0000 {
+> +		hdmi0: hdmi at fead0000 {
 > +			compatible = "renesas,r8a77965-hdmi",
 > +				     "renesas,rcar-gen3-hdmi";
 > +			reg = <0 0xfead0000 0 0x10000>;
@@ -42,29 +42,29 @@ Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
 > +			ports {
 > +				#address-cells = <1>;
 > +				#size-cells = <0>;
-> +				port@0 {
+> +				port at 0 {
 > +					reg = <0>;
 > +					dw_hdmi0_in: endpoint {
 > +						remote-endpoint = <&du_out_hdmi0>;
 > +					};
 > +				};
-> +				port@1 {
+> +				port at 1 {
 > +					reg = <1>;
 > +				};
 > +			};
 > +		};
 > +
->  		du: display@feb00000 {
+>  		du: display at feb00000 {
 >  			compatible = "renesas,du-r8a77965";
 >  			reg = <0 0xfeb00000 0 0x80000>,
 > @@ -1134,6 +1161,7 @@
->  				port@1 {
+>  				port at 1 {
 >  					reg = <1>;
 >  					du_out_hdmi0: endpoint {
 > +						remote-endpoint = <&dw_hdmi0_in>;
 >  					};
 >  				};
->  				port@2 {
+>  				port at 2 {
 
 -- 
 Regards,
diff --git a/a/content_digest b/N1/content_digest
index 0f47d8a..08a8d92 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -5,29 +5,16 @@
   "ref\00020180426165346.494-14-kieran.bingham+renesas\@ideasonboard.com\0"
 ]
 [
-  "From\0Laurent Pinchart <laurent.pinchart\@ideasonboard.com>\0"
+  "From\0laurent.pinchart\@ideasonboard.com (Laurent Pinchart)\0"
 ]
 [
-  "Subject\0Re: [PATCH 13/17] arm64: dts: r8a77965: Add HDMI encoder instance\0"
+  "Subject\0[PATCH 13/17] arm64: dts: r8a77965: Add HDMI encoder instance\0"
 ]
 [
   "Date\0Fri, 27 Apr 2018 00:17:21 +0300\0"
 ]
 [
-  "To\0Kieran Bingham <kieran.bingham+renesas\@ideasonboard.com>\0"
-]
-[
-  "Cc\0linux-renesas-soc\@vger.kernel.org",
-  " Takeshi Kihara <takeshi.kihara.df\@renesas.com>",
-  " Simon Horman <horms\@verge.net.au>",
-  " Magnus Damm <magnus.damm\@gmail.com>",
-  " Rob Herring <robh+dt\@kernel.org>",
-  " Mark Rutland <mark.rutland\@arm.com>",
-  " Catalin Marinas <catalin.marinas\@arm.com>",
-  " Will Deacon <will.deacon\@arm.com>",
-  " open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS <devicetree\@vger.kernel.org>",
-  " moderated list:ARM64 PORT (AARCH64 ARCHITECTURE) <linux-arm-kernel\@lists.infradead.org>",
-  " open list <linux-kernel\@vger.kernel.org>\0"
+  "To\0linux-arm-kernel\@lists.infradead.org\0"
 ]
 [
   "\0000:1\0"
@@ -65,7 +52,7 @@
   ">  \t\t\t};\n",
   ">  \t\t};\n",
   "> \n",
-  "> +\t\thdmi0: hdmi\@fead0000 {\n",
+  "> +\t\thdmi0: hdmi at fead0000 {\n",
   "> +\t\t\tcompatible = \"renesas,r8a77965-hdmi\",\n",
   "> +\t\t\t\t     \"renesas,rcar-gen3-hdmi\";\n",
   "> +\t\t\treg = <0 0xfead0000 0 0x10000>;\n",
@@ -80,29 +67,29 @@
   "> +\t\t\tports {\n",
   "> +\t\t\t\t#address-cells = <1>;\n",
   "> +\t\t\t\t#size-cells = <0>;\n",
-  "> +\t\t\t\tport\@0 {\n",
+  "> +\t\t\t\tport at 0 {\n",
   "> +\t\t\t\t\treg = <0>;\n",
   "> +\t\t\t\t\tdw_hdmi0_in: endpoint {\n",
   "> +\t\t\t\t\t\tremote-endpoint = <&du_out_hdmi0>;\n",
   "> +\t\t\t\t\t};\n",
   "> +\t\t\t\t};\n",
-  "> +\t\t\t\tport\@1 {\n",
+  "> +\t\t\t\tport at 1 {\n",
   "> +\t\t\t\t\treg = <1>;\n",
   "> +\t\t\t\t};\n",
   "> +\t\t\t};\n",
   "> +\t\t};\n",
   "> +\n",
-  ">  \t\tdu: display\@feb00000 {\n",
+  ">  \t\tdu: display at feb00000 {\n",
   ">  \t\t\tcompatible = \"renesas,du-r8a77965\";\n",
   ">  \t\t\treg = <0 0xfeb00000 0 0x80000>,\n",
   "> \@\@ -1134,6 +1161,7 \@\@\n",
-  ">  \t\t\t\tport\@1 {\n",
+  ">  \t\t\t\tport at 1 {\n",
   ">  \t\t\t\t\treg = <1>;\n",
   ">  \t\t\t\t\tdu_out_hdmi0: endpoint {\n",
   "> +\t\t\t\t\t\tremote-endpoint = <&dw_hdmi0_in>;\n",
   ">  \t\t\t\t\t};\n",
   ">  \t\t\t\t};\n",
-  ">  \t\t\t\tport\@2 {\n",
+  ">  \t\t\t\tport at 2 {\n",
   "\n",
   "-- \n",
   "Regards,\n",
@@ -110,4 +97,4 @@
   "Laurent Pinchart"
 ]
 
-07149108b4e72e086b40b28ce692aef91b18d4501f08bbfbf8fb62e229127aba
+a705ce8b8312f88ce3397c446119644fc3b4d9cb31df6f3700e01d7dfaa031df

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.