Skip to content

Commit

Permalink
ARM: dove: Add clock-names to CuBox Si5351 clk generator
Browse files Browse the repository at this point in the history
Si5351 clock generator on CuBox uses XTAL as clock reference, name the
clock phandle accordingly.

Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
  • Loading branch information
Sebastian Hesselbarth authored and Gregory CLEMENT committed May 11, 2015
1 parent ae142bd commit ba0a1ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/dove-cubox.dts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@

/* connect xtal input to 25MHz reference */
clocks = <&ref25>;
clock-names = "xtal";

/* connect xtal input as source of pll0 and pll1 */
silabs,pll-source = <0 0>, <1 0>;
Expand Down

0 comments on commit ba0a1ff

Please sign in to comment.