Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752228AbbFDIDu (ORCPT ); Thu, 4 Jun 2015 04:03:50 -0400 Received: from eusmtp01.atmel.com ([212.144.249.242]:33021 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752485AbbFDIDk (ORCPT ); Thu, 4 Jun 2015 04:03:40 -0400 Message-ID: <55700621.4080900@atmel.com> Date: Thu, 4 Jun 2015 10:02:41 +0200 From: Nicolas Ferre Organization: atmel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: =?UTF-8?B?R2HDq2wgUE9SVEFZ?= , Boris Brezillon , Alexandre Belloni , Jean-Christophe PLAGNIOL-VILLARD CC: , Subject: Re: [PATCH] ARM: at91/dts: kizbox: fix mismatch LED PWM device References: <1433324663-20208-1-git-send-email-g.portay@overkiz.com> In-Reply-To: <1433324663-20208-1-git-send-email-g.portay@overkiz.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.161.30.18] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1082 Lines: 38 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 Acked-by: Nicolas Ferre 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/