From: Hernán Gonzalez Date: Sun, 13 May 2018 23:26:28 +0000 (-0300) Subject: ARM: dts: imx53-qsb: Use IRQ_TYPE specifier X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9d180392a8af3e40cfe86b2f90494f3352a603fa;p=linux.git ARM: dts: imx53-qsb: Use IRQ_TYPE specifier Replace magic number with the proper IRQ_TYPE specifier to improve DT readability. Signed-off-by: Hernán Gonzalez Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx53-qsb.dts b/arch/arm/boot/dts/imx53-qsb.dts index d3d662e376772..dca6c322c75fc 100644 --- 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 {