Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1281683 > unrolled thread
| Started by | Liviu Dudau <Liviu.Dudau@arm.com> |
|---|---|
| First post | 2015-12-02 12:40 +0100 |
| Last post | 2015-12-04 20:00 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] dt-bindings: tda998x: Document the required 'port' node. Liviu Dudau <Liviu.Dudau@arm.com> - 2015-12-02 12:40 +0100
Re: [PATCH] dt-bindings: tda998x: Document the required 'port' node. Rob Herring <robh@kernel.org> - 2015-12-04 20:00 +0100
| From | Liviu Dudau <Liviu.Dudau@arm.com> |
|---|---|
| Date | 2015-12-02 12:40 +0100 |
| Subject | [PATCH] dt-bindings: tda998x: Document the required 'port' node. |
| Message-ID | <qBdVo-6zq-19@gated-at.bofh.it> |
All the users of the tda998x driver are component based and bind the driver via the device graph method described in Documentation/devicetree/bindings/graph.txt. Add the fact that the 'port' node is required to the bindings. Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com> --- Documentation/devicetree/bindings/display/bridge/tda998x.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/display/bridge/tda998x.txt b/Documentation/devicetree/bindings/display/bridge/tda998x.txt index e9e4bce..e178e6b 100644 --- a/Documentation/devicetree/bindings/display/bridge/tda998x.txt +++ b/Documentation/devicetree/bindings/display/bridge/tda998x.txt @@ -5,6 +5,10 @@ Required properties; - reg: I2C address +Required node: + - port: Input port node with endpoint definition, as described + in Documentation/devicetree/bindings/graph.txt + Optional properties: - interrupts: interrupt number and trigger type default: polling -- 2.6.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Date | 2015-12-04 20:00 +0100 |
| Message-ID | <qC3Ki-6rY-15@gated-at.bofh.it> |
| In reply to | #1281683 |
On Wed, Dec 02, 2015 at 11:35:39AM +0000, Liviu Dudau wrote: > All the users of the tda998x driver are component based and bind the > driver via the device graph method described in > Documentation/devicetree/bindings/graph.txt. Add the fact that the > 'port' node is required to the bindings. > > Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com> Applied, thanks. Rob > --- > Documentation/devicetree/bindings/display/bridge/tda998x.txt | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/display/bridge/tda998x.txt b/Documentation/devicetree/bindings/display/bridge/tda998x.txt > index e9e4bce..e178e6b 100644 > --- a/Documentation/devicetree/bindings/display/bridge/tda998x.txt > +++ b/Documentation/devicetree/bindings/display/bridge/tda998x.txt > @@ -5,6 +5,10 @@ Required properties; > > - reg: I2C address > > +Required node: > + - port: Input port node with endpoint definition, as described > + in Documentation/devicetree/bindings/graph.txt > + > Optional properties: > - interrupts: interrupt number and trigger type > default: polling > -- > 2.6.2 > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web