From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6B9D5EB64D9 for ; Mon, 10 Jul 2023 14:50:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230255AbjGJOuD (ORCPT ); Mon, 10 Jul 2023 10:50:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55042 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230008AbjGJOuC (ORCPT ); Mon, 10 Jul 2023 10:50:02 -0400 Received: from mx07-00178001.pphosted.com (mx08-00178001.pphosted.com [91.207.212.93]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7A13B106; Mon, 10 Jul 2023 07:50:00 -0700 (PDT) Received: from pps.filterd (m0046661.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 36ACrLXs015879; Mon, 10 Jul 2023 16:49:38 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h=message-id : date : mime-version : subject : to : cc : references : from : in-reply-to : content-type : content-transfer-encoding; s=selector1; bh=VI5BUgJKKnKd81L1yWTc/ee+ko738S4C9F8jfybX2Fo=; b=Oytith9HRt/VQTLW1jj7BPwyCTMarM5sJXs/+TBddf+wFYTUJc7PCMHu3/9vNQOQ08UO QyCJGxEldx30p9C0l/W513Arbmdv6qvTYyJ806Y0ZNwEG/y4wJYYVOx49Jln5ElHeN6I 7gVav+ee+MtrmO0VcrDrlrHbO376iRPJa8VXDsg6aX+V6yFXq90osOGjZBJvMrvhkQW/ O/T2UjZ5IYovB14QHw8VfHG5aiUSB4b4vls/2JZce/H2mVqcAxPRj3IlhaJwLL8YKLrW 2nNd4CmIpvolCRGUWjQeQbwtYOX9tlGtmyXR6UH9Kzd0qkG1ZMHZLsLwvX+w6/bhmmzd yg== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 3rrjcygtfm-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 10 Jul 2023 16:49:38 +0200 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id EC66910005D; Mon, 10 Jul 2023 16:49:36 +0200 (CEST) Received: from Webmail-eu.st.com (shfdag1node1.st.com [10.75.129.69]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id D816C25E537; Mon, 10 Jul 2023 16:49:36 +0200 (CEST) Received: from [10.201.21.122] (10.201.21.122) by SHFDAG1NODE1.st.com (10.75.129.69) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.21; Mon, 10 Jul 2023 16:49:36 +0200 Message-ID: Date: Mon, 10 Jul 2023 16:49:35 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Subject: Re: [PATCH 0/2] ARM: dts: sm32mp: remove shmem for scmi-optee Content-Language: en-US To: Patrick Delaunay , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Maxime Coquelin , Russell King , Gabriel Fernandez CC: Christophe PRIOUZEAU , Etienne CARRIERE , Gatien CHEVALLIER , , , , References: <20230705154459.1194895-1-patrick.delaunay@foss.st.com> From: Alexandre TORGUE In-Reply-To: <20230705154459.1194895-1-patrick.delaunay@foss.st.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.201.21.122] X-ClientProxiedBy: EQNCAS1NODE3.st.com (10.75.129.80) To SHFDAG1NODE1.st.com (10.75.129.69) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.957,Hydra:6.0.591,FMLib:17.11.176.26 definitions=2023-07-10_10,2023-07-06_02,2023-05-22_02 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 7/5/23 17:44, Patrick Delaunay wrote: > > Remove the optional shared memory in SYSRAM and > use the OP-TEE native shared memory for SCMI-OPTEE to > - avoid boot issue with the latest OP-TEE version 3.22.0 for STM32MP15 SoC, > when CFG_STM32MP1_SCMI_SHM_SYSRAM is disabled > - prepare migration with the same configuration for STM32MP13 SoC > > > > Patrick Delaunay (2): > ARM: dts: sm32mp: remove shmem for scmi-optee on stm32mp15 > ARM: dts: sm32mp: remove shmem for scmi-optee on stm32mp13 > > arch/arm/boot/dts/st/stm32mp131.dtsi | 14 -------------- > arch/arm/boot/dts/st/stm32mp15-scmi.dtsi | 16 ---------------- > 2 files changed, 30 deletions(-) > Applied to stm32-next. Will be send for fixes in this v6.5 cycle. Thanks Alex