diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-05-21 15:16:11 +0300 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2014-05-23 12:28:35 +0300 |
commit | 10a6e1832b0c6d7da45211ba04ffe16aab528e54 (patch) | |
tree | 6a81b7a9b7968dc398f26265306c2fe706d737c8 | |
parent | 1be7b88c68ea5adec44f31e0bbcd50365b020d41 (diff) |
ARM: dts: am43xx-clocks.dtsi: add ti, set-rate-parent to display clock path
We need set-rate-parent flags for the display's clock path so that the
DSS driver can change the clock rate of the PLL.
This patchs adds the ti,set-rate-parent flag to disp_clk and
dpll_disp_m2_ck clock nodes.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Tero Kristo <t-kristo@ti.com>
-rw-r--r-- | arch/arm/boot/dts/am43xx-clocks.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am43xx-clocks.dtsi b/arch/arm/boot/dts/am43xx-clocks.dtsi index 3ad99a64dd1..579c8233640 100644 --- a/arch/arm/boot/dts/am43xx-clocks.dtsi +++ b/arch/arm/boot/dts/am43xx-clocks.dtsi @@ -277,6 +277,7 @@ reg = <0x2e30>; ti,index-starts-at-one; ti,invert-autoidle-bit; + ti,set-rate-parent; }; dpll_per_ck: dpll_per_ck { @@ -559,6 +560,7 @@ compatible = "ti,mux-clock"; clocks = <&dpll_disp_m2_ck>, <&dpll_core_m5_ck>, <&dpll_per_m2_ck>; reg = <0x4244>; + ti,set-rate-parent; }; dpll_extdev_ck: dpll_extdev_ck { |