All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <555B3E3A.8000605@denx.de>

diff --git a/a/1.txt b/N1/1.txt
index 0433446..c31951d 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -47,7 +47,7 @@ Heiko
 >              compatible = "fsl,imx-parallel-display";
 >              ...
 >
->              port at 1 {
+>              port@1 {
 >                      reg = <1>;
 >
 >                      parallel_out: endpoint {
@@ -88,12 +88,12 @@ Heiko
 >
 >   example:
 >
-> @@ -75,9 +77,29 @@ display at di0 {
+> @@ -75,9 +77,29 @@ display@di0 {
 >   	edid = [edid-data];
 >   	interface-pix-fmt = "rgb24";
 >
 > -	port {
-> +	port at 0 {
+> +	port@0 {
 > +		reg = <0>;
 > +
 >   		display_in: endpoint {
@@ -101,7 +101,7 @@ Heiko
 >   		};
 >   	};
 > +
-> +	port at 1 {
+> +	port@1 {
 > +		reg = <1>;
 > +
 > +		display_out: endpoint {
@@ -149,7 +149,7 @@ Heiko
 > -		imxpd->panel = of_drm_find_panel(panel_node);
 > -		if (!imxpd->panel)
 > -			return -EPROBE_DEFER;
-> +	/* port at 1 is the output port */
+> +	/* port@1 is the output port */
 > +	port = of_graph_get_port_by_id(np, 1);
 > +	if (port) {
 > +		struct device_node *endpoint, *remote;
diff --git a/a/content_digest b/N1/content_digest
index f087aed..edf79e2 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,10 +2,16 @@
  "ref\020150518113135.GD1071@dragon\0"
  "ref\0555AE192.8010700@denx.de\0"
  "ref\01432025280.3182.6.camel@pengutronix.de\0"
- "From\0hs@denx.de (Heiko Schocher)\0"
- "Subject\0[PATCH v2] arm, imx6, dts: add DT for aristainetos2 board\0"
+ "From\0Heiko Schocher <hs@denx.de>\0"
+ "Subject\0Re: [PATCH v2] arm, imx6, dts: add DT for aristainetos2 board\0"
  "Date\0Tue, 19 May 2015 15:44:26 +0200\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Philipp Zabel <p.zabel@pengutronix.de>\0"
+ "Cc\0Shawn Guo <shawnguo@kernel.org>"
+  linux-kernel@vger.kernel.org
+  Shawn Guo <shawn.guo@linaro.org>
+  Sascha Hauer <kernel@pengutronix.de>
+  linux-arm-kernel@lists.infradead.org
+ " devicetree@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "Hello Philipp,\n"
@@ -57,7 +63,7 @@
  ">              compatible = \"fsl,imx-parallel-display\";\n"
  ">              ...\n"
  ">\n"
- ">              port at 1 {\n"
+ ">              port@1 {\n"
  ">                      reg = <1>;\n"
  ">\n"
  ">                      parallel_out: endpoint {\n"
@@ -98,12 +104,12 @@
  ">\n"
  ">   example:\n"
  ">\n"
- "> @@ -75,9 +77,29 @@ display at di0 {\n"
+ "> @@ -75,9 +77,29 @@ display@di0 {\n"
  ">   \tedid = [edid-data];\n"
  ">   \tinterface-pix-fmt = \"rgb24\";\n"
  ">\n"
  "> -\tport {\n"
- "> +\tport at 0 {\n"
+ "> +\tport@0 {\n"
  "> +\t\treg = <0>;\n"
  "> +\n"
  ">   \t\tdisplay_in: endpoint {\n"
@@ -111,7 +117,7 @@
  ">   \t\t};\n"
  ">   \t};\n"
  "> +\n"
- "> +\tport at 1 {\n"
+ "> +\tport@1 {\n"
  "> +\t\treg = <1>;\n"
  "> +\n"
  "> +\t\tdisplay_out: endpoint {\n"
@@ -159,7 +165,7 @@
  "> -\t\timxpd->panel = of_drm_find_panel(panel_node);\n"
  "> -\t\tif (!imxpd->panel)\n"
  "> -\t\t\treturn -EPROBE_DEFER;\n"
- "> +\t/* port at 1 is the output port */\n"
+ "> +\t/* port@1 is the output port */\n"
  "> +\tport = of_graph_get_port_by_id(np, 1);\n"
  "> +\tif (port) {\n"
  "> +\t\tstruct device_node *endpoint, *remote;\n"
@@ -181,4 +187,4 @@
  "DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk\n"
  HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
 
-c9ce97ed728f0c618792491d8d3bbb0aadbbd453de300c84f3454c67d5d4ff2b
+108580846fa773c4d12f477b420cdf7b225afaa0db92028e87b17cbd79a6e7b3

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.