linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: at91/dts: kizbox: fix mismatch LED PWM device
@ 2015-06-03  9:44 Gaël PORTAY
  2015-06-04  8:02 ` Nicolas Ferre
  0 siblings, 1 reply; 3+ messages in thread
From: Gaël PORTAY @ 2015-06-03  9:44 UTC (permalink / raw)
  To: Nicolas Ferre, Boris Brezillon, Alexandre Belloni,
	Jean-Christophe PLAGNIOL-VILLARD
  Cc: linux-arm-kernel, linux-kernel, Gaël PORTAY

The network_red LED uses the 4th PWM device.

Signed-off-by: Gaël PORTAY <g.portay@overkiz.com>
---
 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";
 		};
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: at91/dts: kizbox: fix mismatch LED PWM device
  2015-06-03  9:44 [PATCH] ARM: at91/dts: kizbox: fix mismatch LED PWM device Gaël PORTAY
@ 2015-06-04  8:02 ` Nicolas Ferre
  2015-06-04  8:13   ` Gaël PORTAY
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Ferre @ 2015-06-04  8:02 UTC (permalink / raw)
  To: Gaël PORTAY, Boris Brezillon, Alexandre Belloni,
	Jean-Christophe PLAGNIOL-VILLARD
  Cc: linux-arm-kernel, linux-kernel

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";
>  		};
> 


-- 
Nicolas Ferre

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: at91/dts: kizbox: fix mismatch LED PWM device
  2015-06-04  8:02 ` Nicolas Ferre
@ 2015-06-04  8:13   ` Gaël PORTAY
  0 siblings, 0 replies; 3+ messages in thread
From: Gaël PORTAY @ 2015-06-04  8:13 UTC (permalink / raw)
  To: Nicolas Ferre, Boris Brezillon, Alexandre Belloni,
	Jean-Christophe PLAGNIOL-VILLARD
  Cc: linux-arm-kernel, linux-kernel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-06-04 13:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-03  9:44 [PATCH] ARM: at91/dts: kizbox: fix mismatch LED PWM device Gaël PORTAY
2015-06-04  8:02 ` Nicolas Ferre
2015-06-04  8:13   ` Gaël PORTAY

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).