OSDN Git Service

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 9f48141..28ff6e4 100644 (file)
                        arm,data-latency = <2 1 1>;
                        prefetch-data = <1>;
                        prefetch-instr = <1>;
+                       arm,shared-override;
                };
 
                mmc: dwmmc0@ff704000 {
index f520cbf..ac0e19c 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 {