Re: [PATCH v5 2/7] Documentation: of: Document graph bindings
From: Philipp Zabel <p.zabel@pengutronix.de>
Date: 2014-03-04 10:17:18
Also in:
linux-media, lkml
From: Philipp Zabel <p.zabel@pengutronix.de>
Date: 2014-03-04 10:17:18
Also in:
linux-media, lkml
Hi Sylwester, Am Freitag, den 28.02.2014, 22:08 +0100 schrieb Sylwester Nawrocki:
Hi Philipp, Just couple minor comments...
Thanks, I'll fix all of those.
On 02/27/2014 06:35 PM, Philipp Zabel wrote:quoted
The device tree graph bindings as used by V4L2 and documented in Documentation/device-tree/bindings/media/video-interfaces.txt contain generic parts that are not media specific but could be useful for any subsystem with data flow between multiple devices. This document describe the generic bindings.s/describe/describes/
[...]
quoted
+These common bindings do not contain any information about the direction ofs/of/or/ ?
[...]
quoted
+device_1 { + port { + device_1_output: endpoint { + remote-endpoint =<&device_2_input>; + }; + }; +}; + +device_1 {s/device_1/device_2/ But it might be better to use dashes instead of underscores for the node names.
regards Philipp