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

Commit 8bf48e74 authored by Hernán Gonzalez's avatar Hernán Gonzalez Committed by Shawn Guo
Browse files

ARM: dts: imx6qdl-phytec-pfla02: 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 ea85ca0f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -115,7 +115,7 @@
		compatible = "dlg,da9063";
		reg = <0x58>;
		interrupt-parent = <&gpio2>;
		interrupts = <9 0x8>; /* active-low GPIO2_9 */
		interrupts = <9 IRQ_TYPE_LEVEL_LOW>; /* active-low GPIO2_9 */

		regulators {
			vddcore_reg: bcore1 {