Commit d2252563 authored by Archit Taneja's avatar Archit Taneja Committed by Rob Clark

dt-bindings: drm/msm: Update MDP bindings

Update DT bindings for mdp. We now have a more uniform and future-proof
set of compatible strings.

MDP5 bindings were missing. Add those and update details on the
clock-names properties.
Signed-off-by: default avatarArchit Taneja <architt@codeaurora.org>
Signed-off-by: default avatarRob Clark <robdclark@gmail.com>
parent d4fc72ed
...@@ -2,18 +2,28 @@ Qualcomm adreno/snapdragon display controller ...@@ -2,18 +2,28 @@ Qualcomm adreno/snapdragon display controller
Required properties: Required properties:
- compatible: - compatible:
* "qcom,mdp" - mdp4 * "qcom,mdp4" - mdp4
* "qcom,mdp5" - mdp5
- reg: Physical base address and length of the controller's registers. - reg: Physical base address and length of the controller's registers.
- interrupts: The interrupt signal from the display controller. - interrupts: The interrupt signal from the display controller.
- connectors: array of phandles for output device(s) - connectors: array of phandles for output device(s)
- clocks: device clocks - clocks: device clocks
See ../clocks/clock-bindings.txt for details. See ../clocks/clock-bindings.txt for details.
- clock-names: the following clocks are required: - clock-names: the following clocks are required.
* "core_clk" For MDP4:
* "iface_clk" * "core_clk"
* "src_clk" * "iface_clk"
* "hdmi_clk" * "lut_clk"
* "mpd_clk" * "src_clk"
* "hdmi_clk"
* "mdp_clk"
For MDP5:
* "bus_clk"
* "iface_clk"
* "core_clk_src"
* "core_clk"
* "lut_clk" (some MDP5 versions may not need this)
* "vsync_clk"
Optional properties: Optional properties:
- gpus: phandle for gpu device - gpus: phandle for gpu device
...@@ -26,7 +36,7 @@ Example: ...@@ -26,7 +36,7 @@ Example:
... ...
mdp: qcom,mdp@5100000 { mdp: qcom,mdp@5100000 {
compatible = "qcom,mdp"; compatible = "qcom,mdp4";
reg = <0x05100000 0xf0000>; reg = <0x05100000 0xf0000>;
interrupts = <GIC_SPI 75 0>; interrupts = <GIC_SPI 75 0>;
connectors = <&hdmi>; connectors = <&hdmi>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment