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

Commit 25217fef authored by Abhilash Kesavan's avatar Abhilash Kesavan Committed by Olof Johansson
Browse files

ARM: dts: disable CCI on exynos5420 based arndale-octa



The arndale-octa board was giving "imprecise external aborts" during
boot-up with MCPM enabled. CCI enablement of the boot cluster was found
to be the cause of these aborts (possibly because the secure f/w was not
allowing it). Hence, disable CCI for the arndale-octa board.

Signed-off-by: default avatarAbhilash Kesavan <a.kesavan@samsung.com>
Tested-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
Tested-by: default avatarKevin Hilman <khilman@linaro.org>
Tested-by: default avatarTyler Baker <tyler.baker@linaro.org>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 896ddd60
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -372,3 +372,7 @@
&usbdrd_dwc3_1 {
	dr_mode = "host";
};

&cci {
	status = "disabled";
};
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@
		};
	};

	cci@10d20000 {
	cci: cci@10d20000 {
		compatible = "arm,cci-400";
		#address-cells = <1>;
		#size-cells = <1>;