diff options
author | Stefan Herbrechtsmeier <[email protected]> | 2014-07-15 12:02:35 +0200 |
---|---|---|
committer | Tero Kristo <[email protected]> | 2014-08-21 18:01:35 +0300 |
commit | adf5b4dcc0cf50715f74f49f3c7af0c80467f55f (patch) | |
tree | fba771ee9bf47dabe8f53be1b686b10e3805a570 | |
parent | 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9 (diff) |
ARM: dts: set 'ti,set-rate-parent' for dpll4_m5x2 clock
Set 'ti,set-rate-parent' property for the dpll4_m5x2_ck clock, which
is used for the ISP functional clock. This fixes the OMAP3 ISP driver's
clock rate configuration on OMAP34xx, which needs the rate to be
propagated properly to the divider node (dpll4_m5_ck).
Signed-off-by: Stefan Herbrechtsmeier <[email protected]>
Cc: Laurent Pinchart <[email protected]>
Cc: Tony Lindgren <[email protected]>
Cc: Tero Kristo <[email protected]>
Cc: <[email protected]>
Cc: <[email protected]>
Acked-by: Laurent Pinchart <[email protected]>
Signed-off-by: Tero Kristo <[email protected]>
-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 e47ff69dcf70..5c375003bad1 100644 --- a/arch/arm/boot/dts/omap3xxx-clocks.dtsi +++ b/arch/arm/boot/dts/omap3xxx-clocks.dtsi @@ -467,6 +467,7 @@ ti,bit-shift = <0x1e>; reg = <0x0d00>; ti,set-bit-to-disable; + ti,set-rate-parent; }; dpll4_m6_ck: dpll4_m6_ck { |