Commit 0fc12374 authored by Niklas Cassel's avatar Niklas Cassel Committed by Arnd Bergmann

ARM: dts: artpec: disable Accelerator Coherency Port

Accesses via 0x80000000 go through the ACP instead of using the DDR
directly.

Unfortunately the ACP has proven to be the cause of complete system
hangs. Disabling the ACP makes these problems go away.
Signed-off-by: default avatarNiklas Cassel <niklas.cassel@axis.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 661e50bc
......@@ -185,8 +185,7 @@ amba@0 {
#address-cells = <0x1>;
#size-cells = <0x1>;
ranges;
dma-ranges = <0x80000000 0x00000000 0x40000000>;
dma-coherent;
dma-ranges;
ethernet: ethernet@f8010000 {
clock-names = "phy_ref_clk", "apb_pclk";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment