diff for duplicates of <m260mvejhq.fsf@baylibre.com> diff --git a/a/1.txt b/N1/1.txt index 263754f..8a727ab 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -51,19 +51,19 @@ OK, I'll add another example for the 16-bit case. Something like... >> +Example using 2 8-bit input channels, one of which is connected to an >> +I2C-connected TVP5147 decoder: >> + ->> + vpif: vpif at 217000 { +>> + vpif: vpif@217000 { >> + compatible = "ti,da850-vpif"; >> + reg = <0x217000 0x1000>; >> + interrupts = <92>; >> + >> + port { ->> + vpif_ch0: endpoint at 0 { +>> + vpif_ch0: endpoint@0 { >> + reg = <0>; >> + bus-width = <8>; >> + remote-endpoint = <&composite>; >> + }; >> + ->> + vpif_ch1: endpoint at 1 { +>> + vpif_ch1: endpoint@1 { >> + reg = <1>; >> + bus-width = <8>; >> + data-shift = <8>; @@ -75,7 +75,7 @@ OK, I'll add another example for the 16-bit case. Something like... >> + >> +&i2c0 { >> + ->> + tvp5147 at 5d { +>> + tvp5147@5d { >> + compatible = "ti,tvp5147"; >> + reg = <0x5d>; >> + status = "okay"; @@ -99,7 +99,7 @@ OK, I'll add another example for the 16-bit case. Something like... Alternatively, an example when the bus is configured as a single 16-bit input (e.g. for raw-capture mode): - vpif: vpif at 217000 { + vpif: vpif@217000 { compatible = "ti,da850-vpif"; reg = <0x217000 0x1000>; interrupts = <92>; diff --git a/a/content_digest b/N1/content_digest index 635c163..c96dde4 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,10 +1,20 @@ "ref\020161207050826.23174-1-khilman@baylibre.com\0" "ref\020161207050826.23174-5-khilman@baylibre.com\0" "ref\07493249.S63p6GTauu@avalon\0" - "From\0khilman@baylibre.com (Kevin Hilman)\0" - "Subject\0[PATCH v5 4/5] [media] dt-bindings: add TI VPIF documentation\0" + "From\0Kevin Hilman <khilman@baylibre.com>\0" + "Subject\0Re: [PATCH v5 4/5] [media] dt-bindings: add TI VPIF documentation\0" "Date\0Wed, 07 Dec 2016 09:28:49 -0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0" + "Cc\0Hans Verkuil <hverkuil@xs4all.nl>" + Sakari Ailus <sakari.ailus@iki.fi> + linux-media@vger.kernel.org + Sekhar Nori <nsekhar@ti.com> + Axel Haslam <ahaslam@baylibre.com> + " Bartosz Go\305\202aszewski <bgolaszewski@baylibre.com>" + Alexandre Bailon <abailon@baylibre.com> + David Lechner <david@lechnology.com> + Patrick Titiano <ptitiano@baylibre.com> + " linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Laurent Pinchart <laurent.pinchart@ideasonboard.com> writes:\n" @@ -60,19 +70,19 @@ ">> +Example using 2 8-bit input channels, one of which is connected to an\n" ">> +I2C-connected TVP5147 decoder:\n" ">> +\n" - ">> +\tvpif: vpif at 217000 {\n" + ">> +\tvpif: vpif@217000 {\n" ">> +\t\tcompatible = \"ti,da850-vpif\";\n" ">> +\t\treg = <0x217000 0x1000>;\n" ">> +\t\tinterrupts = <92>;\n" ">> +\n" ">> +\t\tport {\n" - ">> +\t\t\tvpif_ch0: endpoint at 0 {\n" + ">> +\t\t\tvpif_ch0: endpoint@0 {\n" ">> +\t\t\t\t reg = <0>;\n" ">> +\t\t\t\t bus-width = <8>;\n" ">> +\t\t\t\t remote-endpoint = <&composite>;\n" ">> +\t\t\t};\n" ">> +\n" - ">> +\t\t\tvpif_ch1: endpoint at 1 {\n" + ">> +\t\t\tvpif_ch1: endpoint@1 {\n" ">> +\t\t\t\t reg = <1>;\n" ">> +\t\t\t\t bus-width = <8>;\n" ">> +\t\t\t\t data-shift = <8>;\n" @@ -84,7 +94,7 @@ ">> +\n" ">> +&i2c0 {\n" ">> +\n" - ">> +\ttvp5147 at 5d {\n" + ">> +\ttvp5147@5d {\n" ">> +\t\tcompatible = \"ti,tvp5147\";\n" ">> +\t\treg = <0x5d>;\n" ">> +\t\tstatus = \"okay\";\n" @@ -108,7 +118,7 @@ "Alternatively, an example when the bus is configured as a single\n" "16-bit input (e.g. for raw-capture mode):\n" "\n" - "\tvpif: vpif at 217000 {\n" + "\tvpif: vpif@217000 {\n" "\t\tcompatible = \"ti,da850-vpif\";\n" "\t\treg = <0x217000 0x1000>;\n" "\t\tinterrupts = <92>;\n" @@ -125,4 +135,4 @@ "\n" Kevin -65ef9522701e8e7b65320486290f9915e47b836af3ba95f64009579eca21a28d +701adc04e74c177642ad15b4e843ad06a4a625d02e77acb174d3659c566e1926
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.