From: Archit Taneja Date: Tue, 1 Dec 2015 06:09:59 +0000 (+0530) Subject: dt-bindings: msm/dsi: Fix the order in which clocks are listed X-Git-Tag: v4.14-rc1~3993^2~33^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=60834ca112f6cac9027ec830bcbd24ec0961175e;p=platform%2Fkernel%2Flinux-rpi.git 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 Acked-by: Rob Herring Signed-off-by: Archit Taneja Signed-off-by: Rob Clark --- diff --git a/Documentation/devicetree/bindings/display/msm/dsi.txt b/Documentation/devicetree/bindings/display/msm/dsi.txt index f344b9e..e097955 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