projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3dc82c3
)
ARM: dts: imx53-qsb: Use IRQ_TYPE specifier
author
Hernán Gonzalez
<hernan@vanguardiasur.com.ar>
Sun, 13 May 2018 23:26:28 +0000
(20:26 -0300)
committer
Shawn Guo
<shawnguo@kernel.org>
Tue, 15 May 2018 07:04:43 +0000
(15:04 +0800)
Replace magic number with the proper IRQ_TYPE specifier to improve DT
readability.
Signed-off-by: Hernán Gonzalez <hernan@vanguardiasur.com.ar>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx53-qsb.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx53-qsb.dts
b/arch/arm/boot/dts/imx53-qsb.dts
index d3d662e376772182e13f24df1152bca84e14df0e..dca6c322c75fcf3f332ea50d825549c3143d5e19 100644
(file)
--- a/
arch/arm/boot/dts/imx53-qsb.dts
+++ b/
arch/arm/boot/dts/imx53-qsb.dts
@@
-23,7
+23,7
@@
compatible = "dlg,da9053-aa", "dlg,da9052";
reg = <0x48>;
interrupt-parent = <&gpio7>;
- interrupts = <11
0x8
>; /* low-level active IRQ at GPIO7_11 */
+ interrupts = <11
IRQ_TYPE_LEVEL_LOW
>; /* low-level active IRQ at GPIO7_11 */
regulators {
buck1_reg: buck1 {