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 CFD57C76196 for ; Mon, 3 Apr 2023 09:16:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231911AbjDCJQG (ORCPT ); Mon, 3 Apr 2023 05:16:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36648 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231909AbjDCJP7 (ORCPT ); Mon, 3 Apr 2023 05:15:59 -0400 Received: from mx07-00178001.pphosted.com (mx08-00178001.pphosted.com [91.207.212.93]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6BE9710416 for ; Mon, 3 Apr 2023 02:15:41 -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 3338pSWn019650; Mon, 3 Apr 2023 11:15:30 +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=spwrFBo+qHU/x6krGOVwcplnL41CRP9M0W6mgkfr7WI=; b=gii5gW8n2Yx2dHVLHRbJ1ogwFoUF3kE2T8Yolfe9UqeCXcTc8ahR0V0EqfNlmvilflXo Xqkll7XZWCr482wtJUXk5BKnvf5O8CAKpykvb8EEeoBnYywv525B9Fy9Lc55GgPv4IzG g89L2fK8kg1dVWrWR3vRkh0wpymOLN23UKevdlvIp5llcQTjjqBNygiFit+lLfNkQNZs HLDjsdFitK4TwlKSChhVlHwSYWKmT80zDOIBqrpU0+Fblo9+kQZzTTgAawWFpRx75x+N jY+HBCW9gq6c9Jh4epBf0kvvivezZYfQgKERqf5Q1hpmIvOV7xQm5YbS3ZBSQ3RqdDUQ 2Q== 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 3pqunhg6r5-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 03 Apr 2023 11:15:30 +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 806B410002A; Mon, 3 Apr 2023 11:15:29 +0200 (CEST) Received: from Webmail-eu.st.com (shfdag1node1.st.com [10.75.129.69]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 7981F2138E0; Mon, 3 Apr 2023 11:15:29 +0200 (CEST) Received: from [10.201.21.93] (10.201.21.93) 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.17; Mon, 3 Apr 2023 11:15:28 +0200 Message-ID: <31b1300b-7dd9-9bdf-be01-a79b1ac6e8cd@foss.st.com> Date: Mon, 3 Apr 2023 11:15:28 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: [PATCH v7 10/10] ARM: dts: stm32: add STM32MP1-based Phytec board Content-Language: en-US To: Steffen Trumtrar , CC: Krzysztof Kozlowski , Maxime Coquelin , , References: <20230330050408.3806093-1-s.trumtrar@pengutronix.de> <20230330050408.3806093-11-s.trumtrar@pengutronix.de> From: Alexandre TORGUE In-Reply-To: <20230330050408.3806093-11-s.trumtrar@pengutronix.de> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.201.21.93] 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.254,Aquarius:18.0.942,Hydra:6.0.573,FMLib:17.11.170.22 definitions=2023-04-03_06,2023-03-31_01,2023-02-09_01 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 3/30/23 07:04, Steffen Trumtrar wrote: > Add the Phytec STM32MP1-3 Dev board. The devboard uses a Phytec > stm32m157c-som. > > Signed-off-by: Steffen Trumtrar > --- > arch/arm/boot/dts/Makefile | 3 +- > .../dts/stm32mp157c-phycore-stm32mp1-3.dts | 65 +++++++++++++++++++ > 2 files changed, 67 insertions(+), 1 deletion(-) > create mode 100644 arch/arm/boot/dts/stm32mp157c-phycore-stm32mp1-3.dts > > diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile > index efe4152e5846d..dfa9a7477c825 100644 > --- a/arch/arm/boot/dts/Makefile > +++ b/arch/arm/boot/dts/Makefile > @@ -1252,7 +1252,8 @@ dtb-$(CONFIG_ARCH_STM32) += \ > stm32mp157c-ev1.dtb \ > stm32mp157c-ev1-scmi.dtb \ > stm32mp157c-lxa-mc1.dtb \ > - stm32mp157c-odyssey.dtb > + stm32mp157c-odyssey.dtb \ > + stm32mp157c-phycore-stm32mp1-3.dtb > dtb-$(CONFIG_MACH_SUN4I) += \ > sun4i-a10-a1000.dtb \ > sun4i-a10-ba10-tvbox.dtb \ > diff --git a/arch/arm/boot/dts/stm32mp157c-phycore-stm32mp1-3.dts b/arch/arm/boot/dts/stm32mp157c-phycore-stm32mp1-3.dts > new file mode 100644 > index 0000000000000..b433adc728710 > --- /dev/null > +++ b/arch/arm/boot/dts/stm32mp157c-phycore-stm32mp1-3.dts > @@ -0,0 +1,65 @@ > +// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) > +/* > + * Copyright (C) Phytec GmbH 2019-2020 - All Rights Reserved > + * Author: Dom VOVARD . > + */ > + > +/dts-v1/; > + > +#include > +#include "stm32mp157.dtsi" > +#include "stm32mp15xc.dtsi" > +#include "stm32mp15xxac-pinctrl.dtsi" > +#include "stm32mp157c-phycore-stm32mp15-som.dtsi" > + > +/ { > + model = "PHYTEC phyCORE-STM32MP1-3 Dev Board"; > + compatible = "phytec,phycore-stm32mp1-3", > + "phytec,phycore-stm32mp157c-som", "st,stm32mp157"; > + > + aliases { > + mmc0 = &sdmmc1; > + mmc1 = &sdmmc2; > + mmc2 = &sdmmc3; mmc aliases are still used in linux? > + serial0 = &uart4; > + serial1 = &usart3; > + serial2 = &usart1; > + }; > +}; > + > +&cryp1 { > + status = "okay"; > +}; > + > +&dts { > + status = "okay"; > +}; > + > +&fmc { > + status = "disabled"; > +}; > + > +&gpu { > + status = "okay"; > +}; > + > +&i2c4_eeprom { > + status = "okay"; > +}; > + > +&i2c4_rtc { > + status = "okay"; > +}; > + > +&qspi { > + status = "okay"; > +}; > + > +&sdmmc1 { > + secure-status = "disabled"; > +}; > + > +&sdmmc2 { > + status = "okay"; > + secure-status = "disabled"; > +}; What is the need to put the secure status disabled for SDMMC nodes ?