Skip to content

Commit

Permalink
Merge branch 'for-v3.16-rc/clk-dt-fixes' of https://github.com/t-kris…
Browse files Browse the repository at this point in the history
…to/linux-pm into fixes-rc4
  • Loading branch information
Tony Lindgren committed Jul 7, 2014
2 parents 24faebd + dd94324 commit e936097
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions arch/arm/boot/dts/dra7xx-clocks.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -673,18 +673,20 @@

l3_iclk_div: l3_iclk_div {
#clock-cells = <0>;
compatible = "fixed-factor-clock";
compatible = "ti,divider-clock";
ti,max-div = <2>;
ti,bit-shift = <4>;
reg = <0x0100>;
clocks = <&dpll_core_h12x2_ck>;
clock-mult = <1>;
clock-div = <1>;
ti,index-power-of-two;
};

l4_root_clk_div: l4_root_clk_div {
#clock-cells = <0>;
compatible = "fixed-factor-clock";
clocks = <&l3_iclk_div>;
clock-mult = <1>;
clock-div = <1>;
clock-div = <2>;
};

video1_clk2_div: video1_clk2_div {
Expand Down

0 comments on commit e936097

Please sign in to comment.