diff options
author | Liviu Dudau <Liviu.Dudau@arm.com> | 2015-12-02 14:35:39 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2015-12-10 00:30:56 +0300 |
commit | e9e5f6365073b5f717172834986df8e2ec5a80b4 (patch) | |
tree | 54a157a96df9c46c46c9d4a41a818c7ec60f7a0f /Documentation/devicetree/bindings/display/bridge/tda998x.txt | |
parent | d6403108aaf413c9677040c20519e5c14c2f6f7c (diff) | |
download | linux-e9e5f6365073b5f717172834986df8e2ec5a80b4.tar.xz |
dt-bindings: tda998x: Document the required 'port' node.
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>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/display/bridge/tda998x.txt')
-rw-r--r-- | Documentation/devicetree/bindings/display/bridge/tda998x.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/bridge/tda998x.txt b/Documentation/devicetree/bindings/display/bridge/tda998x.txt index e9e4bce40760..e178e6b9f9ee 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 |