diff for duplicates of <20180511084708.GG26863@dragon> diff --git a/a/1.txt b/N1/1.txt index f511d7d..882e9f5 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -3,7 +3,7 @@ On Tue, May 08, 2018 at 04:16:37PM +0200, Philipp Zabel wrote: > > Single child nodes in OF graph don't need an address and now dtc will > > warn about this: > > -> > Warning (graph_child_address): /soc/aips at 50000000/ldb at 53fa8008/lvds-channel at 0: graph node has single child node 'port at 0', #address-cells/#size-cells are not necessary +> > Warning (graph_child_address): /soc/aips@50000000/ldb@53fa8008/lvds-channel@0: graph node has single child node 'port@0', #address-cells/#size-cells are not necessary > > > > Since the LDB should always have an output port, fix the warning by > > adding the output port, 2, to the DT. @@ -26,11 +26,11 @@ On Tue, May 08, 2018 at 04:16:37PM +0200, Philipp Zabel wrote: > > }; > > }; > > + -> > + port at 2 { +> > + port@2 { > > + reg = <2>; > > + }; > -> Now that the reg property of port at 2 is added in the .dtsi, it could be +> Now that the reg property of port@2 is added in the .dtsi, it could be > removed from the one .dts files that use it: > > ----------8<---------- @@ -39,7 +39,7 @@ On Tue, May 08, 2018 at 04:16:37PM +0200, Philipp Zabel wrote: > @@ -559,8 +559,6 @@ > status = "okay"; > -> port at 2 { +> port@2 { > - reg = <2>; > - > lvds0_out: endpoint { diff --git a/a/content_digest b/N1/content_digest index 875af0e..c537400 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,10 +1,16 @@ "ref\020180508135930.5768-1-robh@kernel.org\0" "ref\020180508135930.5768-3-robh@kernel.org\0" "ref\01525788997.18091.5.camel@pengutronix.de\0" - "From\0shawnguo@kernel.org (Shawn Guo)\0" - "Subject\0[PATCH] arm: dts: imx53: Fix LDB OF graph warning\0" + "From\0Shawn Guo <shawnguo@kernel.org>\0" + "Subject\0Re: [PATCH] arm: dts: imx53: Fix LDB OF graph warning\0" "Date\0Fri, 11 May 2018 16:47:10 +0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Philipp Zabel <p.zabel@pengutronix.de>\0" + "Cc\0Rob Herring <robh@kernel.org>" + devicetree@vger.kernel.org + Sascha Hauer <s.hauer@pengutronix.de> + Pengutronix Kernel Team <kernel@pengutronix.de> + Fabio Estevam <fabio.estevam@nxp.com> + " linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Tue, May 08, 2018 at 04:16:37PM +0200, Philipp Zabel wrote:\n" @@ -12,7 +18,7 @@ "> > Single child nodes in OF graph don't need an address and now dtc will\n" "> > warn about this:\n" "> > \n" - "> > Warning (graph_child_address): /soc/aips at 50000000/ldb at 53fa8008/lvds-channel at 0: graph node has single child node 'port at 0', #address-cells/#size-cells are not necessary\n" + "> > Warning (graph_child_address): /soc/aips@50000000/ldb@53fa8008/lvds-channel@0: graph node has single child node 'port@0', #address-cells/#size-cells are not necessary\n" "> > \n" "> > Since the LDB should always have an output port, fix the warning by\n" "> > adding the output port, 2, to the DT.\n" @@ -35,11 +41,11 @@ "> > \t\t\t\t\t\t};\n" "> > \t\t\t\t\t};\n" "> > +\n" - "> > +\t\t\t\t\tport at 2 {\n" + "> > +\t\t\t\t\tport@2 {\n" "> > +\t\t\t\t\t\treg = <2>;\n" "> > +\t\t\t\t\t};\n" "> \n" - "> Now that the reg property of port at 2 is added in the .dtsi, it could be\n" + "> Now that the reg property of port@2 is added in the .dtsi, it could be\n" "> removed from the one .dts files that use it:\n" "> \n" "> ----------8<----------\n" @@ -48,7 +54,7 @@ "> @@ -559,8 +559,6 @@\n" "> status = \"okay\";\n" "> \n" - "> port at 2 {\n" + "> port@2 {\n" "> - reg = <2>;\n" "> -\n" "> lvds0_out: endpoint {\n" @@ -59,4 +65,4 @@ "\n" Shawn -8b7fb9e3a50cd687bf662214f4cc10d0424e2c6d54a7b7177ca174e86f81d9f6 +f099db4f13a1910fb44ef4d34c8575588e7368283a35dd8c9041e488a778b582
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.