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:
parent
ea85ca0fd9
commit
8bf48e74ea
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue