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 X-Spam-Level: X-Spam-Status: No, score=-8.3 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E351BC04E30 for ; Mon, 9 Dec 2019 13:28:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B780C20726 for ; Mon, 9 Dec 2019 13:28:26 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=st.com header.i=@st.com header.b="iW/ZLijt" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727598AbfLIN2Z (ORCPT ); Mon, 9 Dec 2019 08:28:25 -0500 Received: from mx07-00178001.pphosted.com ([62.209.51.94]:51024 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727074AbfLIN2Z (ORCPT ); Mon, 9 Dec 2019 08:28:25 -0500 Received: from pps.filterd (m0046668.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id xB9DMhDR001394; Mon, 9 Dec 2019 14:28:17 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=st.com; h=subject : to : cc : references : from : message-id : date : mime-version : in-reply-to : content-type : content-transfer-encoding; s=STMicroelectronics; bh=Cm28hvfhvY97v4kLNgG8xtvd1BicsLopvjHAPEFSsbc=; b=iW/ZLijtTxiPtXEIvr95+nezSEyelFNFdfdpVDlOjkRmru7D6/I84slTKT8OvgZEqADM 74RUhX+aFUUU+7nxsTxbiQYeVaoOIPM3O9C/DIDY/Rq5KJ8W7BAy7DKohQFTyONflp9p 8Hx0FTNDEl7XYv5eH45NuZKbxSLH/heIVOoY9QZPmIzOxbY/epY/JSdbJl8wmNOT/gE9 nadw/+v7nNCqGhoIfl33WUYX4PfHQobi+jjiUpxkkD2qFdbk+UVyZB4eENy2D0veuanF Ub1UrWtjN5wZ9RU3gzsSJsQQ7hrqnX8jDnXj2Gq7JV5/uqh4xpiDbFxCXlRonVLVKlM0 Pw== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com with ESMTP id 2wradh7m4b-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 09 Dec 2019 14:28:17 +0100 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id BE6C310002A; Mon, 9 Dec 2019 14:28:16 +0100 (CET) Received: from Webmail-eu.st.com (sfhdag3node2.st.com [10.75.127.8]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id B119B2D3767; Mon, 9 Dec 2019 14:28:16 +0100 (CET) Received: from lmecxl0912.lme.st.com (10.75.127.49) by SFHDAG3NODE2.st.com (10.75.127.8) with Microsoft SMTP Server (TLS) id 15.0.1347.2; Mon, 9 Dec 2019 14:28:16 +0100 Subject: Re: [PATCH v2] ARM: dts: stm32: remove "@" and "_" from stm32f7 pinmux groups To: Benjamin Gaignard , , CC: , , , References: <20191204155333.25401-1-benjamin.gaignard@st.com> <20191204155333.25401-2-benjamin.gaignard@st.com> From: Alexandre Torgue Message-ID: Date: Mon, 9 Dec 2019 14:28:15 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: <20191204155333.25401-2-benjamin.gaignard@st.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.75.127.49] X-ClientProxiedBy: SFHDAG8NODE1.st.com (10.75.127.22) To SFHDAG3NODE2.st.com (10.75.127.8) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.95,18.0.572 definitions=2019-12-09_04:2019-12-09,2019-12-09 signatures=0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Benjamin On 12/4/19 4:53 PM, Benjamin Gaignard wrote: > Replace all "@" and "_" by "-" in pinmux groups for stm32f7 family. > This avoid errors when using yaml to check the bindings. > > Signed-off-by: Benjamin Gaignard > --- > changes in version 2: > - replace @ and _ by - > > arch/arm/boot/dts/stm32f7-pinctrl.dtsi | 22 +++++++++++----------- > 1 file changed, 11 insertions(+), 11 deletions(-) > > diff --git a/arch/arm/boot/dts/stm32f7-pinctrl.dtsi b/arch/arm/boot/dts/stm32f7-pinctrl.dtsi > index 9314128df185..fe4cfda72a47 100644 > --- a/arch/arm/boot/dts/stm32f7-pinctrl.dtsi > +++ b/arch/arm/boot/dts/stm32f7-pinctrl.dtsi Applied on stm32-next. Thanks. Alex