Skip to content

Commit 09085ef

Browse files
Jaska Uimonennashif
authored andcommitted
dts: xtensa: intel: update cavs25 sram size
Cavs25 sram size should be 3MB instead of 2MB, thus update the correct value. Signed-off-by: Jaska Uimonen <[email protected]>
1 parent b2c00ec commit 09085ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/xtensa/intel/intel_adsp_cavs25.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
sram0: memory@be000000 {
5959
device_type = "memory";
6060
compatible = "mmio-sram";
61-
reg = <0xbe000000 DT_SIZE_K(1920)>;
61+
reg = <0xbe000000 DT_SIZE_K(2944)>;
6262
};
6363

6464
sram1: memory@be800000 {

0 commit comments

Comments
 (0)