Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932178AbbFDNCj (ORCPT ); Thu, 4 Jun 2015 09:02:39 -0400 Received: from 4.mo2.mail-out.ovh.net ([87.98.172.75]:58459 "EHLO 4.mo2.mail-out.ovh.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932152AbbFDNCf (ORCPT ); Thu, 4 Jun 2015 09:02:35 -0400 X-Greylist: delayed 15000 seconds by postgrey-1.27 at vger.kernel.org; Thu, 04 Jun 2015 09:02:35 EDT Message-ID: <557008C6.60900@overkiz.com> Date: Thu, 04 Jun 2015 10:13:58 +0200 From: =?UTF-8?B?R2HDq2wgUE9SVEFZ?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Nicolas Ferre , Boris Brezillon , Alexandre Belloni , Jean-Christophe PLAGNIOL-VILLARD CC: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: at91/dts: kizbox: fix mismatch LED PWM device References: <1433324663-20208-1-git-send-email-g.portay@overkiz.com> <55700621.4080900@atmel.com> In-Reply-To: <55700621.4080900@atmel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Ovh-Tracer-Id: 633037223582952216 X-Ovh-Remote: 80.245.18.66 () X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-OVH-SPAMSTATE: OK X-OVH-SPAMSCORE: -100 X-OVH-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeekuddrgeelucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeekuddrgeelucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1156 Lines: 39 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 > > 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"; >> }; >> > > Thanks Nico -- 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/