lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 4 Jun 2015 10:02:41 +0200
From:	Nicolas Ferre <nicolas.ferre@...el.com>
To:	Gaël PORTAY <g.portay@...rkiz.com>,
	Boris Brezillon <boris.brezillon@...e-electrons.com>,
	Alexandre Belloni <alexandre.belloni@...e-electrons.com>,
	Jean-Christophe PLAGNIOL-VILLARD <plagnioj@...osoft.com>
CC:	<linux-arm-kernel@...ts.infradead.org>,
	<linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] ARM: at91/dts: kizbox: fix mismatch LED PWM device

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@...rkiz.com>

Acked-by: Nicolas Ferre <nicolas.ferre@...el.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ