aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2014-04-30 07:41:36 -0400
committerTero Kristo <t-kristo@ti.com>2014-05-23 04:50:37 -0400
commit0922b339c3c5353c6137759db46221c80b5e3902 (patch)
tree00952f52cc5783f8810a3e822c5ec73325802366
parentbe6c184d4f8fd4ea9ca153890f2aa754e29e3ce6 (diff)
ARM: dts: omap54xx-clocks: Correct abe_iclk clock node
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>
-rw-r--r--arch/arm/boot/dts/omap54xx-clocks.dtsi9
1 files changed, 5 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/omap54xx-clocks.dtsi b/arch/arm/boot/dts/omap54xx-clocks.dtsi
index d784ff5d3904..86fc507a0567 100644
--- a/arch/arm/boot/dts/omap54xx-clocks.dtsi
+++ b/arch/arm/boot/dts/omap54xx-clocks.dtsi
@@ -143,10 +143,11 @@
143 143
144 abe_iclk: abe_iclk { 144 abe_iclk: abe_iclk {
145 #clock-cells = <0>; 145 #clock-cells = <0>;
146 compatible = "fixed-factor-clock"; 146 compatible = "ti,divider-clock";
147 clocks = <&abe_clk>; 147 clocks = <&aess_fclk>;
148 clock-mult = <1>; 148 ti,bit-shift = <24>;
149 clock-div = <2>; 149 reg = <0x0528>;
150 ti,dividers = <2>, <1>;
150 }; 151 };
151 152
152 abe_lp_clk_div: abe_lp_clk_div { 153 abe_lp_clk_div: abe_lp_clk_div {