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>
This commit is contained in:
Gaël PORTAY 2015-06-03 11:44:23 +02:00 committed by Nicolas Ferre
parent a02d46dd60
commit 87835a4baf

View File

@ -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";
};