diff options
author | Hernán Gonzalez <hernan@vanguardiasur.com.ar> | 2018-05-14 02:27:31 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-05-15 10:04:47 +0300 |
commit | ea85ca0fd9b2907298f14ba66bb34fdc91150523 (patch) | |
tree | fc3c589c27281edb7924cae2fd45d0cdfafdb83d /arch/arm/boot/dts/imx53-voipac-dmm-668.dtsi | |
parent | 9d180392a8af3e40cfe86b2f90494f3352a603fa (diff) | |
download | linux-ea85ca0fd9b2907298f14ba66bb34fdc91150523.tar.xz |
ARM: dts: imx53-voipac-dmm-668: Use IRQ_TYPE specifier
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>
Diffstat (limited to 'arch/arm/boot/dts/imx53-voipac-dmm-668.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx53-voipac-dmm-668.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx53-voipac-dmm-668.dtsi b/arch/arm/boot/dts/imx53-voipac-dmm-668.dtsi index df8dafe2564d..f83a8c62ea53 100644 --- a/arch/arm/boot/dts/imx53-voipac-dmm-668.dtsi +++ b/arch/arm/boot/dts/imx53-voipac-dmm-668.dtsi @@ -150,7 +150,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 { |