diff for duplicates of <4634787.BNPAe4WyE2@avalon> diff --git a/a/1.txt b/N1/1.txt index 0a0cfdc..813bce8 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -64,7 +64,7 @@ On Monday 17 Jul 2017 13:41:49 Rob Herring wrote: > > + > > +Example: > > + -> > +dsi0: dsi at 01ca0000 { +> > +dsi0: dsi@01ca0000 { > > Drop the leading 0. > @@ -88,7 +88,7 @@ On Monday 17 Jul 2017 13:41:49 Rob Herring wrote: > > + #address-cells = <1>; > > + #size-cells = <0>; > > + -> > + dsi0_in: port at 0 { +> > + dsi0_in: port@0 { I don't think the label for the port is needed, you should only reference the endpoint. @@ -97,7 +97,7 @@ endpoint. > > + #size-cells = <0>; > > + reg = <0>; > > + -> > + dsi0_in_tcon0: endpoint at 0 { +> > + dsi0_in_tcon0: endpoint@0 { > > + reg = <0>; > > Don't need reg when there's only 1 endpoint. @@ -105,7 +105,7 @@ endpoint. And no reg for the port name either when there's a single port. This can all be simplified to -dsi0: dsi at 1ca0000 { +dsi0: dsi@1ca0000 { compatible = "allwinner,sun6i-a31-mipi-dsi"; reg = <0x01ca0000 0x1000>; interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>; diff --git a/a/content_digest b/N1/content_digest index 296e4e7..8208742 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,10 +1,23 @@ "ref\0cover.a5e7407c191c66e264164d017f64582039c56acb.1499955058.git-series.maxime.ripard@free-electrons.com\0" "ref\041dca303c02faf350e765b81c36ddcddbba6f950.1499955058.git-series.maxime.ripard@free-electrons.com\0" "ref\020170717184149.sv4xdspjwnhmctog@rob-hp-laptop\0" - "From\0laurent.pinchart@ideasonboard.com (Laurent Pinchart)\0" - "Subject\0[PATCH 11/18] dt-bindings: display: Add Allwinner MIPI-DSI bindings\0" + "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0" + "Subject\0Re: [PATCH 11/18] dt-bindings: display: Add Allwinner MIPI-DSI bindings\0" "Date\0Tue, 18 Jul 2017 13:18:42 +0300\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Rob Herring <robh@kernel.org>\0" + "Cc\0Maxime Ripard <maxime.ripard@free-electrons.com>" + Mark Brown <broonie@kernel.org> + Thierry Reding <thierry.reding@gmail.com> + Chen-Yu Tsai <wens@csie.org> + dri-devel@lists.freedesktop.org + Daniel Vetter <daniel.vetter@intel.com> + David Airlie <airlied@linux.ie> + Mark Rutland <mark.rutland@arm.com> + linux-kernel@vger.kernel.org + linux-arm-kernel@lists.infradead.org + devicetree@vger.kernel.org + Boris Brezillon <boris.brezillon@free-electrons.com> + " Thomas Petazzoni <thomas.petazzoni@free-electrons.com>\0" "\00:1\0" "b\0" "On Monday 17 Jul 2017 13:41:49 Rob Herring wrote:\n" @@ -73,7 +86,7 @@ "> > +\n" "> > +Example:\n" "> > +\n" - "> > +dsi0: dsi at 01ca0000 {\n" + "> > +dsi0: dsi@01ca0000 {\n" "> \n" "> Drop the leading 0.\n" "> \n" @@ -97,7 +110,7 @@ "> > +\t\t#address-cells = <1>;\n" "> > +\t\t#size-cells = <0>;\n" "> > +\n" - "> > +\t\tdsi0_in: port at 0 {\n" + "> > +\t\tdsi0_in: port@0 {\n" "\n" "I don't think the label for the port is needed, you should only reference the \n" "endpoint.\n" @@ -106,7 +119,7 @@ "> > +\t\t\t#size-cells = <0>;\n" "> > +\t\t\treg = <0>;\n" "> > +\n" - "> > +\t\t\tdsi0_in_tcon0: endpoint at 0 {\n" + "> > +\t\t\tdsi0_in_tcon0: endpoint@0 {\n" "> > +\t\t\t\treg = <0>;\n" "> \n" "> Don't need reg when there's only 1 endpoint.\n" @@ -114,7 +127,7 @@ "And no reg for the port name either when there's a single port. This can all \n" "be simplified to\n" "\n" - "dsi0: dsi at 1ca0000 {\n" + "dsi0: dsi@1ca0000 {\n" "\tcompatible = \"allwinner,sun6i-a31-mipi-dsi\";\n" "\treg = <0x01ca0000 0x1000>;\n" "\tinterrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;\n" @@ -145,4 +158,4 @@ "\n" Laurent Pinchart -b6d17090875dce5d023da97f464deda30e03a67caa8bb3c71ffa86335029ae35 +782e24988101e14c408250798134a746146d89b9a9fc1653fed6e7841227510b
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.