All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20180508135930.5768-5-robh@kernel.org>

diff --git a/a/1.txt b/N1/1.txt
index aba0243..c4fed24 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -4,12 +4,12 @@ connection for the LCD as the same output signals are used. This
 leaves an incomplete graph as the TFP410 output has only half a
 connection. The result is the following warning:
 
-arch/arm/boot/dts/omap3-devkit8000-lcd70.dtb: Warning (graph_endpoint): /encoder0/ports/port at 0/endpoint: graph connection to node '/ocp at 68000000/dss at 48050000/port/endpoint' is not bidirectional
+arch/arm/boot/dts/omap3-devkit8000-lcd70.dtb: Warning (graph_endpoint): /encoder0/ports/port@0/endpoint: graph connection to node '/ocp@68000000/dss@48050000/port/endpoint' is not bidirectional
 
 Fix this by defining multiple endpoints which is the correct way to show
 a 1 to many connection.
 
-Cc: "Beno?t Cousson" <bcousson@baylibre.com>
+Cc: "Benoît Cousson" <bcousson@baylibre.com>
 Cc: Tony Lindgren <tony@atomide.com>
 Signed-off-by: Rob Herring <robh@kernel.org>
 ---
@@ -28,13 +28,13 @@ index 0c0bb1b01b0b..746a658e84b6 100644
 -		dpi_dvi_out: endpoint {
 +		#address-cells = <1>;
 +		#size-cells = <0>;
-+		dpi_dvi_out: endpoint at 0 {
++		dpi_dvi_out: endpoint@0 {
 +			reg = <0>;
  			remote-endpoint = <&tfp410_in>;
  			data-lines = <24>;
  		};
 +
-+		endpoint at 1 {
++		endpoint@1 {
 +			reg = <1>;
 +		};
  	};
@@ -51,10 +51,16 @@ index 2d64bcffaaa8..1093387259e2 100644
 -		dpi_lcd_out: endpoint {
 +		#address-cells = <1>;
 +		#size-cells = <0>;
-+		dpi_lcd_out: endpoint at 1 {
++		dpi_lcd_out: endpoint@1 {
 +			reg = <1>;
  			remote-endpoint = <&lcd_in>;
  			data-lines = <24>;
  		};
 -- 
 2.17.0
+
+
+_______________________________________________
+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/N1/content_digest
index 1e8a683..cfee50f 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,11 @@
  "ref\020180508135930.5768-1-robh@kernel.org\0"
- "From\0robh@kernel.org (Rob Herring)\0"
+ "From\0Rob Herring <robh@kernel.org>\0"
  "Subject\0[PATCH] arm: dts: omap: fix OF graph in omap3-devkit8000\0"
  "Date\0Tue,  8 May 2018 08:59:29 -0500\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0devicetree@vger.kernel.org"
+ " linux-arm-kernel@lists.infradead.org\0"
+ "Cc\0Tony Lindgren <tony@atomide.com>"
+ " Beno\303\256t Cousson <bcousson@baylibre.com>\0"
  "\00:1\0"
  "b\0"
  "omap3-devkit8000-common.dtsi defines a graph connection for DVI, but\n"
@@ -11,12 +14,12 @@
  "leaves an incomplete graph as the TFP410 output has only half a\n"
  "connection. The result is the following warning:\n"
  "\n"
- "arch/arm/boot/dts/omap3-devkit8000-lcd70.dtb: Warning (graph_endpoint): /encoder0/ports/port at 0/endpoint: graph connection to node '/ocp at 68000000/dss at 48050000/port/endpoint' is not bidirectional\n"
+ "arch/arm/boot/dts/omap3-devkit8000-lcd70.dtb: Warning (graph_endpoint): /encoder0/ports/port@0/endpoint: graph connection to node '/ocp@68000000/dss@48050000/port/endpoint' is not bidirectional\n"
  "\n"
  "Fix this by defining multiple endpoints which is the correct way to show\n"
  "a 1 to many connection.\n"
  "\n"
- "Cc: \"Beno?t Cousson\" <bcousson@baylibre.com>\n"
+ "Cc: \"Beno\303\256t Cousson\" <bcousson@baylibre.com>\n"
  "Cc: Tony Lindgren <tony@atomide.com>\n"
  "Signed-off-by: Rob Herring <robh@kernel.org>\n"
  "---\n"
@@ -35,13 +38,13 @@
  "-\t\tdpi_dvi_out: endpoint {\n"
  "+\t\t#address-cells = <1>;\n"
  "+\t\t#size-cells = <0>;\n"
- "+\t\tdpi_dvi_out: endpoint at 0 {\n"
+ "+\t\tdpi_dvi_out: endpoint@0 {\n"
  "+\t\t\treg = <0>;\n"
  " \t\t\tremote-endpoint = <&tfp410_in>;\n"
  " \t\t\tdata-lines = <24>;\n"
  " \t\t};\n"
  "+\n"
- "+\t\tendpoint at 1 {\n"
+ "+\t\tendpoint@1 {\n"
  "+\t\t\treg = <1>;\n"
  "+\t\t};\n"
  " \t};\n"
@@ -58,12 +61,18 @@
  "-\t\tdpi_lcd_out: endpoint {\n"
  "+\t\t#address-cells = <1>;\n"
  "+\t\t#size-cells = <0>;\n"
- "+\t\tdpi_lcd_out: endpoint at 1 {\n"
+ "+\t\tdpi_lcd_out: endpoint@1 {\n"
  "+\t\t\treg = <1>;\n"
  " \t\t\tremote-endpoint = <&lcd_in>;\n"
  " \t\t\tdata-lines = <24>;\n"
  " \t\t};\n"
  "-- \n"
- 2.17.0
+ "2.17.0\n"
+ "\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
 
-865c417db1fbf47592648bceb0e66ddf67a5283c72daf78f1efc66b45c205a59
+fbf152b7dc6283892f0bc4d052b3894aabac1d632eec79233497cb5bfc364925

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.