ARM: dts: omap54xx-clocks: Correct abe_iclk clock node
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Wed, 30 Apr 2014 11:41:36 +0000 (14:41 +0300)
committerTero Kristo <t-kristo@ti.com>
Fri, 23 May 2014 08:50:37 +0000 (11:50 +0300)
abe_iclk's parent is aess_fclk and not abe_clk.
Also correct the parameters for clock rate calculation as used for OMAP4
since in PRCM level there's no difference between the two platform
regarding to AESS/ABE clocking.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Tero Kristo <t-kristo@ti.com>
arch/arm/boot/dts/omap54xx-clocks.dtsi

index d784ff5d39040733950a8c0a93247f760756bbd4..86fc507a05672ca392c471b7e33529cd1ed95bb8 100644 (file)
 
        abe_iclk: abe_iclk {
                #clock-cells = <0>;
-               compatible = "fixed-factor-clock";
-               clocks = <&abe_clk>;
-               clock-mult = <1>;
-               clock-div = <2>;
+               compatible = "ti,divider-clock";
+               clocks = <&aess_fclk>;
+               ti,bit-shift = <24>;
+               reg = <0x0528>;
+               ti,dividers = <2>, <1>;
        };
 
        abe_lp_clk_div: abe_lp_clk_div {