projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51cc2f7
)
ARM: dts: am335x-boneblue: Use IRQ_TYPE specifier
author
Hernán Gonzalez
<hernan@vanguardiasur.com.ar>
Sun, 13 May 2018 23:19:56 +0000
(20:19 -0300)
committer
Tony Lindgren
<tony@atomide.com>
Tue, 15 May 2018 18:17:20 +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-boneblue.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/am335x-boneblue.dts
b/arch/arm/boot/dts/am335x-boneblue.dts
index
58baee1
..
7bcd726
100644
(file)
--- a/
arch/arm/boot/dts/am335x-boneblue.dts
+++ b/
arch/arm/boot/dts/am335x-boneblue.dts
@@
-364,7
+364,7
@@
compatible = "invensense,mpu9250";
reg = <0x68>;
interrupt-parent = <&gpio3>;
- interrupts = <21
GPIO_ACTIVE_LOW
>;
+ interrupts = <21
IRQ_TYPE_EDGE_RISING
>;
i2c-gate {
#address-cells = <1>;
#size-cells = <0>;