summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@quicinc.com>2017-12-14 00:14:42 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-12-14 00:14:42 -0800
commit55abb340e4d8693d0b3df79b737c550de3ceddb6 (patch)
tree1c38efc293107f542e02593fb5ad4c25ada9a351 /Documentation
parent0a4d142cf3dda7486fe032a3949c8c89ce84f9a7 (diff)
parentcb1d7b1c76557bfc7bab1b014ec1de1ead1d4d33 (diff)
Merge "ARM: dts: msm: enable drm msm-hyp driver for msm8996"
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/display/msm/sde-hyp.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/msm/sde-hyp.txt b/Documentation/devicetree/bindings/display/msm/sde-hyp.txt
new file mode 100644
index 000000000000..6e60822ad95b
--- /dev/null
+++ b/Documentation/devicetree/bindings/display/msm/sde-hyp.txt
@@ -0,0 +1,13 @@
+Qualcomm Technologies, Inc. SDE KMS HYP
+
+Snapdragon Display Engine registers with the Linux DRM/KMS framework to
+facilitate DRM driver creation, publishing /dev/dri/card0, and sending
+VBlank and Page Flip events to User Space listeners.
+
+Required properties
+- compatible: Must be "qcom,sde-kms-hyp"
+
+Example:
+ sde_kms_hyp: qcom,sde_kms_hyp@900000 {
+ compatible = "qcom,sde-kms-hyp";
+ };