1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00

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: Hernán Gonzalez <hernan@vanguardiasur.com.ar>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Hernán Gonzalez 2018-05-13 20:28:35 -03:00 committed by Shawn Guo
parent ea85ca0fd9
commit 8bf48e74ea

View file

@ -115,7 +115,7 @@
compatible = "dlg,da9063"; compatible = "dlg,da9063";
reg = <0x58>; reg = <0x58>;
interrupt-parent = <&gpio2>; interrupt-parent = <&gpio2>;
interrupts = <9 0x8>; /* active-low GPIO2_9 */ interrupts = <9 IRQ_TYPE_LEVEL_LOW>; /* active-low GPIO2_9 */
regulators { regulators {
vddcore_reg: bcore1 { vddcore_reg: bcore1 {