summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-01-28 00:47:17 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-01-28 00:47:17 -0800
commitc2f507c20ff6965db477cd4e6af2ac3f799fb2ed (patch)
treece3b5a20576546007264e7fc77a48ec585e56471 /Documentation
parentc619082d26a71475d8d97edb573f7fc879982e65 (diff)
parent7401b2226bc045277a170698fec77c9db9fff337 (diff)
Merge "Revert "drm/msm/sde: add driver for sde support""
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/display/msm/sde.txt55
1 files changed, 0 insertions, 55 deletions
diff --git a/Documentation/devicetree/bindings/display/msm/sde.txt b/Documentation/devicetree/bindings/display/msm/sde.txt
deleted file mode 100644
index 8ec9f78346d8..000000000000
--- a/Documentation/devicetree/bindings/display/msm/sde.txt
+++ /dev/null
@@ -1,55 +0,0 @@
-Qualcomm Technologies, Inc. SDE KMS
-
-Snapdragon Display Engine implements Linux DRM/KMS APIs to drive user
-interface to different panel interfaces. SDE driver is the core of
-display subsystem which manage all data paths to different panel interfaces.
-
-Required properties
-- compatible: Must be "qcom,sde-kms"
-- reg: Offset and length of the register set for the device.
-- reg-names : Names to refer to register sets related to this device
-- clocks: List of Phandles for clock device nodes
- needed by the device.
-- clock-names: List of clock names needed by the device.
-- mmagic-supply: Phandle for mmagic mdss supply regulator device node.
-- vdd-supply: Phandle for vdd regulator device node.
-- interrupt-parent: Must be core interrupt controller.
-- interrupts: Interrupt associated with MDSS.
-- interrupt-controller: Mark the device node as an interrupt controller.
-- #interrupt-cells: Should be one. The first cell is interrupt number.
-- iommus: Specifies the SID's used by this context bank.
-
-Please refer to ../../interrupt-controller/interrupts.txt for a general
-description of interrupt bindings.
-
-Example:
- mdss_mdp: qcom,mdss_mdp@900000 {
- compatible = "qcom,sde-kms";
- reg = <0x00900000 0x90000>,
- <0x009b0000 0x1040>,
- <0x009b8000 0x1040>;
- reg-names = "mdp_phys",
- "vbif_phys",
- "vbif_nrt_phys";
- clocks = <&clock_mmss clk_mdss_ahb_clk>,
- <&clock_mmss clk_mdss_axi_clk>,
- <&clock_mmss clk_mdp_clk_src>,
- <&clock_mmss clk_mdss_mdp_vote_clk>,
- <&clock_mmss clk_smmu_mdp_axi_clk>,
- <&clock_mmss clk_mmagic_mdss_axi_clk>,
- <&clock_mmss clk_mdss_vsync_clk>;
- clock-names = "iface_clk",
- "bus_clk",
- "core_clk_src",
- "core_clk",
- "iommu_clk",
- "mmagic_clk",
- "vsync_clk";
- mmagic-supply = <&gdsc_mmagic_mdss>;
- vdd-supply = <&gdsc_mdss>;
- interrupt-parent = <&intc>;
- interrupts = <0 83 0>;
- interrupt-controller;
- #interrupt-cells = <1>;
- iommus = <&mdp_smmu 0>;
- };