ARM: dts: use ti,fixed-factor-clock for dpll4_m4x2_mul_ck
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 13 Feb 2014 09:14:58 +0000 (11:14 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 19 Mar 2014 07:31:48 +0000 (09:31 +0200)
We need to use set-rate-parent for dpll4_m4 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: Tomi Valkeinen <tomi.valkeinen@ti.com>
Tested-by: Christoph Fritz <chf.fritz@googlemail.com>
Tested-by: Marek Belisko <marek@goldelico.com>
Acked-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap36xx-clocks.dtsi
arch/arm/boot/dts/omap3xxx-clocks.dtsi

index 0b2df76b9d381489bbde7e7417f5552fdc528e1f..6b5280d04a0ed24baad6fa81a7f353f826f82c52 100644 (file)
@@ -79,7 +79,7 @@
 };
 
 &dpll4_m4x2_mul_ck {
-       clock-mult = <1>;
+       ti,clock-mult = <1>;
 };
 
 &dpll4_m5x2_mul_ck {
index cb04d4b37e7f0f241598645cd6bc2c215516530b..df3c699a1893535007359a8c27d14c566fba90ed 100644 (file)
 
        dpll4_m4x2_mul_ck: dpll4_m4x2_mul_ck {
                #clock-cells = <0>;
-               compatible = "fixed-factor-clock";
+               compatible = "ti,fixed-factor-clock";
                clocks = <&dpll4_m4_ck>;
-               clock-mult = <2>;
-               clock-div = <1>;
+               ti,clock-mult = <2>;
+               ti,clock-div = <1>;
        };
 
        dpll4_m4x2_ck: dpll4_m4x2_ck {