diff options
author | Min-wuk Lee <mlee@nvidia.com> | 2014-01-17 16:35:30 +0900 |
---|---|---|
committer | Min-wuk Lee <mlee@nvidia.com> | 2014-02-20 18:00:07 -0800 |
commit | 99e134ae9eb37e2ec6a16701303d508cb97bddbf (patch) | |
tree | 89a89cdb0c1137ac4479f12f8b14825dc6f376ca /Documentation | |
parent | a3a3f3a344f64f2f4f495ea6655d68f796a93606 (diff) |
video: tegra: dc: add two DT properties
Add two device tree properties.
1. nvidia,out-rotation to specify panel
rotation.
2. nvidia,dsi-ulpm-not-support. With
enabled, dsi do not enter ulpm mode.
Bug 1371533
Change-Id: Ie6bfb35aec5ed01f5161754873ede598b687f384
Signed-off-by: Min-wuk Lee <mlee@nvidia.com>
Change-Id: I3a2fbd5e6b8335428ba9b7a0411669c918c582d1
Reviewed-on: http://git-master/r/367623
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Animesh Kishore <ankishore@nvidia.com>
Reviewed-by: Venkat Moganty <vmoganty@nvidia.com>
Diffstat (limited to 'Documentation')
4 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/video/nvidia,tegra114-dc.txt b/Documentation/devicetree/bindings/video/nvidia,tegra114-dc.txt index 6a055fefeadb..fe3a300ce5cf 100644 --- a/Documentation/devicetree/bindings/video/nvidia,tegra114-dc.txt +++ b/Documentation/devicetree/bindings/video/nvidia,tegra114-dc.txt @@ -59,6 +59,7 @@ NVIDIA Tegra114 Display Controller - nvidia,out-type: Output type. Should be "dsi" or "hdmi". - 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-rotation: It specifies panel rotation in degree. - nvidia,out-flags: Should be "continuous" or "oneshot" or "hotplug_high" or "hotplug_low" or "continuous_initialized" or "oneshot_initialized" - nvidia,out-parent-clk: Parent clk for display controller. diff --git a/Documentation/devicetree/bindings/video/nvidia,tegra114-dsi.txt b/Documentation/devicetree/bindings/video/nvidia,tegra114-dsi.txt index fc16f67c0fd5..c826f37bad8f 100644 --- a/Documentation/devicetree/bindings/video/nvidia,tegra114-dsi.txt +++ b/Documentation/devicetree/bindings/video/nvidia,tegra114-dsi.txt @@ -39,6 +39,7 @@ NVIDIA TEGRA114 Display Serial Interface - nvidia,dsi-instance: Should be 0 or 1: DSI controller or DSIB controller. - nvidia,dsi-panel-reset: Indicate if dsi output device requires hardware reset or not. - nvidia,dsi-power-saving-suspend: With enabled, set dsi controller ultra low power mode in suspend. + - nvidia,dsi-ulpm-not-support: With enabled, do not enter dsi ulpm mode. - nvidia,dsi-video-data-type: The DSI operates in two transmission modes: video and host/command. Write 0, 1 for TEGRA_DSI_VIDEO_TYPE_VIDEO_MODE, TEGRA_DSI_VIDEO_TYPE_COMMAND_MODE, respectively. - nvidia,dsi-video-clock-mode: Control for the hs clock lane. Continuous means hs clock on all the time. diff --git a/Documentation/devicetree/bindings/video/nvidia,tegra124-dc.txt b/Documentation/devicetree/bindings/video/nvidia,tegra124-dc.txt index e91b7c3f5998..bd3c499b1fba 100644 --- a/Documentation/devicetree/bindings/video/nvidia,tegra124-dc.txt +++ b/Documentation/devicetree/bindings/video/nvidia,tegra124-dc.txt @@ -59,6 +59,7 @@ NVIDIA Tegra124 Display Controller - nvidia,out-type: Output type. Should be "dsi" or "hdmi". - 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-rotation: It specifies panel rotation in degree. - nvidia,out-flags: Should be "continuous" or "oneshot" or "hotplug_high" or "hotplug_low" or "continuous_initialized" or "oneshot_initialized" - nvidia,out-parent-clk: Parent clk for display controller. diff --git a/Documentation/devicetree/bindings/video/nvidia,tegra124-dsi.txt b/Documentation/devicetree/bindings/video/nvidia,tegra124-dsi.txt index 3b37ec66b16f..4a7add0de5fa 100644 --- a/Documentation/devicetree/bindings/video/nvidia,tegra124-dsi.txt +++ b/Documentation/devicetree/bindings/video/nvidia,tegra124-dsi.txt @@ -39,6 +39,7 @@ NVIDIA TEGRA124 Display Serial Interface - nvidia,dsi-instance: Should be 0 or 1: DSI controller or DSIB controller. - nvidia,dsi-panel-reset: Indicate if dsi output device requires hardware reset or not. - nvidia,dsi-power-saving-suspend: With enabled, set dsi controller ultra low power mode in suspend. + - nvidia,dsi-ulpm-not-support: With enabled, do not enter dsi ulpm mode. - nvidia,dsi-video-data-type: The DSI operates in two transmission modes: video and host/command. Write 0, 1 for TEGRA_DSI_VIDEO_TYPE_VIDEO_MODE, TEGRA_DSI_VIDEO_TYPE_COMMAND_MODE, respectively. - nvidia,dsi-video-clock-mode: Control for the hs clock lane. Continuous means hs clock on all the time. |