Commit 2febd999 authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Tero Kristo

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: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarTero Kristo <t-kristo@ti.com>
parent e21a4ea3
......@@ -457,6 +457,7 @@ dpll4_m5x2_mul_ck: dpll4_m5x2_mul_ck {
clocks = <&dpll4_m5_ck>;
ti,clock-mult = <2>;
ti,clock-div = <1>;
ti,set-rate-parent;
};
dpll4_m5x2_ck: dpll4_m5x2_ck {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment