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
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue