devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Patrice CHOTARD <patrice.chotard@foss.st.com>
To: Alain Volmat <avolmat@me.com>, Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Conor Dooley <conor+dt@kernel.org>
Cc: <linux-arm-kernel@lists.infradead.org>,
	<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 2/3] ARM: dts: st: move leds out of soc in stih418-b2264.dts
Date: Wed, 16 Aug 2023 09:16:35 +0200	[thread overview]
Message-ID: <35b63303-07ee-9c8c-6e33-f970fc244441@foss.st.com> (raw)
In-Reply-To: <a5f5c64d-672d-2d1b-5243-af0e2a7186f5@foss.st.com>



On 8/16/23 09:16, Patrice CHOTARD wrote:
> 
> 
> 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 <avolmat@me.com>
>> ---
>>  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 = &ethernet0;
>>  	};
>>  
>> -	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
Applied on sti-next

Thanks
Patrice

  reply	other threads:[~2023-08-16  7:17 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-02 16:19 [PATCH 0/3] ARM: dts: st: dts fixes in stih418-b2264.dts Alain Volmat
2023-07-02 16:19 ` [PATCH 1/3] ARM: dts: st: correct serial alias " Alain Volmat
2023-08-16  7:07   ` Patrice CHOTARD
2023-08-16  7:16   ` Patrice CHOTARD
2023-07-02 16:19 ` [PATCH 2/3] ARM: dts: st: move leds out of soc " Alain Volmat
2023-08-16  7:08   ` Patrice CHOTARD
2023-08-16  7:16   ` Patrice CHOTARD
2023-08-16  7:16     ` Patrice CHOTARD [this message]
2023-07-02 16:19 ` [PATCH 3/3] ARM: dts: st: correct led level " Alain Volmat
2023-08-16  7:08   ` Patrice CHOTARD

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=35b63303-07ee-9c8c-6e33-f970fc244441@foss.st.com \
    --to=patrice.chotard@foss.st.com \
    --cc=avolmat@me.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).