diff options
author | Archit Taneja <architt@codeaurora.org> | 2015-12-01 11:39:59 +0530 |
---|---|---|
committer | Rob Clark <robdclark@gmail.com> | 2015-12-14 11:48:50 -0500 |
commit | 60834ca112f6cac9027ec830bcbd24ec0961175e (patch) | |
tree | ebad7cd8fe71681d7cc9ab735002869f0878bbe4 /Documentation/devicetree | |
parent | 0c7df47f6a4c5d7c6c4fa1f5ecbee64c441f5939 (diff) | |
download | blackbird-op-linux-60834ca112f6cac9027ec830bcbd24ec0961175e.tar.gz blackbird-op-linux-60834ca112f6cac9027ec830bcbd24ec0961175e.zip |
dt-bindings: msm/dsi: Fix the order in which clocks are listed
List the clocks in the order that's used in DT. We don't have mdp/dsi
DT nodes for any SoC in upstream yet, but we align with the order
we intend to use.
Cc: devicetree@vger.kernel.org
Cc: Rob Herring <robh@kernel.org>
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/dsi.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/display/msm/dsi.txt b/Documentation/devicetree/bindings/display/msm/dsi.txt index f344b9e49198..e097955516f0 100644 --- a/Documentation/devicetree/bindings/display/msm/dsi.txt +++ b/Documentation/devicetree/bindings/display/msm/dsi.txt @@ -14,13 +14,13 @@ Required properties: - clocks: device clocks See Documentation/devicetree/bindings/clocks/clock-bindings.txt for details. - clock-names: the following clocks are required: + * "mdp_core_clk" + * "iface_clk" * "bus_clk" - * "byte_clk" - * "core_clk" * "core_mmss_clk" - * "iface_clk" - * "mdp_core_clk" + * "byte_clk" * "pixel_clk" + * "core_clk" - vdd-supply: phandle to vdd regulator device node - vddio-supply: phandle to vdd-io regulator device node - vdda-supply: phandle to vdda regulator device node |