]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: socfpga: enable arm,shared-override in the pl310
authorDinh Nguyen <dinguyen@opensource.altera.com>
Mon, 26 Sep 2016 19:29:30 +0000 (14:29 -0500)
committerDinh Nguyen <dinguyen@opensource.altera.com>
Tue, 18 Oct 2016 20:57:13 +0000 (15:57 -0500)
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: Dinh Nguyen <dinguyen@opensource.altera.com>
arch/arm/boot/dts/socfpga.dtsi
arch/arm/boot/dts/socfpga_arria10.dtsi

index 9f48141270b83a4a29aa3ac2dfce79ba10c9c1b1..28ff6e4cd54e226eb9810fb5e1c2637954088538 100644 (file)
                        arm,data-latency = <2 1 1>;
                        prefetch-data = <1>;
                        prefetch-instr = <1>;
+                       arm,shared-override;
                };
 
                mmc: dwmmc0@ff704000 {
index f520cbff5e1c915b942b85e42b1c6449dc784d19..ac0e19ca14b0db15c3f6d203091aa46eb67c49cf 100644 (file)
                        interrupts = <0 18 IRQ_TYPE_LEVEL_HIGH>;
                        cache-unified;
                        cache-level = <2>;
+                       prefetch-data = <1>;
+                       prefetch-instr = <1>;
+                       arm,shared-override;
                };
 
                mmc: dwmmc0@ff808000 {