diff options
author | Stefan Agner <stefan@agner.ch> | 2016-02-10 16:02:26 -0800 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-02-29 16:17:34 +0800 |
commit | 5c35b778bfe72c12506b1be0b0ace66ca2592fd7 (patch) | |
tree | a0e63b10096d26190dd439bebee7cf46802e5b76 /arch | |
parent | 6af2f61a293d3032dc5f59bea314355d6b7743e2 (diff) | |
download | blackbird-op-linux-5c35b778bfe72c12506b1be0b0ace66ca2592fd7.tar.gz blackbird-op-linux-5c35b778bfe72c12506b1be0b0ace66ca2592fd7.zip |
ARM: dts: vf-colibri: assign Ethernet clock explicitly
Assign Ethernet clock parents explicitly. The Colibri VF61
uses the 50MHz Ethernet clock provided by PLL5.
The Vybrid SoC has two ethernet interfaces (fec0 and fec1) which
use the same clock source (VF610_CLK_ENET). Therefore this parent
configuration affects multiple consumer devices and need to be
specified in the clock provider node.
Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/vf-colibri.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/vf-colibri.dtsi b/arch/arm/boot/dts/vf-colibri.dtsi index 432dea755220..ff6f58ef35ce 100644 --- a/arch/arm/boot/dts/vf-colibri.dtsi +++ b/arch/arm/boot/dts/vf-colibri.dtsi @@ -70,6 +70,13 @@ status = "disabled"; }; +&clks { + assigned-clocks = <&clks VF610_CLK_ENET_SEL>, + <&clks VF610_CLK_ENET_TS_SEL>; + assigned-clock-parents = <&clks VF610_CLK_ENET_50M>, + <&clks VF610_CLK_ENET_50M>; +}; + &dspi1 { bus-num = <1>; pinctrl-names = "default"; |