]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
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 aae7efc09b0bd1ecd66e72193c6aefe107008b9e..e6fa251e17b93b54f67bcd39b8da57476ddda519 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>;