diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2015-11-09 23:09:22 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-11-09 14:32:40 -0500 |
commit | 7f96040e3a6e7e664ea23673953d9666cfcdc050 (patch) | |
tree | f6f1eca98151d89ff6326122f77f5598745313ef /recipes-kernel | |
parent | a32043d538f796071fdfa4dba2c98db627a4a4a0 (diff) | |
download | meta-ti-7f96040e3a6e7e664ea23673953d9666cfcdc050.tar.gz |
linux: cmem: k2hk-evm: Reduce reserved memory
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/files/k2hk-evm/cmem.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/files/k2hk-evm/cmem.dtsi b/recipes-kernel/linux/files/k2hk-evm/cmem.dtsi index 7e897abc..98e9e7c7 100644 --- a/recipes-kernel/linux/files/k2hk-evm/cmem.dtsi +++ b/recipes-kernel/linux/files/k2hk-evm/cmem.dtsi | |||
@@ -7,7 +7,7 @@ | |||
7 | }; | 7 | }; |
8 | 8 | ||
9 | cmem_block_mem_0: cmem_block_mem@829000000 { | 9 | cmem_block_mem_0: cmem_block_mem@829000000 { |
10 | reg = <0x00000008 0x29000000 0x00000000 0x57000000>; | 10 | reg = <0x00000008 0x29000000 0x00000000 0x17000000>; |
11 | no-map; | 11 | no-map; |
12 | status = "okay"; | 12 | status = "okay"; |
13 | }; | 13 | }; |
@@ -37,7 +37,7 @@ | |||
37 | cmem_block_0: cmem_block@0 { | 37 | cmem_block_0: cmem_block@0 { |
38 | reg = <0>; | 38 | reg = <0>; |
39 | memory-region = <&cmem_block_mem_0>; | 39 | memory-region = <&cmem_block_mem_0>; |
40 | cmem-buf-pools = <1 0x00000000 0x57000000>; | 40 | cmem-buf-pools = <1 0x00000000 0x17000000>; |
41 | }; | 41 | }; |
42 | 42 | ||
43 | cmem_block_1: cmem_block@1 { | 43 | cmem_block_1: cmem_block@1 { |