From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id B813FE00C44; Fri, 7 Oct 2016 11:41:04 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,RDNS_DYNAMIC autolearn=no version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 1.0 RDNS_DYNAMIC Delivered to internal network by host with * dynamic-looking rDNS Received: from arago-project.org (ec2-184-73-161-183.compute-1.amazonaws.com [184.73.161.183]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id A2A8FE00C46 for ; Fri, 7 Oct 2016 11:41:02 -0700 (PDT) Received: by arago-project.org (Postfix, from userid 107) id C28F2529B9; Fri, 7 Oct 2016 18:41:01 +0000 (UTC) To: meta-ti@yoctoproject.org Message-Id: <20161007184101.C28F2529B9@arago-project.org> Date: Fri, 7 Oct 2016 18:41:01 +0000 (UTC) From: git@arago-project.org (Arago Project git) Subject: Jacob Stiffler : linux: cmem: k2e, k2l-evm: update reserved memory X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2016 18:41:04 -0000 Content-Type: text/plain; charset=UTF-8 Module: meta-ti Branch: master Commit: 79b047066bb098aa52f3c88a5a64bbd520092390 URL: http://arago-project.org/git/meta-ti.git?a=commit;h=79b047066bb098aa52f3c88a5a64bbd520092390 Author: Jacob Stiffler Date: Fri Oct 7 23:44:24 2016 +0000 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 Signed-off-by: Denys Dmytriyenko --- recipes-kernel/linux/files/k2e/cmem.dtsi | 4 ++-- recipes-kernel/linux/files/k2l-evm/cmem.dtsi | 4 ++-- 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 236b0ba..4c8e785 100644 --- a/recipes-kernel/linux/files/k2e/cmem.dtsi +++ b/recipes-kernel/linux/files/k2e/cmem.dtsi @@ -12,8 +12,8 @@ status = "okay"; }; - cmem_block_mem_1: cmem_block_mem@00c100000 { - reg = <0x00000000 0x0c000000 0x00000000 0x00180000>; + cmem_block_mem_1: cmem_block_mem@00c080000 { + reg = <0x00000000 0x0c080000 0x00000000 0x000c0000>; no-map; status = "okay"; }; diff --git a/recipes-kernel/linux/files/k2l-evm/cmem.dtsi b/recipes-kernel/linux/files/k2l-evm/cmem.dtsi index 236b0ba..4c8e785 100644 --- a/recipes-kernel/linux/files/k2l-evm/cmem.dtsi +++ b/recipes-kernel/linux/files/k2l-evm/cmem.dtsi @@ -12,8 +12,8 @@ status = "okay"; }; - cmem_block_mem_1: cmem_block_mem@00c100000 { - reg = <0x00000000 0x0c000000 0x00000000 0x00180000>; + cmem_block_mem_1: cmem_block_mem@00c080000 { + reg = <0x00000000 0x0c080000 0x00000000 0x000c0000>; no-map; status = "okay"; };