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

ARM: dts: use ti,fixed-factor-clock for dpll4_m5x2_mul_ck

We need to use set-rate-parent for dpll4_m5 clock path, so use the
ti,fixed-factor-clock version which supports set-rate-parent property.

The set-rate-parent flag itself is set in the following patch, this one
just changes the clock driver to ti,fixed-factor-clock without any other
changes.

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
e21a4ea3 50b96894

+4 -4
+1 -1
arch/arm/boot/dts/omap36xx-clocks.dtsi
··· 83 83 }; 84 84 85 85 &dpll4_m5x2_mul_ck { 86 - clock-mult = <1>; 86 + ti,clock-mult = <1>; 87 87 }; 88 88 89 89 &dpll4_m6x2_mul_ck {
+3 -3
arch/arm/boot/dts/omap3xxx-clocks.dtsi
··· 453 453 454 454 dpll4_m5x2_mul_ck: dpll4_m5x2_mul_ck { 455 455 #clock-cells = <0>; 456 - compatible = "fixed-factor-clock"; 456 + compatible = "ti,fixed-factor-clock"; 457 457 clocks = <&dpll4_m5_ck>; 458 - clock-mult = <2>; 459 - clock-div = <1>; 458 + ti,clock-mult = <2>; 459 + ti,clock-div = <1>; 460 460 }; 461 461 462 462 dpll4_m5x2_ck: dpll4_m5x2_ck {