ARM: dts: set 'ti,set-rate-parent' for dpll4_m5 path
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Mon, 21 Apr 2014 10:41:47 +0000 (12:41 +0200)
committerTero Kristo <t-kristo@ti.com>
Fri, 16 May 2014 14:08:57 +0000 (17:08 +0300)
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>
arch/arm/boot/dts/omap3xxx-clocks.dtsi

index 351f58b392ae6894ca24c9edd47a0e9c925bfe8a..e47ff69dcf7053e7bb22d3f5d40e7cd09628687c 100644 (file)
                clocks = <&dpll4_m5_ck>;
                ti,clock-mult = <2>;
                ti,clock-div = <1>;
+               ti,set-rate-parent;
        };
 
        dpll4_m5x2_ck: dpll4_m5x2_ck {
This page took 0.027263 seconds and 5 git commands to generate.