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

diff --git a/a/1.txt b/N1/1.txt
index 4be04fe..2d31379 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -2,25 +2,25 @@ OF graph endpoint nodes are supposed to be named 'endpoint' with an
 address if there is more than one. The i.MX IPU binding graph has used
 unique endpoint names instead which now generate dtc warnings:
 
-Warning (graph_endpoint): /soc/ipu at 2400000/port at 2/disp0-endpoint: graph endpont node name should be 'endpoint'
-Warning (graph_endpoint): /soc/ipu at 2400000/port at 2/hdmi-endpoint: graph endpont node name should be 'endpoint'
-Warning (graph_endpoint): /soc/ipu at 2400000/port at 2/mipi-endpoint: graph endpont node name should be 'endpoint'
-Warning (graph_endpoint): /soc/ipu at 2400000/port at 2/lvds0-endpoint: graph endpont node name should be 'endpoint'
-Warning (graph_endpoint): /soc/ipu at 2400000/port at 2/lvds1-endpoint: graph endpont node name should be 'endpoint'
-Warning (graph_endpoint): /soc/ipu at 2400000/port at 3/disp1-endpoint: graph endpont node name should be 'endpoint'
-Warning (graph_endpoint): /soc/ipu at 2400000/port at 3/hdmi-endpoint: graph endpont node name should be 'endpoint'
-Warning (graph_endpoint): /soc/ipu at 2400000/port at 3/mipi-endpoint: graph endpont node name should be 'endpoint'
-Warning (graph_endpoint): /soc/ipu at 2400000/port at 3/lvds0-endpoint: graph endpont node name should be 'endpoint'
-Warning (graph_endpoint): /soc/ipu at 2400000/port at 3/lvds1-endpoint: graph endpont node name should be 'endpoint'
-Warning (graph_endpoint): /soc/ipu at 2800000/port at 2/disp0-endpoint: graph endpont node name should be 'endpoint'
-Warning (graph_endpoint): /soc/ipu at 2800000/port at 2/hdmi-endpoint: graph endpont node name should be 'endpoint'
-Warning (graph_endpoint): /soc/ipu at 2800000/port at 2/mipi-endpoint: graph endpont node name should be 'endpoint'
-Warning (graph_endpoint): /soc/ipu at 2800000/port at 2/lvds0-endpoint: graph endpont node name should be 'endpoint'
-Warning (graph_endpoint): /soc/ipu at 2800000/port at 2/lvds1-endpoint: graph endpont node name should be 'endpoint'
-Warning (graph_endpoint): /soc/ipu at 2800000/port at 3/hdmi-endpoint: graph endpont node name should be 'endpoint'
-Warning (graph_endpoint): /soc/ipu at 2800000/port at 3/mipi-endpoint: graph endpont node name should be 'endpoint'
-Warning (graph_endpoint): /soc/ipu at 2800000/port at 3/lvds0-endpoint: graph endpont node name should be 'endpoint'
-Warning (graph_endpoint): /soc/ipu at 2800000/port at 3/lvds1-endpoint: graph endpont node name should be 'endpoint'
+Warning (graph_endpoint): /soc/ipu@2400000/port@2/disp0-endpoint: graph endpont node name should be 'endpoint'
+Warning (graph_endpoint): /soc/ipu@2400000/port@2/hdmi-endpoint: graph endpont node name should be 'endpoint'
+Warning (graph_endpoint): /soc/ipu@2400000/port@2/mipi-endpoint: graph endpont node name should be 'endpoint'
+Warning (graph_endpoint): /soc/ipu@2400000/port@2/lvds0-endpoint: graph endpont node name should be 'endpoint'
+Warning (graph_endpoint): /soc/ipu@2400000/port@2/lvds1-endpoint: graph endpont node name should be 'endpoint'
+Warning (graph_endpoint): /soc/ipu@2400000/port@3/disp1-endpoint: graph endpont node name should be 'endpoint'
+Warning (graph_endpoint): /soc/ipu@2400000/port@3/hdmi-endpoint: graph endpont node name should be 'endpoint'
+Warning (graph_endpoint): /soc/ipu@2400000/port@3/mipi-endpoint: graph endpont node name should be 'endpoint'
+Warning (graph_endpoint): /soc/ipu@2400000/port@3/lvds0-endpoint: graph endpont node name should be 'endpoint'
+Warning (graph_endpoint): /soc/ipu@2400000/port@3/lvds1-endpoint: graph endpont node name should be 'endpoint'
+Warning (graph_endpoint): /soc/ipu@2800000/port@2/disp0-endpoint: graph endpont node name should be 'endpoint'
+Warning (graph_endpoint): /soc/ipu@2800000/port@2/hdmi-endpoint: graph endpont node name should be 'endpoint'
+Warning (graph_endpoint): /soc/ipu@2800000/port@2/mipi-endpoint: graph endpont node name should be 'endpoint'
+Warning (graph_endpoint): /soc/ipu@2800000/port@2/lvds0-endpoint: graph endpont node name should be 'endpoint'
+Warning (graph_endpoint): /soc/ipu@2800000/port@2/lvds1-endpoint: graph endpont node name should be 'endpoint'
+Warning (graph_endpoint): /soc/ipu@2800000/port@3/hdmi-endpoint: graph endpont node name should be 'endpoint'
+Warning (graph_endpoint): /soc/ipu@2800000/port@3/mipi-endpoint: graph endpont node name should be 'endpoint'
+Warning (graph_endpoint): /soc/ipu@2800000/port@3/lvds0-endpoint: graph endpont node name should be 'endpoint'
+Warning (graph_endpoint): /soc/ipu@2800000/port@3/lvds1-endpoint: graph endpont node name should be 'endpoint'
 
 Cc: Shawn Guo <shawnguo@kernel.org>
 Cc: Sascha Hauer <s.hauer@pengutronix.de>
@@ -43,30 +43,30 @@ index ae7b3f107893..c2fda9d21a17 100644
  				reg = <2>;
  
 -				ipu2_di0_disp0: disp0-endpoint {
-+				ipu2_di0_disp0: endpoint at 0 {
++				ipu2_di0_disp0: endpoint@0 {
 +					reg = <0>;
  				};
  
 -				ipu2_di0_hdmi: hdmi-endpoint {
-+				ipu2_di0_hdmi: endpoint at 1 {
++				ipu2_di0_hdmi: endpoint@1 {
 +					reg = <1>;
  					remote-endpoint = <&hdmi_mux_2>;
  				};
  
 -				ipu2_di0_mipi: mipi-endpoint {
-+				ipu2_di0_mipi: endpoint at 2 {
++				ipu2_di0_mipi: endpoint@2 {
 +					reg = <2>;
  					remote-endpoint = <&mipi_mux_2>;
  				};
  
 -				ipu2_di0_lvds0: lvds0-endpoint {
-+				ipu2_di0_lvds0: endpoint at 3 {
++				ipu2_di0_lvds0: endpoint@3 {
 +					reg = <3>;
  					remote-endpoint = <&lvds0_mux_2>;
  				};
  
 -				ipu2_di0_lvds1: lvds1-endpoint {
-+				ipu2_di0_lvds1: endpoint at 4 {
++				ipu2_di0_lvds1: endpoint@4 {
 +					reg = <4>;
  					remote-endpoint = <&lvds1_mux_2>;
  				};
@@ -76,25 +76,25 @@ index ae7b3f107893..c2fda9d21a17 100644
  				reg = <3>;
  
 -				ipu2_di1_hdmi: hdmi-endpoint {
-+				ipu2_di1_hdmi: endpoint at 1 {
++				ipu2_di1_hdmi: endpoint@1 {
 +					reg = <1>;
  					remote-endpoint = <&hdmi_mux_3>;
  				};
  
 -				ipu2_di1_mipi: mipi-endpoint {
-+				ipu2_di1_mipi: endpoint at 2 {
++				ipu2_di1_mipi: endpoint@2 {
 +					reg = <2>;
  					remote-endpoint = <&mipi_mux_3>;
  				};
  
 -				ipu2_di1_lvds0: lvds0-endpoint {
-+				ipu2_di1_lvds0: endpoint at 3 {
++				ipu2_di1_lvds0: endpoint@3 {
 +					reg = <3>;
  					remote-endpoint = <&lvds0_mux_3>;
  				};
  
 -				ipu2_di1_lvds1: lvds1-endpoint {
-+				ipu2_di1_lvds1: endpoint at 4 {
++				ipu2_di1_lvds1: endpoint@4 {
 +					reg = <4>;
  					remote-endpoint = <&lvds1_mux_3>;
  				};
@@ -136,30 +136,30 @@ index c003e62bf290..0ebcf057961e 100644
  				reg = <2>;
  
 -				ipu1_di0_disp0: disp0-endpoint {
-+				ipu1_di0_disp0: endpoint at 0 {
++				ipu1_di0_disp0: endpoint@0 {
 +					reg = <0>;
  				};
  
 -				ipu1_di0_hdmi: hdmi-endpoint {
-+				ipu1_di0_hdmi: endpoint at 1 {
++				ipu1_di0_hdmi: endpoint@1 {
 +					reg = <1>;
  					remote-endpoint = <&hdmi_mux_0>;
  				};
  
 -				ipu1_di0_mipi: mipi-endpoint {
-+				ipu1_di0_mipi: endpoint at 2 {
++				ipu1_di0_mipi: endpoint@2 {
 +					reg = <2>;
  					remote-endpoint = <&mipi_mux_0>;
  				};
  
 -				ipu1_di0_lvds0: lvds0-endpoint {
-+				ipu1_di0_lvds0: endpoint at 3 {
++				ipu1_di0_lvds0: endpoint@3 {
 +					reg = <3>;
  					remote-endpoint = <&lvds0_mux_0>;
  				};
  
 -				ipu1_di0_lvds1: lvds1-endpoint {
-+				ipu1_di0_lvds1: endpoint at 4 {
++				ipu1_di0_lvds1: endpoint@4 {
 +					reg = <4>;
  					remote-endpoint = <&lvds1_mux_0>;
  				};
@@ -169,30 +169,30 @@ index c003e62bf290..0ebcf057961e 100644
  				reg = <3>;
  
 -				ipu1_di1_disp1: disp1-endpoint {
-+				ipu1_di1_disp1: endpoint at 0 {
++				ipu1_di1_disp1: endpoint@0 {
 +					reg = <0>;
  				};
  
 -				ipu1_di1_hdmi: hdmi-endpoint {
-+				ipu1_di1_hdmi: endpoint at 1 {
++				ipu1_di1_hdmi: endpoint@1 {
 +					reg = <1>;
  					remote-endpoint = <&hdmi_mux_1>;
  				};
  
 -				ipu1_di1_mipi: mipi-endpoint {
-+				ipu1_di1_mipi: endpoint at 2 {
++				ipu1_di1_mipi: endpoint@2 {
 +					reg = <2>;
  					remote-endpoint = <&mipi_mux_1>;
  				};
  
 -				ipu1_di1_lvds0: lvds0-endpoint {
-+				ipu1_di1_lvds0: endpoint at 3 {
++				ipu1_di1_lvds0: endpoint@3 {
 +					reg = <3>;
  					remote-endpoint = <&lvds0_mux_1>;
  				};
  
 -				ipu1_di1_lvds1: lvds1-endpoint {
-+				ipu1_di1_lvds1: endpoint at 4 {
++				ipu1_di1_lvds1: endpoint@4 {
 +					reg = <4>;
  					remote-endpoint = <&lvds1_mux_1>;
  				};
diff --git a/a/content_digest b/N1/content_digest
index b3125e9..c120cd4 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,33 +1,38 @@
  "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: imx: fix IPU OF graph endpoint node names\0"
  "Date\0Tue,  8 May 2018 08:59:26 -0500\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0devicetree@vger.kernel.org"
+ " linux-arm-kernel@lists.infradead.org\0"
+ "Cc\0Fabio Estevam <fabio.estevam@nxp.com>"
+  Sascha Hauer <s.hauer@pengutronix.de>
+  Shawn Guo <shawnguo@kernel.org>
+ " Pengutronix Kernel Team <kernel@pengutronix.de>\0"
  "\00:1\0"
  "b\0"
  "OF graph endpoint nodes are supposed to be named 'endpoint' with an\n"
  "address if there is more than one. The i.MX IPU binding graph has used\n"
  "unique endpoint names instead which now generate dtc warnings:\n"
  "\n"
- "Warning (graph_endpoint): /soc/ipu at 2400000/port at 2/disp0-endpoint: graph endpont node name should be 'endpoint'\n"
- "Warning (graph_endpoint): /soc/ipu at 2400000/port at 2/hdmi-endpoint: graph endpont node name should be 'endpoint'\n"
- "Warning (graph_endpoint): /soc/ipu at 2400000/port at 2/mipi-endpoint: graph endpont node name should be 'endpoint'\n"
- "Warning (graph_endpoint): /soc/ipu at 2400000/port at 2/lvds0-endpoint: graph endpont node name should be 'endpoint'\n"
- "Warning (graph_endpoint): /soc/ipu at 2400000/port at 2/lvds1-endpoint: graph endpont node name should be 'endpoint'\n"
- "Warning (graph_endpoint): /soc/ipu at 2400000/port at 3/disp1-endpoint: graph endpont node name should be 'endpoint'\n"
- "Warning (graph_endpoint): /soc/ipu at 2400000/port at 3/hdmi-endpoint: graph endpont node name should be 'endpoint'\n"
- "Warning (graph_endpoint): /soc/ipu at 2400000/port at 3/mipi-endpoint: graph endpont node name should be 'endpoint'\n"
- "Warning (graph_endpoint): /soc/ipu at 2400000/port at 3/lvds0-endpoint: graph endpont node name should be 'endpoint'\n"
- "Warning (graph_endpoint): /soc/ipu at 2400000/port at 3/lvds1-endpoint: graph endpont node name should be 'endpoint'\n"
- "Warning (graph_endpoint): /soc/ipu at 2800000/port at 2/disp0-endpoint: graph endpont node name should be 'endpoint'\n"
- "Warning (graph_endpoint): /soc/ipu at 2800000/port at 2/hdmi-endpoint: graph endpont node name should be 'endpoint'\n"
- "Warning (graph_endpoint): /soc/ipu at 2800000/port at 2/mipi-endpoint: graph endpont node name should be 'endpoint'\n"
- "Warning (graph_endpoint): /soc/ipu at 2800000/port at 2/lvds0-endpoint: graph endpont node name should be 'endpoint'\n"
- "Warning (graph_endpoint): /soc/ipu at 2800000/port at 2/lvds1-endpoint: graph endpont node name should be 'endpoint'\n"
- "Warning (graph_endpoint): /soc/ipu at 2800000/port at 3/hdmi-endpoint: graph endpont node name should be 'endpoint'\n"
- "Warning (graph_endpoint): /soc/ipu at 2800000/port at 3/mipi-endpoint: graph endpont node name should be 'endpoint'\n"
- "Warning (graph_endpoint): /soc/ipu at 2800000/port at 3/lvds0-endpoint: graph endpont node name should be 'endpoint'\n"
- "Warning (graph_endpoint): /soc/ipu at 2800000/port at 3/lvds1-endpoint: graph endpont node name should be 'endpoint'\n"
+ "Warning (graph_endpoint): /soc/ipu@2400000/port@2/disp0-endpoint: graph endpont node name should be 'endpoint'\n"
+ "Warning (graph_endpoint): /soc/ipu@2400000/port@2/hdmi-endpoint: graph endpont node name should be 'endpoint'\n"
+ "Warning (graph_endpoint): /soc/ipu@2400000/port@2/mipi-endpoint: graph endpont node name should be 'endpoint'\n"
+ "Warning (graph_endpoint): /soc/ipu@2400000/port@2/lvds0-endpoint: graph endpont node name should be 'endpoint'\n"
+ "Warning (graph_endpoint): /soc/ipu@2400000/port@2/lvds1-endpoint: graph endpont node name should be 'endpoint'\n"
+ "Warning (graph_endpoint): /soc/ipu@2400000/port@3/disp1-endpoint: graph endpont node name should be 'endpoint'\n"
+ "Warning (graph_endpoint): /soc/ipu@2400000/port@3/hdmi-endpoint: graph endpont node name should be 'endpoint'\n"
+ "Warning (graph_endpoint): /soc/ipu@2400000/port@3/mipi-endpoint: graph endpont node name should be 'endpoint'\n"
+ "Warning (graph_endpoint): /soc/ipu@2400000/port@3/lvds0-endpoint: graph endpont node name should be 'endpoint'\n"
+ "Warning (graph_endpoint): /soc/ipu@2400000/port@3/lvds1-endpoint: graph endpont node name should be 'endpoint'\n"
+ "Warning (graph_endpoint): /soc/ipu@2800000/port@2/disp0-endpoint: graph endpont node name should be 'endpoint'\n"
+ "Warning (graph_endpoint): /soc/ipu@2800000/port@2/hdmi-endpoint: graph endpont node name should be 'endpoint'\n"
+ "Warning (graph_endpoint): /soc/ipu@2800000/port@2/mipi-endpoint: graph endpont node name should be 'endpoint'\n"
+ "Warning (graph_endpoint): /soc/ipu@2800000/port@2/lvds0-endpoint: graph endpont node name should be 'endpoint'\n"
+ "Warning (graph_endpoint): /soc/ipu@2800000/port@2/lvds1-endpoint: graph endpont node name should be 'endpoint'\n"
+ "Warning (graph_endpoint): /soc/ipu@2800000/port@3/hdmi-endpoint: graph endpont node name should be 'endpoint'\n"
+ "Warning (graph_endpoint): /soc/ipu@2800000/port@3/mipi-endpoint: graph endpont node name should be 'endpoint'\n"
+ "Warning (graph_endpoint): /soc/ipu@2800000/port@3/lvds0-endpoint: graph endpont node name should be 'endpoint'\n"
+ "Warning (graph_endpoint): /soc/ipu@2800000/port@3/lvds1-endpoint: graph endpont node name should be 'endpoint'\n"
  "\n"
  "Cc: Shawn Guo <shawnguo@kernel.org>\n"
  "Cc: Sascha Hauer <s.hauer@pengutronix.de>\n"
@@ -50,30 +55,30 @@
  " \t\t\t\treg = <2>;\n"
  " \n"
  "-\t\t\t\tipu2_di0_disp0: disp0-endpoint {\n"
- "+\t\t\t\tipu2_di0_disp0: endpoint at 0 {\n"
+ "+\t\t\t\tipu2_di0_disp0: endpoint@0 {\n"
  "+\t\t\t\t\treg = <0>;\n"
  " \t\t\t\t};\n"
  " \n"
  "-\t\t\t\tipu2_di0_hdmi: hdmi-endpoint {\n"
- "+\t\t\t\tipu2_di0_hdmi: endpoint at 1 {\n"
+ "+\t\t\t\tipu2_di0_hdmi: endpoint@1 {\n"
  "+\t\t\t\t\treg = <1>;\n"
  " \t\t\t\t\tremote-endpoint = <&hdmi_mux_2>;\n"
  " \t\t\t\t};\n"
  " \n"
  "-\t\t\t\tipu2_di0_mipi: mipi-endpoint {\n"
- "+\t\t\t\tipu2_di0_mipi: endpoint at 2 {\n"
+ "+\t\t\t\tipu2_di0_mipi: endpoint@2 {\n"
  "+\t\t\t\t\treg = <2>;\n"
  " \t\t\t\t\tremote-endpoint = <&mipi_mux_2>;\n"
  " \t\t\t\t};\n"
  " \n"
  "-\t\t\t\tipu2_di0_lvds0: lvds0-endpoint {\n"
- "+\t\t\t\tipu2_di0_lvds0: endpoint at 3 {\n"
+ "+\t\t\t\tipu2_di0_lvds0: endpoint@3 {\n"
  "+\t\t\t\t\treg = <3>;\n"
  " \t\t\t\t\tremote-endpoint = <&lvds0_mux_2>;\n"
  " \t\t\t\t};\n"
  " \n"
  "-\t\t\t\tipu2_di0_lvds1: lvds1-endpoint {\n"
- "+\t\t\t\tipu2_di0_lvds1: endpoint at 4 {\n"
+ "+\t\t\t\tipu2_di0_lvds1: endpoint@4 {\n"
  "+\t\t\t\t\treg = <4>;\n"
  " \t\t\t\t\tremote-endpoint = <&lvds1_mux_2>;\n"
  " \t\t\t\t};\n"
@@ -83,25 +88,25 @@
  " \t\t\t\treg = <3>;\n"
  " \n"
  "-\t\t\t\tipu2_di1_hdmi: hdmi-endpoint {\n"
- "+\t\t\t\tipu2_di1_hdmi: endpoint at 1 {\n"
+ "+\t\t\t\tipu2_di1_hdmi: endpoint@1 {\n"
  "+\t\t\t\t\treg = <1>;\n"
  " \t\t\t\t\tremote-endpoint = <&hdmi_mux_3>;\n"
  " \t\t\t\t};\n"
  " \n"
  "-\t\t\t\tipu2_di1_mipi: mipi-endpoint {\n"
- "+\t\t\t\tipu2_di1_mipi: endpoint at 2 {\n"
+ "+\t\t\t\tipu2_di1_mipi: endpoint@2 {\n"
  "+\t\t\t\t\treg = <2>;\n"
  " \t\t\t\t\tremote-endpoint = <&mipi_mux_3>;\n"
  " \t\t\t\t};\n"
  " \n"
  "-\t\t\t\tipu2_di1_lvds0: lvds0-endpoint {\n"
- "+\t\t\t\tipu2_di1_lvds0: endpoint at 3 {\n"
+ "+\t\t\t\tipu2_di1_lvds0: endpoint@3 {\n"
  "+\t\t\t\t\treg = <3>;\n"
  " \t\t\t\t\tremote-endpoint = <&lvds0_mux_3>;\n"
  " \t\t\t\t};\n"
  " \n"
  "-\t\t\t\tipu2_di1_lvds1: lvds1-endpoint {\n"
- "+\t\t\t\tipu2_di1_lvds1: endpoint at 4 {\n"
+ "+\t\t\t\tipu2_di1_lvds1: endpoint@4 {\n"
  "+\t\t\t\t\treg = <4>;\n"
  " \t\t\t\t\tremote-endpoint = <&lvds1_mux_3>;\n"
  " \t\t\t\t};\n"
@@ -143,30 +148,30 @@
  " \t\t\t\treg = <2>;\n"
  " \n"
  "-\t\t\t\tipu1_di0_disp0: disp0-endpoint {\n"
- "+\t\t\t\tipu1_di0_disp0: endpoint at 0 {\n"
+ "+\t\t\t\tipu1_di0_disp0: endpoint@0 {\n"
  "+\t\t\t\t\treg = <0>;\n"
  " \t\t\t\t};\n"
  " \n"
  "-\t\t\t\tipu1_di0_hdmi: hdmi-endpoint {\n"
- "+\t\t\t\tipu1_di0_hdmi: endpoint at 1 {\n"
+ "+\t\t\t\tipu1_di0_hdmi: endpoint@1 {\n"
  "+\t\t\t\t\treg = <1>;\n"
  " \t\t\t\t\tremote-endpoint = <&hdmi_mux_0>;\n"
  " \t\t\t\t};\n"
  " \n"
  "-\t\t\t\tipu1_di0_mipi: mipi-endpoint {\n"
- "+\t\t\t\tipu1_di0_mipi: endpoint at 2 {\n"
+ "+\t\t\t\tipu1_di0_mipi: endpoint@2 {\n"
  "+\t\t\t\t\treg = <2>;\n"
  " \t\t\t\t\tremote-endpoint = <&mipi_mux_0>;\n"
  " \t\t\t\t};\n"
  " \n"
  "-\t\t\t\tipu1_di0_lvds0: lvds0-endpoint {\n"
- "+\t\t\t\tipu1_di0_lvds0: endpoint at 3 {\n"
+ "+\t\t\t\tipu1_di0_lvds0: endpoint@3 {\n"
  "+\t\t\t\t\treg = <3>;\n"
  " \t\t\t\t\tremote-endpoint = <&lvds0_mux_0>;\n"
  " \t\t\t\t};\n"
  " \n"
  "-\t\t\t\tipu1_di0_lvds1: lvds1-endpoint {\n"
- "+\t\t\t\tipu1_di0_lvds1: endpoint at 4 {\n"
+ "+\t\t\t\tipu1_di0_lvds1: endpoint@4 {\n"
  "+\t\t\t\t\treg = <4>;\n"
  " \t\t\t\t\tremote-endpoint = <&lvds1_mux_0>;\n"
  " \t\t\t\t};\n"
@@ -176,30 +181,30 @@
  " \t\t\t\treg = <3>;\n"
  " \n"
  "-\t\t\t\tipu1_di1_disp1: disp1-endpoint {\n"
- "+\t\t\t\tipu1_di1_disp1: endpoint at 0 {\n"
+ "+\t\t\t\tipu1_di1_disp1: endpoint@0 {\n"
  "+\t\t\t\t\treg = <0>;\n"
  " \t\t\t\t};\n"
  " \n"
  "-\t\t\t\tipu1_di1_hdmi: hdmi-endpoint {\n"
- "+\t\t\t\tipu1_di1_hdmi: endpoint at 1 {\n"
+ "+\t\t\t\tipu1_di1_hdmi: endpoint@1 {\n"
  "+\t\t\t\t\treg = <1>;\n"
  " \t\t\t\t\tremote-endpoint = <&hdmi_mux_1>;\n"
  " \t\t\t\t};\n"
  " \n"
  "-\t\t\t\tipu1_di1_mipi: mipi-endpoint {\n"
- "+\t\t\t\tipu1_di1_mipi: endpoint at 2 {\n"
+ "+\t\t\t\tipu1_di1_mipi: endpoint@2 {\n"
  "+\t\t\t\t\treg = <2>;\n"
  " \t\t\t\t\tremote-endpoint = <&mipi_mux_1>;\n"
  " \t\t\t\t};\n"
  " \n"
  "-\t\t\t\tipu1_di1_lvds0: lvds0-endpoint {\n"
- "+\t\t\t\tipu1_di1_lvds0: endpoint at 3 {\n"
+ "+\t\t\t\tipu1_di1_lvds0: endpoint@3 {\n"
  "+\t\t\t\t\treg = <3>;\n"
  " \t\t\t\t\tremote-endpoint = <&lvds0_mux_1>;\n"
  " \t\t\t\t};\n"
  " \n"
  "-\t\t\t\tipu1_di1_lvds1: lvds1-endpoint {\n"
- "+\t\t\t\tipu1_di1_lvds1: endpoint at 4 {\n"
+ "+\t\t\t\tipu1_di1_lvds1: endpoint@4 {\n"
  "+\t\t\t\t\treg = <4>;\n"
  " \t\t\t\t\tremote-endpoint = <&lvds1_mux_1>;\n"
  " \t\t\t\t};\n"
@@ -207,4 +212,4 @@
  "-- \n"
  2.17.0
 
-634fcbc252d5fa1e13f2e27119f42a5d5017ba53c369d903f77c207d2806c69f
+78edd0e4d8c388e729336610c876a3e28ce63ca7831331b11451e72771ffae0c

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.