summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/files
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2016-10-07 23:44:24 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-10-07 14:40:49 -0400
commit79b047066bb098aa52f3c88a5a64bbd520092390 (patch)
treea25cb1057fad14bde65e909d911516f00523544d /recipes-kernel/linux/files
parent666e6bd210ddd1cc636616c879a66974df964dfe (diff)
downloadmeta-ti-79b047066bb098aa52f3c88a5a64bbd520092390.tar.gz
linux: cmem: k2e, k2l-evm: update reserved memory
* The MSMC region needs to be relocated as it was conflicting with the boot monitor's persistent memory. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-kernel/linux/files')
-rw-r--r--recipes-kernel/linux/files/k2e/cmem.dtsi4
-rw-r--r--recipes-kernel/linux/files/k2l-evm/cmem.dtsi4
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes-kernel/linux/files/k2e/cmem.dtsi b/recipes-kernel/linux/files/k2e/cmem.dtsi
index 236b0ba8..4c8e785e 100644
--- a/recipes-kernel/linux/files/k2e/cmem.dtsi
+++ b/recipes-kernel/linux/files/k2e/cmem.dtsi
@@ -12,8 +12,8 @@
12 status = "okay"; 12 status = "okay";
13 }; 13 };
14 14
15 cmem_block_mem_1: cmem_block_mem@00c100000 { 15 cmem_block_mem_1: cmem_block_mem@00c080000 {
16 reg = <0x00000000 0x0c000000 0x00000000 0x00180000>; 16 reg = <0x00000000 0x0c080000 0x00000000 0x000c0000>;
17 no-map; 17 no-map;
18 status = "okay"; 18 status = "okay";
19 }; 19 };
diff --git a/recipes-kernel/linux/files/k2l-evm/cmem.dtsi b/recipes-kernel/linux/files/k2l-evm/cmem.dtsi
index 236b0ba8..4c8e785e 100644
--- a/recipes-kernel/linux/files/k2l-evm/cmem.dtsi
+++ b/recipes-kernel/linux/files/k2l-evm/cmem.dtsi
@@ -12,8 +12,8 @@
12 status = "okay"; 12 status = "okay";
13 }; 13 };
14 14
15 cmem_block_mem_1: cmem_block_mem@00c100000 { 15 cmem_block_mem_1: cmem_block_mem@00c080000 {
16 reg = <0x00000000 0x0c000000 0x00000000 0x00180000>; 16 reg = <0x00000000 0x0c080000 0x00000000 0x000c0000>;
17 no-map; 17 no-map;
18 status = "okay"; 18 status = "okay";
19 }; 19 };