projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a02d46d
)
ARM: at91/dt: kizbox: fix mismatch LED PWM device
author
Gaël PORTAY
<g.portay@overkiz.com>
Wed, 3 Jun 2015 09:44:23 +0000
(11:44 +0200)
committer
Nicolas Ferre
<nicolas.ferre@atmel.com>
Thu, 4 Jun 2015 09:49:11 +0000
(11:49 +0200)
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>
arch/arm/boot/dts/at91-kizbox.dts
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/at91-kizbox.dts
b/arch/arm/boot/dts/at91-kizbox.dts
index d9b71065916d469275df1e477879528d4850053d..bf18ece0c02708c4d7b99ac543e2bc9045daf63b 100644
(file)
--- 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";
};