diff options
author | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 2015-05-04 17:04:15 -0400 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2015-05-11 09:17:47 -0400 |
commit | ba0a1ff85376811d3ca789fb4848fef55390d095 (patch) | |
tree | 501925259052ea907691b7a9ca2c540c47acef24 /arch/arm/boot/dts | |
parent | ae142bd9976532aa5232ab0b00e621690d8bfe6a (diff) |
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>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/dove-cubox.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dove-cubox.dts b/arch/arm/boot/dts/dove-cubox.dts index aae7efc09b0b..e6fa251e17b9 100644 --- a/arch/arm/boot/dts/dove-cubox.dts +++ b/arch/arm/boot/dts/dove-cubox.dts | |||
@@ -87,6 +87,7 @@ | |||
87 | 87 | ||
88 | /* connect xtal input to 25MHz reference */ | 88 | /* connect xtal input to 25MHz reference */ |
89 | clocks = <&ref25>; | 89 | clocks = <&ref25>; |
90 | clock-names = "xtal"; | ||
90 | 91 | ||
91 | /* connect xtal input as source of pll0 and pll1 */ | 92 | /* connect xtal input as source of pll0 and pll1 */ |
92 | silabs,pll-source = <0 0>, <1 0>; | 93 | silabs,pll-source = <0 0>, <1 0>; |