summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorArchit Taneja <architt@codeaurora.org>2016-06-10 12:01:58 +0530
committerRob Clark <robdclark@gmail.com>2016-07-16 10:08:46 -0400
commit1f238536ae37b179e8beb679bcd0b7259eb5e886 (patch)
tree681fb793695773c9e835e84209b2b571923b2119 /Documentation/devicetree
parentdb9e44fb057311ca3f41ba63eb5f3b5c5ab7632d (diff)
downloadlinux-0-day-1f238536ae37b179e8beb679bcd0b7259eb5e886.tar.gz
linux-0-day-1f238536ae37b179e8beb679bcd0b7259eb5e886.tar.xz
dt-bindings: msm/mdp: Fix up clock related bindings
Address some issues wiht clock related bindings. It's okay to change these since these bindings aren't used in any dtsi files until now. MDP5: - Don't ask for source clock MDP4: - Give a better name for MDP_TV_CLK - Remove TV_SRC - Add MDP_AXI_CLK Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Archit Taneja <architt@codeaurora.org> Signed-off-by: Rob Clark <robdclark@gmail.com>
Diffstat (limited to 'Documentation/devicetree')
-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 a214f6cd03636..ebfe0165b9a62 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>;
};