diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-04-23 14:15:26 +0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-05-07 12:31:16 +0400 |
commit | 2c5c4075bcb998b54f51497b168ce0b280814e41 (patch) | |
tree | a293e653eacebccac6dbd32bcebea96a7c1474d9 | |
parent | 2f5dc676bf19f2e9601421924f2de67fa7a599b0 (diff) | |
download | linux-2c5c4075bcb998b54f51497b168ce0b280814e41.tar.xz |
Doc/DT: ti,omap4-dss: hdmi lanes
Add documentation for defining HDMI lane functions and polarities.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: devicetree@vger.kernel.org
-rw-r--r-- | Documentation/devicetree/bindings/video/ti,omap4-dss.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/video/ti,omap4-dss.txt b/Documentation/devicetree/bindings/video/ti,omap4-dss.txt index f85d6fcfa705..b8c29fbd1fbb 100644 --- a/Documentation/devicetree/bindings/video/ti,omap4-dss.txt +++ b/Documentation/devicetree/bindings/video/ti,omap4-dss.txt @@ -109,3 +109,7 @@ Required properties: Optional nodes: - Video port for HDMI output + +HDMI Endpoint optional properties: +- lanes: list of 8 pin numbers for the HDMI lanes: CLK+, CLK-, D0+, D0-, + D1+, D1-, D2+, D2-. (default: 0,1,2,3,4,5,6,7) |