ARM: dts: use ti,fixed-factor-clock for dpll4_m5x2_mul_ck
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Mon, 21 Apr 2014 10:41:46 +0000 (12:41 +0200)
committerTero Kristo <t-kristo@ti.com>
Fri, 16 May 2014 14:08:57 +0000 (17:08 +0300)
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: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Tero Kristo <t-kristo@ti.com>
arch/arm/boot/dts/omap36xx-clocks.dtsi
arch/arm/boot/dts/omap3xxx-clocks.dtsi

index 6b5280d04a0ed24baad6fa81a7f353f826f82c52..200ae3a5cbbb04254b8145c7aa16fa7cccd094ad 100644 (file)
@@ -83,7 +83,7 @@
 };
 
 &dpll4_m5x2_mul_ck {
-       clock-mult = <1>;
+       ti,clock-mult = <1>;
 };
 
 &dpll4_m6x2_mul_ck {
index 12be2b35dae9a249ca28b2eb4d3c4119d34d697f..351f58b392ae6894ca24c9edd47a0e9c925bfe8a 100644 (file)
 
        dpll4_m5x2_mul_ck: dpll4_m5x2_mul_ck {
                #clock-cells = <0>;
-               compatible = "fixed-factor-clock";
+               compatible = "ti,fixed-factor-clock";
                clocks = <&dpll4_m5_ck>;
-               clock-mult = <2>;
-               clock-div = <1>;
+               ti,clock-mult = <2>;
+               ti,clock-div = <1>;
        };
 
        dpll4_m5x2_ck: dpll4_m5x2_ck {