From: Gaël PORTAY Date: Wed, 3 Jun 2015 09:44:23 +0000 (+0200) Subject: ARM: at91/dt: kizbox: fix mismatch LED PWM device X-Git-Tag: v4.14-rc1~5174^2~9^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=87835a4baf41c41d599d4d60987f2dc0f291e611;p=platform%2Fkernel%2Flinux-rpi.git ARM: at91/dt: kizbox: fix mismatch LED PWM device The network_red LED uses the 4th PWM device. Signed-off-by: Gaël PORTAY Signed-off-by: Nicolas Ferre --- diff --git a/arch/arm/boot/dts/at91-kizbox.dts b/arch/arm/boot/dts/at91-kizbox.dts index d9b7106..bf18ece 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"; };