From: Niklas Cassel Date: Wed, 21 Feb 2018 08:59:53 +0000 (+0100) Subject: ARM: dts: artpec: disable Accelerator Coherency Port X-Git-Tag: v4.19~1283^2~78 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0fc123744e8fbe6dd933b5ef2892e4c70d2f2fb3;p=platform%2Fkernel%2Flinux-rpi3.git 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: Niklas Cassel Signed-off-by: Arnd Bergmann --- diff --git a/arch/arm/boot/dts/artpec6.dtsi b/arch/arm/boot/dts/artpec6.dtsi index 2ed1177..d9776a9 100644 --- a/arch/arm/boot/dts/artpec6.dtsi +++ b/arch/arm/boot/dts/artpec6.dtsi @@ -185,8 +185,7 @@ #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";