diff mbox

dt-bindings: tda998x: Document the required 'port' node.

Message ID 1449056139-31222-1-git-send-email-Liviu.Dudau@arm.com
State New
Headers show

Commit Message

Liviu Dudau Dec. 2, 2015, 11:35 a.m. UTC
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(+)

-- 
2.6.2

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Rob Herring (Arm) Dec. 4, 2015, 6:54 p.m. UTC | #1
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 devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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