Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9d180392 authored by Hernán Gonzalez's avatar Hernán Gonzalez Committed by Shawn Guo
Browse files

ARM: dts: imx53-qsb: Use IRQ_TYPE specifier



Replace magic number with the proper IRQ_TYPE specifier to improve DT
readability.

Signed-off-by: default avatarHernán Gonzalez <hernan@vanguardiasur.com.ar>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 3dc82c33
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {