From: Andreas Färber Date: Thu, 6 Nov 2014 17:22:10 +0000 (+0100) Subject: ARM: dts: zynq: Enable PL clocks for Parallella X-Git-Tag: v3.17.3~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7322a1dde616aa0e031192fc98a1c6e85bcef424;p=thirdparty%2Fkernel%2Fstable.git ARM: dts: zynq: Enable PL clocks for Parallella commit 92c9e0c780e61f821ab8a08f0d4d4fd33ba1197c upstream. The Parallella board comes with a U-Boot bootloader that loads one of two predefined FPGA bitstreams before booting the kernel. Both define an AXI interface to the on-board Epiphany processor. Enable clocks FCLK0..FCLK3 for the Programmable Logic by default. Otherwise accessing, e.g., the ESYSRESET register freezes the board, as seen with the Epiphany SDK tools e-reset and e-hw-rev, using /dev/mem. Signed-off-by: Andreas Färber Acked-by: Michal Simek Signed-off-by: Olof Johansson Signed-off-by: Greg Kroah-Hartman --- diff --git a/arch/arm/boot/dts/zynq-parallella.dts b/arch/arm/boot/dts/zynq-parallella.dts index 41afd9da68763..229140b6de648 100644 --- a/arch/arm/boot/dts/zynq-parallella.dts +++ b/arch/arm/boot/dts/zynq-parallella.dts @@ -34,6 +34,10 @@ }; }; +&clkc { + fclk-enable = <0xf>; +}; + &gem0 { status = "okay"; phy-mode = "rgmii-id";