Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 87835a4b authored by Gaël PORTAY's avatar Gaël PORTAY Committed by Nicolas Ferre
Browse files

ARM: at91/dt: kizbox: fix mismatch LED PWM device



The network_red LED uses the 4th PWM device.

Signed-off-by: default avatarGaël PORTAY <g.portay@overkiz.com>
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent a02d46dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
		};