ARM: dove: Add clock-names to CuBox Si5351 clk generator

Si5351 clock generator on CuBox uses XTAL as clock reference, name the
clock phandle accordingly.

Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
This commit is contained in:
Sebastian Hesselbarth 2015-05-04 23:04:15 +02:00 committed by Gregory CLEMENT
parent ae142bd997
commit ba0a1ff853
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ si5351: clock-generator {
/* 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>;