Skip to content

Commit 31a8202

Browse files
Mihai Sainclaudiubeznea
authored andcommitted
ARM: dts: microchip: sama5d3: Update the cache configuration for CPU
Add the memory size properties for L1 according with block diagram from datasheet: - L1 cache configuration with 32 KB for both data and instruction cache. [root@sama5d3 ~]$ lscpu Architecture: armv7l Byte Order: Little Endian CPU(s): 1 On-line CPU(s) list: 0 Vendor ID: ARM Model name: Cortex-A5 Caches (sum of all): L1d: 32 KiB (1 instance) L1i: 32 KiB (1 instance) Signed-off-by: Mihai Sain <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Claudiu Beznea <[email protected]>
1 parent ab435d1 commit 31a8202

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm/boot/dts/microchip/sama5d3.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
device_type = "cpu";
4949
compatible = "arm,cortex-a5";
5050
reg = <0x0>;
51+
d-cache-size = <0x8000>; // L1, 32 KB
52+
i-cache-size = <0x8000>; // L1, 32 KB
5153
};
5254
};
5355

0 commit comments

Comments
 (0)