ARM: dove: Add clock-names to CuBox Si5351 clk generator
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Mon, 4 May 2015 21:04:15 +0000 (23:04 +0200)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Mon, 11 May 2015 13:17:47 +0000 (15:17 +0200)
Si5351 clock generator on CuBox uses XTAL as clock reference, name the
clock phandle accordingly.

Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
arch/arm/boot/dts/dove-cubox.dts

index aae7efc..e6fa251 100644 (file)
@@ -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>;