summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/display/msm/mdp.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/devicetree/bindings/display/msm/mdp.txt')
-rw-r--r--Documentation/devicetree/bindings/display/msm/mdp.txt12
1 files changed, 5 insertions, 7 deletions
diff --git a/Documentation/devicetree/bindings/display/msm/mdp.txt b/Documentation/devicetree/bindings/display/msm/mdp.txt
index a214f6cd0363..ebfe0165b9a6 100644
--- a/Documentation/devicetree/bindings/display/msm/mdp.txt
+++ b/Documentation/devicetree/bindings/display/msm/mdp.txt
@@ -13,14 +13,13 @@ Required properties:
For MDP4:
* "core_clk"
* "iface_clk"
+ * "bus_clk"
* "lut_clk"
- * "src_clk"
* "hdmi_clk"
- * "mdp_clk"
+ * "tv_clk"
For MDP5:
* "bus_clk"
* "iface_clk"
- * "core_clk_src"
* "core_clk"
* "lut_clk" (some MDP5 versions may not need this)
* "vsync_clk"
@@ -45,14 +44,13 @@ Example:
"core_clk",
"iface_clk",
"lut_clk",
- "src_clk",
"hdmi_clk",
- "mdp_clk";
+ "tv_clk";
clocks =
- <&mmcc MDP_SRC>,
+ <&mmcc MDP_CLK>,
<&mmcc MDP_AHB_CLK>,
+ <&mmcc MDP_AXI_CLK>,
<&mmcc MDP_LUT_CLK>,
- <&mmcc TV_SRC>,
<&mmcc HDMI_TV_CLK>,
<&mmcc MDP_TV_CLK>;
};