提交 e21a4ea3 编写于 作者: L Laurent Pinchart 提交者: Tero Kristo

ARM: dts: use ti,fixed-factor-clock for dpll4_m5x2_mul_ck

We need to use set-rate-parent for dpll4_m5 clock path, so use the
ti,fixed-factor-clock version which supports set-rate-parent property.

The set-rate-parent flag itself is set in the following patch, this one
just changes the clock driver to ti,fixed-factor-clock without any other
changes.
Signed-off-by: NLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: NTero Kristo <t-kristo@ti.com>
上级 50b96894
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
}; };
&dpll4_m5x2_mul_ck { &dpll4_m5x2_mul_ck {
clock-mult = <1>; ti,clock-mult = <1>;
}; };
&dpll4_m6x2_mul_ck { &dpll4_m6x2_mul_ck {
......
...@@ -453,10 +453,10 @@ ...@@ -453,10 +453,10 @@
dpll4_m5x2_mul_ck: dpll4_m5x2_mul_ck { dpll4_m5x2_mul_ck: dpll4_m5x2_mul_ck {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "fixed-factor-clock"; compatible = "ti,fixed-factor-clock";
clocks = <&dpll4_m5_ck>; clocks = <&dpll4_m5_ck>;
clock-mult = <2>; ti,clock-mult = <2>;
clock-div = <1>; ti,clock-div = <1>;
}; };
dpll4_m5x2_ck: dpll4_m5x2_ck { dpll4_m5x2_ck: dpll4_m5x2_ck {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册