mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 05:55:44 +02:00
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:
parent
a02d46dd60
commit
87835a4baf
|
|
@ -126,7 +126,7 @@ network_green {
|
|||
|
||||
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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user