diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2014-04-21 12:41:47 +0200 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2014-05-16 17:08:57 +0300 |
commit | 2febd999764c682e1f125a4307fcb8791df3100e (patch) | |
tree | 9fe0f675bf65885a679b5c1edda229f97d92ec77 /arch/arm/boot/dts/omap3xxx-clocks.dtsi | |
parent | e21a4ea3c484e9016e34a6022e2051c20c985dee (diff) |
ARM: dts: set 'ti,set-rate-parent' for dpll4_m5 path
Set 'ti,set-rate-parent' property for the dpll4_m5x2_mul_ck clock, which
is used for the ISP functional clock. This fixes the OMAP3 ISP driver's
clock rate configuration, which needs the rate to be propagated properly
to the divider node (dpll4_m5_ck).
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3xxx-clocks.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap3xxx-clocks.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3xxx-clocks.dtsi b/arch/arm/boot/dts/omap3xxx-clocks.dtsi index 351f58b392ae..e47ff69dcf70 100644 --- a/arch/arm/boot/dts/omap3xxx-clocks.dtsi +++ b/arch/arm/boot/dts/omap3xxx-clocks.dtsi @@ -457,6 +457,7 @@ clocks = <&dpll4_m5_ck>; ti,clock-mult = <2>; ti,clock-div = <1>; + ti,set-rate-parent; }; dpll4_m5x2_ck: dpll4_m5x2_ck { |