Skip to content

Commit 92c9e0c

Browse files
afaerberolofj
authored andcommitted
ARM: dts: zynq: Enable PL clocks for Parallella
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]>
1 parent 5305e4d commit 92c9e0c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm/boot/dts/zynq-parallella.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
};
3535
};
3636

37+
&clkc {
38+
fclk-enable = <0xf>;
39+
};
40+
3741
&gem0 {
3842
status = "okay";
3943
phy-mode = "rgmii-id";

0 commit comments

Comments
 (0)