Commit ecba2390 authored by Dinh Nguyen's avatar Dinh Nguyen
Browse files

ARM: dts: socfpga: enable arm,shared-override in the pl310



Enable the bit(22) shared-override bit for the SoCFPGA family. While at it,
enable the prefetch-data and prefetch-instr settings for the Arria10.

Signed-off-by: default avatarDinh Nguyen <dinguyen@opensource.altera.com>
parent 73c7d420
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -686,6 +686,7 @@ L2: l2-cache@fffef000 {
			arm,data-latency = <2 1 1>;
			prefetch-data = <1>;
			prefetch-instr = <1>;
			arm,shared-override;
		};

		mmc: dwmmc0@ff704000 {
+3 −0
Original line number Diff line number Diff line
@@ -573,6 +573,9 @@ L2: l2-cache@fffff000 {
			interrupts = <0 18 IRQ_TYPE_LEVEL_HIGH>;
			cache-unified;
			cache-level = <2>;
			prefetch-data = <1>;
			prefetch-instr = <1>;
			arm,shared-override;
		};

		mmc: dwmmc0@ff808000 {