Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Laurent Pinchart and committed by
Tero Kristo
2febd999 e21a4ea3

+1
+1
arch/arm/boot/dts/omap3xxx-clocks.dtsi
··· 457 457 clocks = <&dpll4_m5_ck>; 458 458 ti,clock-mult = <2>; 459 459 ti,clock-div = <1>; 460 + ti,set-rate-parent; 460 461 }; 461 462 462 463 dpll4_m5x2_ck: dpll4_m5x2_ck {