All of lore.kernel.org
 help / color / mirror / Atom feed
From: g.portay@overkiz.com (Gaël PORTAY)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: at91/dts: kizbox: fix mismatch LED PWM device
Date: Thu, 04 Jun 2015 10:13:58 +0200	[thread overview]
Message-ID: <557008C6.60900@overkiz.com> (raw)
In-Reply-To: <55700621.4080900@atmel.com>

On 04/06/2015 10:02, Nicolas Ferre wrote:
> Le 03/06/2015 11:44, Ga?l PORTAY a ?crit :
>> The network_red LED uses the 4th PWM device.
>>
>> Signed-off-by: Ga?l PORTAY <g.portay@overkiz.com>
>
> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
>
> And stacked on at91-4.2-dt.
>
> Bye,
>
>> ---
>>   arch/arm/boot/dts/at91-kizbox.dts | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/arch/arm/boot/dts/at91-kizbox.dts b/arch/arm/boot/dts/at91-kizbox.dts
>> index a0e63ff..cf1628f 100644
>> --- a/arch/arm/boot/dts/at91-kizbox.dts
>> +++ b/arch/arm/boot/dts/at91-kizbox.dts
>> @@ -205,7 +205,7 @@
>>
>>   		network_red {
>>   			label = "pwm:red:network";
>> -			pwms = <&tcb_pwm 3 10000000 PWM_POLARITY_INVERTED>;
>> +			pwms = <&tcb_pwm 4 10000000 PWM_POLARITY_INVERTED>;
>>   			max-brightness = <255>;
>>   			linux,default-trigger = "default-on";
>>   		};
>>
>
>

Thanks Nico

WARNING: multiple messages have this Message-ID (diff)
From: "Gaël PORTAY" <g.portay@overkiz.com>
To: Nicolas Ferre <nicolas.ferre@atmel.com>,
	Boris Brezillon <boris.brezillon@free-electrons.com>,
	Alexandre Belloni <alexandre.belloni@free-electrons.com>,
	Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ARM: at91/dts: kizbox: fix mismatch LED PWM device
Date: Thu, 04 Jun 2015 10:13:58 +0200	[thread overview]
Message-ID: <557008C6.60900@overkiz.com> (raw)
In-Reply-To: <55700621.4080900@atmel.com>

On 04/06/2015 10:02, Nicolas Ferre wrote:
> Le 03/06/2015 11:44, Gaël PORTAY a écrit :
>> The network_red LED uses the 4th PWM device.
>>
>> Signed-off-by: Gaël PORTAY <g.portay@overkiz.com>
>
> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
>
> And stacked on at91-4.2-dt.
>
> Bye,
>
>> ---
>>   arch/arm/boot/dts/at91-kizbox.dts | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/arch/arm/boot/dts/at91-kizbox.dts b/arch/arm/boot/dts/at91-kizbox.dts
>> index a0e63ff..cf1628f 100644
>> --- a/arch/arm/boot/dts/at91-kizbox.dts
>> +++ b/arch/arm/boot/dts/at91-kizbox.dts
>> @@ -205,7 +205,7 @@
>>
>>   		network_red {
>>   			label = "pwm:red:network";
>> -			pwms = <&tcb_pwm 3 10000000 PWM_POLARITY_INVERTED>;
>> +			pwms = <&tcb_pwm 4 10000000 PWM_POLARITY_INVERTED>;
>>   			max-brightness = <255>;
>>   			linux,default-trigger = "default-on";
>>   		};
>>
>
>

Thanks Nico

  reply	other threads:[~2015-06-04  8:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-03  9:44 [PATCH] ARM: at91/dts: kizbox: fix mismatch LED PWM device Gaël PORTAY
2015-06-03  9:44 ` Gaël PORTAY
2015-06-04  8:02 ` Nicolas Ferre
2015-06-04  8:02   ` Nicolas Ferre
2015-06-04  8:13   ` Gaël PORTAY [this message]
2015-06-04  8:13     ` Gaël PORTAY

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=557008C6.60900@overkiz.com \
    --to=g.portay@overkiz.com \
    --cc=linux-arm-kernel@lists.infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.