summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/video/nvidia,tegra124-dsi.txt
diff options
context:
space:
mode:
authorMin-wuk Lee <mlee@nvidia.com>2014-04-15 16:14:08 +0900
committerSeema Khowala <seemaj@nvidia.com>2014-04-23 14:05:06 -0700
commit2c2bf15133b73c4e7fe68764b1e6906c66331987 (patch)
tree6aa338c449b27a03eacd26dac7ed7286e917c3c3 /Documentation/devicetree/bindings/video/nvidia,tegra124-dsi.txt
parente9b3b2f61526bc4a16f4c79d9e65dd274cc17b0a (diff)
video: tegra: dc: nvidia,dc-connection property
nvidia,dc-connection property will indicate if target dc device is used for internal lcd or external display. For internal lcd, it will get dc output type from selected panel node among device tree multiple panel nodes: It can be TEGRA_DC_OUT_DSI or TEGRA_DC_OUT_DP, etc. For external display, dc output type will be set to TEGRA_DC_OUT_HDMI. Bug 1371533 Change-Id: I94f7f0a2e93c5550aa2ea8f7e2069e52bdc799df Signed-off-by: Min-wuk Lee <mlee@nvidia.com> Reviewed-on: http://git-master/r/395028 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Animesh Kishore <ankishore@nvidia.com> Reviewed-by: Venkat Moganty <vmoganty@nvidia.com>
Diffstat (limited to 'Documentation/devicetree/bindings/video/nvidia,tegra124-dsi.txt')
-rw-r--r--Documentation/devicetree/bindings/video/nvidia,tegra124-dsi.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/video/nvidia,tegra124-dsi.txt b/Documentation/devicetree/bindings/video/nvidia,tegra124-dsi.txt
index d8f946bad110..e899f00d4fe5 100644
--- a/Documentation/devicetree/bindings/video/nvidia,tegra124-dsi.txt
+++ b/Documentation/devicetree/bindings/video/nvidia,tegra124-dsi.txt
@@ -92,8 +92,7 @@ NVIDIA TEGRA124 Display Serial Interface
1.A.i.x) NVIDIA Display Controller Mode timing
This must be contained in display-timings parent node. This contains mode settings, including
- display timings. For hdmi out-type case, display-timings properties are only valid in case of
- hdmi fb console mode.
+ display timings.
Required properties:
- name: Can be arbitrary, but each sibling node should have unique name.
@@ -113,6 +112,7 @@ NVIDIA TEGRA124 Display Serial Interface
Required properties:
- name: Should be "disp-default-out".
+ - nvidia,out-type: Output type. Should be TEGRA_DC_OUT_DSI.
- nvidia,out-width: Width in struct fb_var_screeninfo. width of picture in mm.
- nvidia,out-height: Height in struct fb_var_screeninfo. height of picture in mm.
- nvidia,out-flags: One item or an array of several tuples items can be chosen.
@@ -131,8 +131,6 @@ NVIDIA TEGRA124 Display Serial Interface
BASE_COLOR_SIZE111, BASE_COLOR_SIZE222, BASE_COLOR_SIZE332, BASE_COLOR_SIZE333,
BASE_COLOR_SIZE444, BASE_COLOR_SIZE555, BASE_COLOR_SIZE565, BASE_COLOR_SIZE666,
and BASE_COLOR_SIZE888, respectively. In default, BASE_COLOR_SIZE888 is chosen.
- For hdmi out-type case, depth selection is only valid for hdmi fb console mode,
- otherwise, BASE_COLOR_SIZE888 is chosen as a default.
- nvidia,out-xres: Visible resolution for width.
- nvidia,out-yres: Visible resolution for height.
@@ -221,6 +219,7 @@ Example
<CMD_HS LEN_SHORT CMD_BLNK LEN_HSYNC CMD_HE LEN_SHORT PKT_LP LINE_STOP>,
<CMD_HS LEN_SHORT CMD_BLNK LEN_HSYNC CMD_HE LEN_SHORT CMD_BLNK LEN_HBP CMD_RGB_24BPP LEN_HACTIVE3 CMD_BLNK LEN_HFP LINE_STOP>;
disp-default-out {
+ nvidia,out-type = <TEGRA_DC_OUT_DSI>;
nvidia,out-width = <217>;
nvidia,out-height = <135>;
nvidia,out-flags = <TEGRA_DC_OUT_CONTINUOUS_MODE>;