diff for duplicates of <m24lzyeyj3.fsf@baylibre.com> diff --git a/a/1.txt b/N1/1.txt index b17161d..92b9ef6 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -15,14 +15,14 @@ Acked-by: Kevin Hilman <khilman@baylibre.com> > @@ -301,14 +301,14 @@ > /* VPIF capture port */ > port { -> vpif_ch0: endpoint at 0 { +> vpif_ch0: endpoint@0 { > - reg = <0>; > - bus-width = <8>; > + reg = <0>; > + bus-width = <8>; > }; > -> vpif_ch1: endpoint at 1 { +> vpif_ch1: endpoint@1 { > - reg = <1>; > - bus-width = <8>; > - data-shift = <8>; @@ -55,15 +55,15 @@ Bartosz Golaszewski <bgolaszewski@baylibre.com> writes: > > /* VPIF capture port */ > - port { -> - vpif_ch0: endpoint at 0 { -> + port at 0 { -> + vpif_input_ch0: endpoint at 0 { +> - vpif_ch0: endpoint@0 { +> + port@0 { +> + vpif_input_ch0: endpoint@0 { > reg = <0>; > bus-width = <8>; > }; > -> - vpif_ch1: endpoint at 1 { -> + vpif_input_ch1: endpoint at 1 { +> - vpif_ch1: endpoint@1 { +> + vpif_input_ch1: endpoint@1 { > reg = <1>; > bus-width = <8>; > data-shift = <8>; @@ -71,8 +71,8 @@ Bartosz Golaszewski <bgolaszewski@baylibre.com> writes: > }; > + > + /* VPIF display port */ -> + port at 1 { -> + vpif_output_ch0: endpoint at 0 { +> + port@1 { +> + vpif_output_ch0: endpoint@0 { > + reg = <0>; > + bus-width = <8>; > + }; @@ -87,13 +87,13 @@ Bartosz Golaszewski <bgolaszewski@baylibre.com> writes: > > /* VPIF capture port */ > - port { -> + port at 0 { +> + port@0 { > + #address-cells = <1>; > + #size-cells = <0>; > + }; > + > + /* VPIF display port */ -> + port at 1 { +> + port@1 { > #address-cells = <1>; > #size-cells = <0>; > }; diff --git a/a/content_digest b/N1/content_digest index fade0cb..9b4a480 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,24 @@ "ref\01486485683-11427-1-git-send-email-bgolaszewski@baylibre.com\0" "ref\01486485683-11427-3-git-send-email-bgolaszewski@baylibre.com\0" - "From\0khilman@baylibre.com (Kevin Hilman)\0" - "Subject\0[PATCH 02/10] ARM: dts: da850-evm: fix whitespace errors\0" + "From\0Kevin Hilman <khilman@baylibre.com>\0" + "Subject\0Re: [PATCH 02/10] ARM: dts: da850-evm: fix whitespace errors\0" "Date\0Mon, 13 Feb 2017 10:28:00 -0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Bartosz Golaszewski <bgolaszewski@baylibre.com>\0" + "Cc\0Sekhar Nori <nsekhar@ti.com>" + Patrick Titiano <ptitiano@baylibre.com> + Michael Turquette <mturquette@baylibre.com> + Rob Herring <robh+dt@kernel.org> + Mark Rutland <mark.rutland@arm.com> + Russell King <linux@armlinux.org.uk> + Alexandre Bailon <abailon@baylibre.com> + David Lechner <david@lechnology.com> + Laurent Pinchart <laurent.pinchart@ideasonboard.com> + Mauro Carvalho Chehab <mchehab@kernel.org> + Lad Prabhakar <prabhakar.csengg@gmail.com> + devicetree@vger.kernel.org + linux-kernel@vger.kernel.org + linux-arm-kernel@lists.infradead.org + " linux-media@vger.kernel.org\0" "\00:1\0" "b\0" "Bartosz Golaszewski <bgolaszewski@baylibre.com> writes:\n" @@ -23,14 +38,14 @@ "> @@ -301,14 +301,14 @@\n" "> \t/* VPIF capture port */\n" "> \tport {\n" - "> \t\tvpif_ch0: endpoint at 0 {\n" + "> \t\tvpif_ch0: endpoint@0 {\n" "> -\t\t\t reg = <0>;\n" "> -\t\t\t bus-width = <8>;\n" "> +\t\t\treg = <0>;\n" "> +\t\t\tbus-width = <8>;\n" "> \t\t};\n" "> \n" - "> \t\tvpif_ch1: endpoint at 1 {\n" + "> \t\tvpif_ch1: endpoint@1 {\n" "> -\t\t\t reg = <1>;\n" "> -\t\t\t bus-width = <8>;\n" "> -\t\t\t data-shift = <8>;\n" @@ -63,15 +78,15 @@ "> \n" "> \t/* VPIF capture port */\n" "> -\tport {\n" - "> -\t\tvpif_ch0: endpoint at 0 {\n" - "> +\tport at 0 {\n" - "> +\t\tvpif_input_ch0: endpoint at 0 {\n" + "> -\t\tvpif_ch0: endpoint@0 {\n" + "> +\tport@0 {\n" + "> +\t\tvpif_input_ch0: endpoint@0 {\n" "> \t\t\treg = <0>;\n" "> \t\t\tbus-width = <8>;\n" "> \t\t};\n" "> \n" - "> -\t\tvpif_ch1: endpoint at 1 {\n" - "> +\t\tvpif_input_ch1: endpoint at 1 {\n" + "> -\t\tvpif_ch1: endpoint@1 {\n" + "> +\t\tvpif_input_ch1: endpoint@1 {\n" "> \t\t\treg = <1>;\n" "> \t\t\tbus-width = <8>;\n" "> \t\t\tdata-shift = <8>;\n" @@ -79,8 +94,8 @@ "> \t};\n" "> +\n" "> +\t/* VPIF display port */\n" - "> +\tport at 1 {\n" - "> +\t\tvpif_output_ch0: endpoint at 0 {\n" + "> +\tport@1 {\n" + "> +\t\tvpif_output_ch0: endpoint@0 {\n" "> +\t\t\treg = <0>;\n" "> +\t\t\tbus-width = <8>;\n" "> +\t\t};\n" @@ -95,13 +110,13 @@ "> \n" "> \t\t\t/* VPIF capture port */\n" "> -\t\t\tport {\n" - "> +\t\t\tport at 0 {\n" + "> +\t\t\tport@0 {\n" "> +\t\t\t\t#address-cells = <1>;\n" "> +\t\t\t\t#size-cells = <0>;\n" "> +\t\t\t};\n" "> +\n" "> +\t\t\t/* VPIF display port */\n" - "> +\t\t\tport at 1 {\n" + "> +\t\t\tport@1 {\n" "> \t\t\t\t#address-cells = <1>;\n" "> \t\t\t\t#size-cells = <0>;\n" "> \t\t\t};\n" @@ -129,4 +144,4 @@ "> \tif (of_machine_is_compatible(\"ti,da850-lcdk\"))\n" "> \t\tda850_vpif_capture_config.subdev_count = 1;" -a46a02110519e09a6eb3923389d80447ffd2b07294d876cdeaff7e612b70d002 +1d65a9f2032c0ee3cd2120eca3a0dccdf9815ba3dc9c429d45eb0455054f39b0
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.