diff options
| author | Djordje Senicic <x0157990@ti.com> | 2018-09-05 00:48:50 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2018-09-05 19:21:19 +0000 |
| commit | f92e4f5f05dce7a7a6f16386a772d30d6c9dda12 (patch) | |
| tree | be23569b0a4ddbcc8b36070e37dcf7a4d5098174 /recipes-kernel | |
| parent | c3a06e40700cd7e144ad4a8b698f3865a02d9e76 (diff) | |
| download | meta-ti-f92e4f5f05dce7a7a6f16386a772d30d6c9dda12.tar.gz | |
linux-ti-staging: Restore removed CMEM block in AM574x
* Both CMEM blocks 0 and 1 are required for OpenVX.
Signed-off-by: Djordje Senicic <x0157990@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-kernel')
| -rw-r--r-- | recipes-kernel/linux/files/dra7xx/cmem-am574x.dtsi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-kernel/linux/files/dra7xx/cmem-am574x.dtsi b/recipes-kernel/linux/files/dra7xx/cmem-am574x.dtsi index 9d207db5..8fb3e871 100644 --- a/recipes-kernel/linux/files/dra7xx/cmem-am574x.dtsi +++ b/recipes-kernel/linux/files/dra7xx/cmem-am574x.dtsi | |||
| @@ -9,6 +9,12 @@ | |||
| 9 | no-map; | 9 | no-map; |
| 10 | status = "okay"; | 10 | status = "okay"; |
| 11 | }; | 11 | }; |
| 12 | |||
| 13 | cmem_block_mem_1_ocmc3: cmem_block_mem@40500000 { | ||
| 14 | reg = <0x0 0x40500000 0x0 0x100000>; | ||
| 15 | no-map; | ||
| 16 | status = "okay"; | ||
| 17 | }; | ||
| 12 | }; | 18 | }; |
| 13 | 19 | ||
| 14 | cmem { | 20 | cmem { |
| @@ -25,5 +31,10 @@ | |||
| 25 | memory-region = <&cmem_block_mem_0>; | 31 | memory-region = <&cmem_block_mem_0>; |
| 26 | cmem-buf-pools = <1 0x0 0x18000000>; | 32 | cmem-buf-pools = <1 0x0 0x18000000>; |
| 27 | }; | 33 | }; |
| 34 | |||
| 35 | cmem_block_1: cmem_block@1 { | ||
| 36 | reg = <1>; | ||
| 37 | memory-region = <&cmem_block_mem_1_ocmc3>; | ||
| 38 | }; | ||
| 28 | }; | 39 | }; |
| 29 | }; | 40 | }; |
