From: Seungwon Jeon Date: Thu, 8 May 2014 22:02:33 +0000 (+0900) Subject: ARM: dts: disable MDMA1 node for exynos5420 X-Git-Tag: accepted/tizen/common/20150114.162108~61 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=60b7ee6bc7fed7f2f631075f8345a41740b9e58e;p=platform%2Fkernel%2Flinux-3.10.git ARM: dts: disable MDMA1 node for exynos5420 This change places MDMA1 in disabled node for Exynos5420. If MDMA1 region is configured with secure mode, it makes the boot failure with the following on smdk5420 board. ("Unhandled fault: imprecise external abort (0x1406) at 0x00000000") Thus, arndale-octa board don't need to do the same thing anymore. Signed-off-by: Seungwon Jeon Tested-by: Javi Merino Signed-off-by: Kukjin Kim --- diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi index 8a91a07..ba6728b 100644 --- a/arch/arm/boot/dts/exynos5420.dtsi +++ b/arch/arm/boot/dts/exynos5420.dtsi @@ -354,6 +354,13 @@ #dma-cells = <1>; #dma-channels = <8>; #dma-requests = <1>; + /* + * MDMA1 can support both secure and non-secure + * AXI transactions. When this is enabled in the kernel + * for boards that run in secure mode, we are getting + * imprecise external aborts causing the kernel to oops. + */ + status = "disabled"; }; };