Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3da355c0 authored by Tushar Behera's avatar Tushar Behera Committed by Kukjin Kim
Browse files

ARM: dts: Disable MDMA1 node for arndale-octa board



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 get
imprecise external aborts causing the kernel to oops.

Unhandled fault: imprecise external abort (0x1406) at 0x00000000
Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000007

Suggested-by: default avatarJavi Merino <javi.merino@arm.com>
Signed-off-by: default avatarTushar Behera <tushar.behera@linaro.org>
Tested-by: default avatarJavi Merino <javi.merino@arm.com>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent ba0d7ed3
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -361,4 +361,16 @@
			gpio-key,wakeup;
		};
	};

	amba {
		mdma1: mdma@11C10000 {
			/*
			 * 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";
		};
	};
};