From 87835a4baf41c41d599d4d60987f2dc0f291e611 Mon Sep 17 00:00:00 2001 From: Gaël PORTAY Date: Wed, 3 Jun 2015 11:44:23 +0200 Subject: ARM: at91/dt: kizbox: fix mismatch LED PWM device MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The network_red LED uses the 4th PWM device. Signed-off-by: Gaël PORTAY Signed-off-by: Nicolas Ferre --- 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 d9b71065916d..bf18ece0c027 100644 --- a/arch/arm/boot/dts/at91-kizbox.dts +++ b/arch/arm/boot/dts/at91-kizbox.dts @@ -126,7 +126,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"; }; -- cgit v1.2.3