dt-bindings: msm/mdp: Fix up clock related bindings
authorArchit Taneja <architt@codeaurora.org>
Fri, 10 Jun 2016 06:31:58 +0000 (12:01 +0530)
committerRob Clark <robdclark@gmail.com>
Sat, 16 Jul 2016 14:08:46 +0000 (10:08 -0400)
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>
Documentation/devicetree/bindings/display/msm/mdp.txt

index a214f6cd03636c9e7801218cc009e028fc1a8441..ebfe0165b9a626f0e0b6cc2218afecfe3ef58cdb 100644 (file)
@@ -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>;
        };
This page took 0.026124 seconds and 5 git commands to generate.