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 9CB50C001E0 for ; Wed, 16 Aug 2023 07:17:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242339AbjHPHQo (ORCPT ); Wed, 16 Aug 2023 03:16:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43564 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242341AbjHPHQn (ORCPT ); Wed, 16 Aug 2023 03:16:43 -0400 Received: from mx07-00178001.pphosted.com (mx08-00178001.pphosted.com [91.207.212.93]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9D77D2112; Wed, 16 Aug 2023 00:16:42 -0700 (PDT) Received: from pps.filterd (m0046660.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 37G5doba003752; Wed, 16 Aug 2023 09:16:29 +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=eT9aBCMC6NOxB1KBF9PylBzMKKjFG2vTyrm1qS43u4I=; b=7c gDm7q5p3pWPHEjHJRT3wsV9uDNfavr7ETPNbMk6KbcqFdK7J0f3GX3bh5PK6lUDt dEgChjtCrq5Qrql0Sq1q5j+BbW1okVCp7hhCFBrqCP00Z5AuACMAOhydMcQi4NRi fJmlPp2BwpK5Cj3NERorpU9zARyNOEAZmqxEHv6NYIKiJwxABdfhU1arrlWFW5lm JcakYcw34TTQW6j0iwnxdSLZwIqTo8A0t1VCEMJIgpQsUCfJs9mZcecyQJzOdV1f VVvTTXaBaNXw5oudXkmOH12SaAc672V5atORL3C/Bty/H7vWnCKTv7XD4M3at8yY N6jxZVrDLBauz51iKBdQ== 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 3sgexxjnaq-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 16 Aug 2023 09:16:29 +0200 (MEST) Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id C0C7E10005D; Wed, 16 Aug 2023 09:16:28 +0200 (CEST) Received: from Webmail-eu.st.com (eqndag1node4.st.com [10.75.129.133]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id B8821217B6A; Wed, 16 Aug 2023 09:16:28 +0200 (CEST) Received: from [10.201.20.38] (10.201.20.38) by EQNDAG1NODE4.st.com (10.75.129.133) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.21; Wed, 16 Aug 2023 09:16:28 +0200 Message-ID: Date: Wed, 16 Aug 2023 09:16:27 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Subject: Re: [PATCH 2/3] ARM: dts: st: move leds out of soc in stih418-b2264.dts Content-Language: en-US To: Alain Volmat , Rob Herring , Krzysztof Kozlowski , Conor Dooley CC: , , References: <20230702161936.134429-1-avolmat@me.com> <20230702161936.134429-3-avolmat@me.com> From: Patrice CHOTARD In-Reply-To: <20230702161936.134429-3-avolmat@me.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.201.20.38] X-ClientProxiedBy: EQNCAS1NODE3.st.com (10.75.129.80) To EQNDAG1NODE4.st.com (10.75.129.133) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.267,Aquarius:18.0.957,Hydra:6.0.601,FMLib:17.11.176.26 definitions=2023-08-16_05,2023-08-15_02,2023-05-22_02 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 7/2/23 18:19, Alain Volmat wrote: > Move the leds node out of the soc section > and correct the following warning: > Warning (simple_bus_reg): /soc/leds: missing or empty reg/ranges property > > Signed-off-by: Alain Volmat > --- > arch/arm/boot/dts/st/stih418-b2264.dts | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) > > diff --git a/arch/arm/boot/dts/st/stih418-b2264.dts b/arch/arm/boot/dts/st/stih418-b2264.dts > index f496ca28850d..d4874282cfba 100644 > --- a/arch/arm/boot/dts/st/stih418-b2264.dts > +++ b/arch/arm/boot/dts/st/stih418-b2264.dts > @@ -73,15 +73,15 @@ aliases { > ethernet0 = ðernet0; > }; > > - soc { > - leds { > - compatible = "gpio-leds"; > - led-green { > - gpios = <&pio1 3 GPIO_ACTIVE_HIGH>; > - default-state = "off"; > - }; > + leds { > + compatible = "gpio-leds"; > + led-green { > + gpios = <&pio1 3 GPIO_ACTIVE_HIGH>; > + default-state = "off"; > }; > + }; > > + soc { > pin-controller-sbc@961f080 { > gmac1 { > rgmii1-0 { Applied on sti-next Thanks Patrice