Commit 73d62d80a6425030703e847dfc00ca80fadfc54f

Authored by Gowtham Tammana
Committed by Jacob Stiffler
1 parent e797ebd1cb

ARM: dts: dra7: set-rate-parent property to gpu clk mux's.

ti,set-rate-parent allows rate change to propagate to one level up.
Adding this property to gpu clk mux's.

Change-Id: I4fc77426ea0a0d22674ffe1dbf1670208917f354
Signed-off-by: Gowtham Tammana <g-tammana@ti.com>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

arch/arm/boot/dts/dra7xx-clocks.dtsi
... ... @@ -1749,6 +1749,7 @@
1749 1749 clocks = <&dpll_core_h14x2_ck>, <&dpll_per_h14x2_ck>, <&dpll_gpu_m2_ck>;
1750 1750 ti,bit-shift = <24>;
1751 1751 reg = <0x1220>;
  1752 + ti,set-rate-parent;
1752 1753 };
1753 1754  
1754 1755 gpu_hyd_gclk_mux: gpu_hyd_gclk_mux {
... ... @@ -1757,6 +1758,7 @@
1757 1758 clocks = <&dpll_core_h14x2_ck>, <&dpll_per_h14x2_ck>, <&dpll_gpu_m2_ck>;
1758 1759 ti,bit-shift = <26>;
1759 1760 reg = <0x1220>;
  1761 + ti,set-rate-parent;
1760 1762 };
1761 1763  
1762 1764 l3instr_ts_gclk_div: l3instr_ts_gclk_div {