projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0789231
)
ARM: dts: am335x-baltos.dtsi: Use IRQ_TYPE specifier
author
Hernán Gonzalez
<hernan@vanguardiasur.com.ar>
Sun, 13 May 2018 23:19:03 +0000
(20:19 -0300)
committer
Tony Lindgren
<tony@atomide.com>
Tue, 15 May 2018 18:17:16 +0000
(11:17 -0700)
GPIO_ACTIVE_LOW was being used to specify an interrupt, use
IRQ_TYPE_EDGE_RISING instead. This improves DT readability.
Signed-off-by: Hernán Gonzalez <hernan@vanguardiasur.com.ar>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am335x-baltos.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/am335x-baltos.dtsi
b/arch/arm/boot/dts/am335x-baltos.dtsi
index
ec6052c
..
ed7a5a3
100644
(file)
--- a/
arch/arm/boot/dts/am335x-baltos.dtsi
+++ b/
arch/arm/boot/dts/am335x-baltos.dtsi
@@
-249,7
+249,7
@@
gpio-controller;
#gpio-cells = <2>;
interrupt-parent = <&gpio1>;
- interrupts = <28
GPIO_ACTIVE_LOW
>;
+ interrupts = <28
IRQ_TYPE_EDGE_RISING
>;
pinctrl-names = "default";
pinctrl-0 = <&tps65910_pins>;
};