summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/exynos5420.dtsi
diff options
context:
space:
mode:
authorSeungwon Jeon <tgih.jun@samsung.com>2014-05-09 07:02:33 +0900
committerHyungwon Hwang <human.hwang@samsung.com>2014-12-17 16:18:10 +0900
commit60b7ee6bc7fed7f2f631075f8345a41740b9e58e (patch)
treee5e51efac430bac2b0b548ea26b2b1ce2199f60b /arch/arm/boot/dts/exynos5420.dtsi
parentb7fd84a3f46da8be3bd9246f28399d15fc9c3755 (diff)
downloadlinux-3.10-60b7ee6bc7fed7f2f631075f8345a41740b9e58e.tar.gz
linux-3.10-60b7ee6bc7fed7f2f631075f8345a41740b9e58e.tar.bz2
linux-3.10-60b7ee6bc7fed7f2f631075f8345a41740b9e58e.zip
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 <tgih.jun@samsung.com> Tested-by: Javi Merino <javi.merino@arm.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/boot/dts/exynos5420.dtsi')
-rw-r--r--arch/arm/boot/dts/exynos5420.dtsi7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi
index 8a91a07da1a..ba6728b609e 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";
};
};