]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - Documentation/devicetree/bindings/display/msm/edp.txt
dt-bindings: display: msm: update clk names
[linux.git] / Documentation / devicetree / bindings / display / msm / edp.txt
index e63032be540114833bdcc48cf86afd4d82f3f63a..95ce19ca7bc524240a223b7a5be416dab61a7f85 100644 (file)
@@ -12,11 +12,11 @@ Required properties:
 - clocks: device clocks
   See Documentation/devicetree/bindings/clock/clock-bindings.txt for details.
 - clock-names: the following clocks are required:
-  * "core_clk"
-  * "iface_clk"
-  * "mdp_core_clk"
-  * "pixel_clk"
-  * "link_clk"
+  * "core"
+  * "iface"
+  * "mdp_core"
+  * "pixel"
+  * "link"
 - #clock-cells: The value should be 1.
 - vdda-supply: phandle to vdda regulator device node
 - lvl-vdd-supply: phandle to regulator device node which is used to supply power
@@ -41,11 +41,11 @@ Example:
                        interrupts = <12 0>;
                        power-domains = <&mmcc MDSS_GDSC>;
                        clock-names =
-                               "core_clk",
-                               "pixel_clk",
-                               "iface_clk",
-                               "link_clk",
-                               "mdp_core_clk";
+                               "core",
+                               "pixel",
+                               "iface",
+                               "link",
+                               "mdp_core";
                        clocks =
                                <&mmcc MDSS_EDPAUX_CLK>,
                                <&mmcc MDSS_EDPPIXEL_CLK>,