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 56D74C433EF for ; Thu, 25 Nov 2021 15:11:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240001AbhKYPPI (ORCPT ); Thu, 25 Nov 2021 10:15:08 -0500 Received: from mx08-00178001.pphosted.com ([91.207.212.93]:50438 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1349951AbhKYPNH (ORCPT ); Thu, 25 Nov 2021 10:13:07 -0500 Received: from pps.filterd (m0046661.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.16.1.2/8.16.1.2) with ESMTP id 1APCh56F016520; Thu, 25 Nov 2021 16:09:46 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h=subject : to : cc : references : from : message-id : date : mime-version : in-reply-to : content-type : content-transfer-encoding; s=selector1; bh=p2HPIi91qpsIIqhOstLvefiBWNtsY55xk3VxDKr+6Yk=; b=J6NHd09bnMmg1ABkV3UdHn1OdaeOyKZBKOUwfXi71bYNWriGDjhCZpSgW3sHFVC2+9Tc FCuqQiNE33xeHmTbKAoHAxMDhcLftdwH758VAzW4uZqEo583Re3SY4bcFoY/bEoDZrwW mM3PZnKWaK22BMTEPQkdlLwlYcToddAhMoJpKSWx2CMwh3gMxRUUA0MyrAPO9Y9MeU7i qFPQiYey4ZX/S19n6aVgvtWhyrV4ppqXwH1pKsRe7Z/ZC/BsSOwHs+1rTD2/bTQKqzYC ldImKflLzfgj3FrXFYtd+uChD8sNVVpe+xPwjVvTNoMirZ/VyiZ07v38jg0wJ5S/VScQ Kg== 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 3cjar3gugg-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 25 Nov 2021 16:09:46 +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 21BE710002A; Thu, 25 Nov 2021 16:09:46 +0100 (CET) Received: from Webmail-eu.st.com (sfhdag2node2.st.com [10.75.127.5]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 18459239FAC; Thu, 25 Nov 2021 16:09:46 +0100 (CET) Received: from lmecxl0912.lme.st.com (10.75.127.51) by SFHDAG2NODE2.st.com (10.75.127.5) with Microsoft SMTP Server (TLS) id 15.0.1497.26; Thu, 25 Nov 2021 16:09:45 +0100 Subject: Re: [PATCH 1/1] ARM: dts: stm32: clean useless spaces in uart4_idle_pins_a node To: Erwan Le Ray , Maxime Coquelin , Rob Herring CC: , , , , Fabrice Gasnier , Valentin Caron , Amelie Delaunay References: <20211020150230.9939-1-erwan.leray@foss.st.com> From: Alexandre TORGUE Message-ID: <7e5af715-2ab8-670d-74ca-57904c7c90f8@foss.st.com> Date: Thu, 25 Nov 2021 16:09:45 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <20211020150230.9939-1-erwan.leray@foss.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.51] X-ClientProxiedBy: SFHDAG1NODE2.st.com (10.75.127.2) To SFHDAG2NODE2.st.com (10.75.127.5) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.790,Hydra:6.0.425,FMLib:17.0.607.475 definitions=2021-11-25_06,2021-11-25_01,2020-04-07_01 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/20/21 5:02 PM, Erwan Le Ray wrote: > Clean useless spaces in uart4_idle_pins_a node. > > Signed-off-by: Erwan Le Ray > > diff --git a/arch/arm/boot/dts/stm32mp15-pinctrl.dtsi b/arch/arm/boot/dts/stm32mp15-pinctrl.dtsi > index 5b60ecbd718f..e13c2a9762b8 100644 > --- a/arch/arm/boot/dts/stm32mp15-pinctrl.dtsi > +++ b/arch/arm/boot/dts/stm32mp15-pinctrl.dtsi > @@ -1737,20 +1737,20 @@ > }; > > uart4_idle_pins_a: uart4-idle-0 { > - pins1 { > - pinmux = ; /* UART4_TX */ > - }; > - pins2 { > - pinmux = ; /* UART4_RX */ > - bias-disable; > - }; > + pins1 { > + pinmux = ; /* UART4_TX */ > + }; > + pins2 { > + pinmux = ; /* UART4_RX */ > + bias-disable; > + }; > }; > > uart4_sleep_pins_a: uart4-sleep-0 { > - pins { > + pins { > pinmux = , /* UART4_TX */ > ; /* UART4_RX */ > - }; > + }; > }; > > uart4_pins_b: uart4-1 { > Applied on stm32-next. Thanks Alex