summaryrefslogtreecommitdiff
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorMin-wuk Lee <mlee@nvidia.com>2014-03-20 20:44:58 +0900
committerJon Mayo <jmayo@nvidia.com>2014-04-10 11:01:01 -0700
commitc3f5e27564ea4a81ed9d8bebedb88d4da07147db (patch)
tree815470d22afef4e56164d12c1e74a67132dc5323 /include/dt-bindings
parent86c4143319a67b7f86bc6d92346ad207e86463da (diff)
video: tegra: dc: panel detection from DT
This is driver side change to work with reorganized display system device tree for proper panel detection from among multiple panel nodes in device tree level. Bug 1371533 Change-Id: Iad0b1aacfc6633945c6696b524e43a87150e9c90 Signed-off-by: Min-wuk Lee <mlee@nvidia.com> Reviewed-on: http://git-master/r/384373 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Thomas Cherry <tcherry@nvidia.com> Reviewed-by: Animesh Kishore <ankishore@nvidia.com> Reviewed-by: Jon Mayo <jmayo@nvidia.com>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r--include/dt-bindings/display/tegra-panel.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/dt-bindings/display/tegra-panel.h b/include/dt-bindings/display/tegra-panel.h
index 16c8b357649a..67d5fe5c1096 100644
--- a/include/dt-bindings/display/tegra-panel.h
+++ b/include/dt-bindings/display/tegra-panel.h
@@ -1,7 +1,7 @@
/*
* include/dt-bindings/display/tegra-panel.h
*
- * Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved.
+ * Copyright (c) 2013-2014, NVIDIA CORPORATION. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
@@ -114,4 +114,10 @@
#define DSI_INSTANCE_0 0
#define DSI_INSTANCE_1 1
+/* Aggressiveness level of DSI suspend. The higher, the more aggressive. */
+#define DSI_NO_SUSPEND 0
+#define DSI_HOST_SUSPEND_LV0 1
+#define DSI_HOST_SUSPEND_LV1 2
+#define DSI_HOST_SUSPEND_LV2 3
+
#endif /* __TEGRA_PANEL_H */