Skip to content

Commit

Permalink
ARM: dts: zynq: Enable PL clocks for Parallella
Browse files Browse the repository at this point in the history
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.

Cc: <[email protected]> # 3.17.x
Signed-off-by: Andreas Färber <[email protected]>
Acked-by: Michal Simek <[email protected]>
Signed-off-by: Olof Johansson <[email protected]>
  • Loading branch information
afaerber authored and olofj committed Nov 9, 2014
1 parent 5305e4d commit 92c9e0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/zynq-parallella.dts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
};
};

&clkc {
fclk-enable = <0xf>;
};

&gem0 {
status = "okay";
phy-mode = "rgmii-id";
Expand Down

0 comments on commit 92c9e0c

Please sign in to comment.