Skip to content

Commit

Permalink
ARM: dts: disable CCI on exynos5420 based arndale-octa
Browse files Browse the repository at this point in the history
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: Abhilash Kesavan <[email protected]>
Tested-by: Krzysztof Kozlowski <[email protected]>
Tested-by: Kevin Hilman <[email protected]>
Tested-by: Tyler Baker <[email protected]>
Signed-off-by: Olof Johansson <[email protected]>
  • Loading branch information
Abhilash Kesavan authored and olofj committed Jan 17, 2015
1 parent 896ddd6 commit 25217fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/exynos5420-arndale-octa.dts
Original file line number Diff line number Diff line change
Expand Up @@ -372,3 +372,7 @@
&usbdrd_dwc3_1 {
dr_mode = "host";
};

&cci {
status = "disabled";
};
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/exynos5420.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
};
};

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

0 comments on commit 25217fe

Please sign in to comment.