diff options
author | Gaël PORTAY <g.portay@overkiz.com> | 2015-06-03 11:44:23 +0200 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-06-04 11:49:11 +0200 |
commit | 87835a4baf41c41d599d4d60987f2dc0f291e611 (patch) | |
tree | cdf8c116cb1bc66397e28477766a3ccd2b23a9b2 | |
parent | a02d46dd60eb92e4b00f434700efad4e87d96e2e (diff) |
ARM: at91/dt: kizbox: fix mismatch LED PWM device
The network_red LED uses the 4th PWM device.
Signed-off-by: Gaël PORTAY <g.portay@overkiz.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
-rw-r--r-- | arch/arm/boot/dts/at91-kizbox.dts | 2 |
1 files changed, 1 insertions, 1 deletions
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"; }; |